浏览代码

Wesmiler 时光单身NN2019120501项目迁移

wesmiler 5 年之前
父节点
当前提交
26f4f8db08
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/themes/default/weixin/public/assets/js/market-invite.js

+ 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