Browse Source

Wesmiler 时光单身NN2019120501项目迁移

wesmiler 5 năm trước cách đây
mục cha
commit
26f4f8db08

+ 1 - 1
public/themes/default/weixin/public/assets/js/market-invite.js

@@ -59,7 +59,7 @@ var app = new Vue({
             if(!type){
                 $.showLoading("数据加载中...");
             }
-            $.post('/api/member/getInfo', {type: 2}, function (res) {
+            $.post('/api/market/getInfo', {type: 2}, function (res) {
                 $.hideLoading();
                 if (res.code == 'success') {
                     _this.memberInfo = res.data