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() {