Merge branch 'master' of http://git.excellentkk.cn/C.C/nk-shop2.0
This commit is contained in:
commit
028a8e342f
@ -77,7 +77,7 @@
|
|||||||
where: {
|
where: {
|
||||||
category_id: 0,
|
category_id: 0,
|
||||||
page: 1,
|
page: 1,
|
||||||
limit: 15
|
limit: 30
|
||||||
},
|
},
|
||||||
currentItemId: 69, // 默认获取 社区的数据 0 表示推荐 || 69 社区
|
currentItemId: 69, // 默认获取 社区的数据 0 表示推荐 || 69 社区
|
||||||
keyword: '',
|
keyword: '',
|
||||||
@ -88,7 +88,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
onPullDownRefresh() {
|
onPullDownRefresh() {
|
||||||
this.where.page = 1
|
|
||||||
this.getCateList()
|
this.getCateList()
|
||||||
this.getGoods()
|
this.getGoods()
|
||||||
this.selfLocation()
|
this.selfLocation()
|
||||||
@ -197,9 +196,7 @@
|
|||||||
}, ...data]
|
}, ...data]
|
||||||
},
|
},
|
||||||
tabsChange(item) {
|
tabsChange(item) {
|
||||||
this.cateGoods = []
|
|
||||||
this.where.category_id = item.category_id
|
this.where.category_id = item.category_id
|
||||||
this.where.page = 1
|
|
||||||
this.getGoods()
|
this.getGoods()
|
||||||
this.street_id = item.id
|
this.street_id = item.id
|
||||||
this.tabsData.tabsActive = item.index
|
this.tabsData.tabsActive = item.index
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -46,7 +46,7 @@
|
|||||||
},
|
},
|
||||||
"compileType": "miniprogram",
|
"compileType": "miniprogram",
|
||||||
"libVersion": "2.14.3",
|
"libVersion": "2.14.3",
|
||||||
"appid": "wx7502b94d6a53d589",
|
"appid": "wx6e14cb98394e36bc",
|
||||||
"projectname": "crmeb_merchant_h5",
|
"projectname": "crmeb_merchant_h5",
|
||||||
"simulatorType": "wechat",
|
"simulatorType": "wechat",
|
||||||
"simulatorPluginLibVersion": {},
|
"simulatorPluginLibVersion": {},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user