no message
This commit is contained in:
@@ -225,9 +225,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 = '';
|
||||
this.inputThree = '';
|
||||
this.inputFour = '';
|
||||
this.id = '';
|
||||
} else {
|
||||
this.$refs.uToastRef.show({
|
||||
type: 'error',
|
||||
|
||||
Reference in New Issue
Block a user