no message

This commit is contained in:
2025-11-13 13:49:17 +08:00
parent b62b2cf300
commit a32fd25082
4 changed files with 36 additions and 9 deletions
@@ -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',