|
|
@ -47,8 +47,7 @@ |
|
|
|
<view>4. When you are done with this, click: I have completed the payment.</view> |
|
|
|
<view>5. When you encounter any problems, be sure to contact our online customer service in time to help you solve them.</view> |
|
|
|
</view> --> |
|
|
|
<view class="steps-content"> |
|
|
|
{{ $t('page.purse.steps-content') }} |
|
|
|
<view class="steps-content" v-html="$t('page.purse.steps-content')"> |
|
|
|
<!-- <u-parse :content="$t('page.purse.steps-content')"></u-parse> --> |
|
|
|
</view> |
|
|
|
</view> |
|
|
@ -150,15 +149,25 @@ |
|
|
|
if(res.code == 200){ |
|
|
|
// uni.$u.toast(this.$t('page.purse.success')) |
|
|
|
|
|
|
|
uni.showModal({ |
|
|
|
title: this.$t('page.purse.success'), |
|
|
|
success: (res) => { |
|
|
|
if (res.confirm) { |
|
|
|
} else if (res.cancel) { |
|
|
|
} |
|
|
|
this.revealServiceList() |
|
|
|
} |
|
|
|
}); |
|
|
|
// uni.showModal({ |
|
|
|
// title: this.$t('page.purse.success'), |
|
|
|
// success: (res) => { |
|
|
|
// if (res.confirm) { |
|
|
|
// } else if (res.cancel) { |
|
|
|
// } |
|
|
|
// this.revealServiceList() |
|
|
|
// } |
|
|
|
// }); |
|
|
|
|
|
|
|
uni.showToast({ |
|
|
|
icon: 'none', |
|
|
|
title: this.$t('page.purse.success') |
|
|
|
}) |
|
|
|
setTimeout(() => { |
|
|
|
uni.navigateTo({ |
|
|
|
url: '/pages/center/center' |
|
|
|
}) |
|
|
|
},500) |
|
|
|
|
|
|
|
this.cleanForm() |
|
|
|
this.getUserInfo() //刷新用户信息(更新用户余额) |
|
|
|