This commit is contained in:
英树 2019-12-21 10:22:23 +08:00
parent 56a5b2eb7f
commit cee8715f8e
2 changed files with 2 additions and 2 deletions

View File

@ -244,6 +244,7 @@ Page({
} else {
this.noDataProcess();
}
wx.setStorageSync('productList', productList)
},
//排序
@ -268,7 +269,6 @@ Page({
arr.sort(this.compare('price',2));
break;
}
wx.setStorageSync('productList', arr)
this.paging(arr)
},

View File

@ -10,7 +10,7 @@
"checkSiteMap": false
},
"appid": "wx0df150c438e4c8f0",
"projectname": "cherry Store",
"projectname": "cherry%20Store",
"libVersion": "2.7.1",
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},