Browse Source

上传

master
前端-胡立永 8 months ago
parent
commit
b1e7b8ecf0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pages_order/components/list/cardList.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 : pin + 1,
roleId : parseInt(this.type) + 1,
}, res => {
uni.stopPullDownRefresh()
if(res.code == 200){


Loading…
Cancel
Save