Browse Source

上传

master
前端-胡立永 8 months ago
parent
commit
eb61419c31
2 changed files with 3 additions and 1 deletions
  1. +1
    -1
      pages_order/components/list/cardList.vue
  2. +2
    -0
      pages_order/service/tellList.vue

+ 1
- 1
pages_order/components/list/cardList.vue View File

@ -65,7 +65,7 @@
this.queryParams.pageNo = 1
this.$api('queryRoleInfoList', {
...this.queryParams,
roleId : this.type + 1,
roleId : pin + 1,
}, res => {
uni.stopPullDownRefresh()
if(res.code == 200){


+ 2
- 0
pages_order/service/tellList.vue View File

@ -27,9 +27,11 @@
},
onLoad(args) {
this.type = args.type || 0
console.log(this.type);
},
onShow() {
this.$refs.cardList.getList()
console.log(this.type);
},
onPullDownRefresh(){
this.$refs.cardList.getList()


Loading…
Cancel
Save