z8.3
This commit is contained in:
@@ -18,12 +18,16 @@ export default {
|
||||
onLoad() {
|
||||
this.getPolicyList();
|
||||
},
|
||||
onPullDownRefresh() {
|
||||
this.getPolicyList();
|
||||
},
|
||||
methods: {
|
||||
getPolicyList () {
|
||||
this.$u.api.getUseHelpList({
|
||||
page: this.page,
|
||||
tid: 2 // 1:使用帮助列表 2: 售后政策列表
|
||||
}).then((res)=>{
|
||||
uni.stopPullDownRefresh();
|
||||
if (res.errCode == 0) {
|
||||
this.policyList = res.data.helpList;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user