diff --git a/assets/img/info1.png b/assets/img/info1.png new file mode 100644 index 0000000..7d650d1 Binary files /dev/null and b/assets/img/info1.png differ diff --git a/assets/img/info2.png b/assets/img/info2.png new file mode 100644 index 0000000..c351cc6 Binary files /dev/null and b/assets/img/info2.png differ diff --git a/assets/img/info3.png b/assets/img/info3.png new file mode 100644 index 0000000..dacd924 Binary files /dev/null and b/assets/img/info3.png differ diff --git a/assets/img/info4.png b/assets/img/info4.png new file mode 100644 index 0000000..ef0d6c5 Binary files /dev/null and b/assets/img/info4.png differ diff --git a/pages/auth/certification.vue b/pages/auth/certification.vue index 33af287..196baa3 100644 --- a/pages/auth/certification.vue +++ b/pages/auth/certification.vue @@ -253,7 +253,7 @@ } Profile.newAuth(data, {btn: this.$refs.btn}).then((res) => { - this.$toast.success(this.$t('auth.b4')); + // this.$toast.success(this.$t('auth.b4')); setTimeout(() => { this.$back(); }, 1500) diff --git a/pages/safe/index.vue b/pages/safe/index.vue index c97df15..412533f 100644 --- a/pages/safe/index.vue +++ b/pages/safe/index.vue @@ -17,15 +17,14 @@ --> - - - {{$t('safe.c8')}} - - + + + + + + {{$t('safe.c8')}} + + - + + style="display: flex;justify-content: space-between;align-items: center;padding: 10px 0px;" + class="item link-active d-flex p-x-md align-center"> + + + {{$t('common.c9')}} {{$t('auth.a5')}} {{$t('common.c10')}} @@ -79,20 +81,28 @@ - + - - {{$t('accountSettings.a7')}} + - {{user.email}} + + + + {{$t('accountSettings.a7')}} + + + {{user.email}} - + - + + + + {{$t('base.c5')}} @@ -160,6 +170,16 @@ export default { \ No newline at end of file