@@ -21,11 +21,10 @@ Page({
},
onShow: function () {
let self = this;
- const curpage = this.data.curpage;
getReq({
act: 'cart',
op: 'list',
- minest_cartid: curpage
+ minest_cartid: this.data.curpage
}, function (res) {
if (res.code == 200) {
let hasmore = res.datas.mobile_page.hasmore;