no message
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
<template>
|
||||
<view class="content">
|
||||
<TopSafe bgColor="#fff"></TopSafe>
|
||||
<Header bgColor="#fff" title="兑换区块链数字积分" />
|
||||
<Header bgColor="#fff" title="兑换区块链数字积分" >
|
||||
<template v-slot:right>
|
||||
<text class="text-32 text-zi" @click="onRight">记录</text>
|
||||
</template>
|
||||
</Header>
|
||||
<view class="setting-view">
|
||||
<text class="text-32 text-fu" style="margin:54rpx 0 32rpx">兑换地址</text>
|
||||
<view class="input-box">
|
||||
@@ -142,6 +146,11 @@ export default {
|
||||
this.getExchUsersList();
|
||||
},
|
||||
methods: {
|
||||
onRight(){
|
||||
uni.navigateTo({
|
||||
url:'/pages/rwa_package/rwa_withdrawal_log/rwa_withdrawal_log?back=withdrawal'
|
||||
})
|
||||
},
|
||||
acctBalance() {
|
||||
getAcctBalance().then(resp=>{
|
||||
if (resp && resp.bizcode === 100) {
|
||||
@@ -218,9 +227,15 @@ export default {
|
||||
// CryptoJS.MD5(form.password).toString();
|
||||
exchTransfer(params).then(res=>{
|
||||
if (res.bizcode === 100) {
|
||||
|
||||
|
||||
uni.navigateTo({
|
||||
url:`/pages/rwa_package/account/shuSuccess?money=${this.inputThree}`
|
||||
})
|
||||
this.inputOne = '';
|
||||
this.inputTwo = 'BNB Smart Chain(BEP20)';
|
||||
this.inputThree = '';
|
||||
this.inputFour = '';
|
||||
} else {
|
||||
this.$refs.uToastRef.show({
|
||||
type: 'error',
|
||||
|
||||
Reference in New Issue
Block a user