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

8
package2/myCenter/wallet.vue

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

Loading…
Cancel
Save