|
|
@@ -187,8 +187,7 @@
|
|
|
let that = this;
|
|
|
if (type || !uni.getStorageSync('CAT1_DATA')) {
|
|
|
getCategoryList().then(res => {
|
|
|
- uni.setStorageSync('CAT1_DATA', res.data)
|
|
|
- console.log('调了')
|
|
|
+ uni.setStorageSync('CAT1_DATA', res.data)
|
|
|
that.productList = res.data;
|
|
|
that.$nextTick(res => {
|
|
|
that.infoScroll();
|