update
This commit is contained in:
parent
56a5b2eb7f
commit
cee8715f8e
@ -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)
|
||||
},
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
"checkSiteMap": false
|
||||
},
|
||||
"appid": "wx0df150c438e4c8f0",
|
||||
"projectname": "cherry Store",
|
||||
"projectname": "cherry%20Store",
|
||||
"libVersion": "2.7.1",
|
||||
"simulatorType": "wechat",
|
||||
"simulatorPluginLibVersion": {},
|
||||
|
Loading…
x
Reference in New Issue
Block a user