no message
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<Header bgColor="#fff" title="兑换区块链数字积分" />
|
||||
<view class="setting-view">
|
||||
<text class="text-32 text-fu" style="margin:54rpx 0 32rpx">兑换地址</text>
|
||||
<view class="input-box" style="">
|
||||
<view class="input-box">
|
||||
<input style="flex:1"
|
||||
placeholder="请输入或选择地址"
|
||||
placeholder-style="color:#999;font-weight:400;"
|
||||
@@ -160,7 +160,7 @@ export default {
|
||||
getExchUsers({name:'WALLET'}).then(res=>{
|
||||
if (res.bizcode === 100) {
|
||||
this.addressList = [];
|
||||
this.addressList = res.data.entitys;
|
||||
this.addressList = res.data.entitys ? res.data.entitys : [];
|
||||
} else {
|
||||
this.$refs.uToastRef.show({
|
||||
type: 'error',
|
||||
@@ -218,7 +218,7 @@ export default {
|
||||
// CryptoJS.MD5(form.password).toString();
|
||||
exchTransfer(params).then(res=>{
|
||||
if (res.bizcode === 100) {
|
||||
uni.redirectTo({
|
||||
uni.navigateTo({
|
||||
url:`/pages/rwa_package/account/shuSuccess?money=${this.inputThree}`
|
||||
})
|
||||
} else {
|
||||
@@ -243,7 +243,7 @@ export default {
|
||||
onAdd(){
|
||||
this.onClose();
|
||||
uni.navigateTo({
|
||||
url:'/pages/rwa_package/account/shuAdd'
|
||||
url:'/pages/rwa_package/account/index?id=3'
|
||||
})
|
||||
},
|
||||
onAll(){
|
||||
|
||||
Reference in New Issue
Block a user