Explorar el Código

wesmiler 更新第5期更新代码合并

wesmiler hace 4 años
padre
commit
69bc52fa77
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      public/themes/default/weixin/public/assets/js/privacy.js

+ 1 - 1
public/themes/default/weixin/public/assets/js/privacy.js

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