Commit 5164d1bc authored by 黄奎's avatar 黄奎

55

parent f83df022
...@@ -241,6 +241,7 @@ ...@@ -241,6 +241,7 @@
}, },
mounted() { mounted() {
this.init(); this.init();
this.initlist()
// this.u = uni.getStorageSync('mall_UserInfo5') // this.u = uni.getStorageSync('mall_UserInfo5')
}, },
methods: { methods: {
...@@ -264,7 +265,7 @@ ...@@ -264,7 +265,7 @@
OrderBy: this.msg.OrderBy, OrderBy: this.msg.OrderBy,
UserId: this.msg.UserId, UserId: this.msg.UserId,
StoreId: this.msg.StoreId, StoreId: this.msg.StoreId,
EduClassTypeId: 0, // EduClassTypeId: '',
}; };
this.request2({ this.request2({
url: '/api/AppletGoods/GetClassTypeList', url: '/api/AppletGoods/GetClassTypeList',
...@@ -293,9 +294,9 @@ ...@@ -293,9 +294,9 @@
} else { } else {
this.mask = false this.mask = false
} }
if (i == 1) { // if (i == 1) {
this.initlist(i) // this.initlist(i)
} // }
}, },
// 内容点击 // 内容点击
// 年级不限 // 年级不限
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment