From 50e282896c9f1097ff4fd15a9c0667292096f3cb Mon Sep 17 00:00:00 2001 From: "DESKTOP-GMUNQ1B\\k" <1154079537@qq.com> Date: Fri, 8 Mar 2024 18:01:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/users/embody/embody.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pages/users/embody/embody.vue b/pages/users/embody/embody.vue index 4155e03..a3e0c85 100644 --- a/pages/users/embody/embody.vue +++ b/pages/users/embody/embody.vue @@ -184,6 +184,10 @@ + + + @@ -220,6 +224,7 @@ }, data() { return { + tipShow: false, extract_money: "", lock_money: "", ot_margin: "", @@ -289,6 +294,8 @@ } }, onLoad(options) { + // 提现提示 + this.tipShow = true; this.merId = options.mer_id this.source = options.source; let data = this.$store.state.app.userInfo; @@ -302,7 +309,6 @@ this.isAuto = true; this.isShowAuth = true } - }, methods: { async getApply() {