diff --git a/config.js b/config.js index 2169d93..d828d63 100644 --- a/config.js +++ b/config.js @@ -7,7 +7,7 @@ import uvUI from '@/uni_modules/uv-ui-tools' Vue.use(uvUI); // 当前环境 -const type = 'dev' +const type = 'prod' // 环境配置 diff --git a/pages_order/mine/withdraw.vue b/pages_order/mine/withdraw.vue index 03061d5..152917d 100644 --- a/pages_order/mine/withdraw.vue +++ b/pages_order/mine/withdraw.vue @@ -203,12 +203,12 @@ this.form.money = '' this.form.name = '' } - }else { - uni.showToast({ - title: '提现只能是整数必须大于1!', - icon: 'none' - }) - } + }else{ + uni.showToast({ + title: res.message, + icon: 'none' + }) + } }) },