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

55

parent f83df022
......@@ -241,6 +241,7 @@
},
mounted() {
this.init();
this.initlist()
// this.u = uni.getStorageSync('mall_UserInfo5')
},
methods: {
......@@ -264,7 +265,7 @@
OrderBy: this.msg.OrderBy,
UserId: this.msg.UserId,
StoreId: this.msg.StoreId,
EduClassTypeId: 0,
// EduClassTypeId: '',
};
this.request2({
url: '/api/AppletGoods/GetClassTypeList',
......@@ -293,9 +294,9 @@
} else {
this.mask = false
}
if (i == 1) {
this.initlist(i)
}
// if (i == 1) {
// 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