订单,提现功能调整

This commit is contained in:
唐明明
2023-01-12 16:15:29 +08:00
parent 9fbfcf3273
commit da7b903547
21 changed files with 624 additions and 61 deletions

View File

@@ -211,7 +211,7 @@
data : subData,
success : res => {
uni.showToast({
title: '表单信息已存',
title: '机构信息已存',
icon : 'none'
})
}
@@ -270,8 +270,10 @@
})
}
},
onBackPress() {
this.onSubmit('local')
},
onNavigationBarButtonTap() {
console.log(this.$Route.query)
let { userBankId, isMy} = this.$Route.query
if(!isMy) {
uni.showToast({