tianyi 3 weeks ago
parent
commit
9592f91358
  1. 8
      package2/myCenter/wallet.vue

8
package2/myCenter/wallet.vue

@ -106,6 +106,8 @@
aliAccount:'',
commionType:'',
shopId:'',
workerId:'',
userId:'',
searchForm:{
pageNum:1,
pageSize:10
@ -190,7 +192,7 @@
if(this.commionType == 'user'){
data.userId = this.balanceUser.id
}else if(this.commionType == 'worker'){
data.workerId = this.balanceWorker.id
data.workerId = this.balanceWorker.workerId
}else{
data.shopId = this.shopId
}
@ -204,7 +206,9 @@
return
}
uni.hideLoading()
}).catch((res) => {})
}).catch((res) => {
that.tui.toast(res.message)
})
},
chooseLinkId(type,item){
if(type == 'user'){

Loading…
Cancel
Save