diff --git a/pages/assets/draw.vue b/pages/assets/draw.vue
index 40d1359..645488f 100644
--- a/pages/assets/draw.vue
+++ b/pages/assets/draw.vue
@@ -106,39 +106,30 @@
-
- {{ $t("reg.a8") }}:
-
-
-
-
-
-
-
-
- {{ $t("reg.a8") }}:
-
-
-
+
+ {{ $t("reg.a8") }}:
+
+
+
-
+
-
-
-
- {{ $t("safe.a5") }}:
-
-
-
-
-
- {{ $t("common.getCode") }}
- {{ daojishi }}
-
-
+
+
+
+ {{ $t("safe.a5") }}:
+
+
+
+
+
+ {{ $t("common.getCode") }}
+ {{ daojishi }}
+
+
diff --git a/pages/safe/forget-password.vue b/pages/safe/forget-password.vue
index 84acdc1..7ae375d 100644
--- a/pages/safe/forget-password.vue
+++ b/pages/safe/forget-password.vue
@@ -82,7 +82,7 @@ export default {
password: "",
password_confirmation: "",
show:false,
- gr_code: ''
+ gr_code: ''
},
checkData: {},
Graph_che:'',
@@ -132,14 +132,14 @@ export default {
Setting.forgetPassword(this.form, { btn: this.$refs.btn })
.then((res) => {
if(res.code==200){
- this.$back();
- }else{
- this.reGetGraphChe();
- }
+ this.$back();
+ }else{
+ this.reGetGraphChe();
+ }
})
.catch(() => {
- this.reGetGraphChe();
- });
+ this.reGetGraphChe();
+ });
},
// 重新请求图形验证码
reGetGraphChe(){
@@ -151,7 +151,6 @@ export default {
if(res.code==200){
this.hideImg = false;
}
- console.log("gc",res.data.img)
this.Graph_che = res.data.img;
this.gc_key= res.data.key;
});