diff --git a/pages/assets/address-list.vue b/pages/assets/address-list.vue
index 473833b..6d99ee3 100644
--- a/pages/assets/address-list.vue
+++ b/pages/assets/address-list.vue
@@ -11,8 +11,8 @@
- - ·{{ $t("assets.a1") }}。
- - ·API{{ $t("assets.a2", { name: "API" }) }}。
+ - ·{{ $t("assets.a1") }}{{lang=='zh-TW'||lang=='jp'?'。':'.'}}
+ - ·API{{ $t("assets.a2", { name: "API" }) }}{{lang=='zh-TW'||lang=='jp'?'。':'.'}}
@@ -118,6 +118,7 @@ export default {
del: false,
list: [],
query: {},
+ lang: uni.getStorageSync('language')
};
},
computed: {},
diff --git a/pages/auth/senior.vue b/pages/auth/senior.vue
index 6b09c7a..7309e65 100644
--- a/pages/auth/senior.vue
+++ b/pages/auth/senior.vue
@@ -94,7 +94,7 @@ export default {
Profile.topAuth(data, {btn: this.$refs.btn})
.then(() => {
// alert($t('auth.c4') );
- this.$toast.success(this.$t('auth.c4') + "。");
+ this.$toast.success(this.$t('auth.c4') + ".");
clearTimeout(this.timer); //清除延迟执行
this.timer = setTimeout(()=>{ //设置延迟执行
this.$router.push("/pages/base/index");
diff --git a/pages/base/mine.vue b/pages/base/mine.vue
index e203952..5c0f0d3 100644
--- a/pages/base/mine.vue
+++ b/pages/base/mine.vue
@@ -30,32 +30,32 @@
- {{$t("base.b5")}}
+ {{$t("base.b5")}}
- {{$t("base.b5")}}
+ {{$t("base.b5")}}
- {{$t("base.b6")}}
+ {{$t("base.b6")}}
- {{$t("base.d8")}}
+ {{$t("base.d8")}}
-
+
- {{$t("base.h1")}}
+ {{$t("base.h1")}}
-->
-
+
+ class="d-flex bg-form-panel-3 align-center p-y-xxs rounded-xs w-33 justify-center" style="background-color: #fff;">
@@ -63,14 +63,14 @@
+ class="d-flex bg-form-panel-3 align-center p-y-xxs rounded-xs w-33 justify-center" style="background-color: #fff;">
{{$t("base.b6")}}
+ class="d-flex bg-form-panel-3 align-center p-y-xxs rounded-xs w-33 justify-center" style="background-color: #fff;">
@@ -102,7 +102,7 @@
{{$t('otc.d5')}}
-->
-
+
@@ -707,14 +707,15 @@
.popup_box_a_box1{
display: flex;
align-items: center;
-
- .popup_box_a_img{
- height: 20px;
- padding: 10px;
- border-radius: 50px;
- background-color: #ECF1FF;
- }
}
}
}
+ .popup_box_a_img{
+ height: 20px;
+ padding: 10px;
+ margin-bottom: 5px;
+ border-radius: 50px;
+ background-color: #fff;
+ // background-color: #ECF1FF;
+ }
\ No newline at end of file
diff --git a/pages/otc/detail.vue b/pages/otc/detail.vue
index 3230e99..ea16be6 100644
--- a/pages/otc/detail.vue
+++ b/pages/otc/detail.vue
@@ -247,7 +247,7 @@ export default {
this.$dialog
.confirm({
title: this.$t("otc.d0"),
- message: this.$t("otc.h0") + "。",
+ message: this.$t("otc.h0") + ".",
confirmButtonText: this.$t("common.confirm"),
cancelButtonText: this.$t("common.cancel"),
type: "warning",
@@ -270,7 +270,7 @@ export default {
this.$dialog
.confirm({
title: this.$t("otc.d0"),
- message: this.$t('otc.h1')+"。",
+ message: this.$t('otc.h1')+".",
confirmButtonText: this.$t("common.confirm"),
cancelButtonText: this.$t("common.cancel"),
type: "warning",
diff --git a/pages/safe/email.vue b/pages/safe/email.vue
index 0aa43a7..53ae468 100644
--- a/pages/safe/email.vue
+++ b/pages/safe/email.vue
@@ -38,7 +38,7 @@
- {{user.email?$t('safe.a0'):$t('safe.a1')}}
+
diff --git a/pages/safe/google.vue b/pages/safe/google.vue
index d8874f4..480f8ef 100644
--- a/pages/safe/google.vue
+++ b/pages/safe/google.vue
@@ -6,7 +6,7 @@
{{$t('safe.c0')}}。
+ >{{$t('safe.c0')}}.
diff --git a/wxcomponents/vant/search/index.vue b/wxcomponents/vant/search/index.vue
index 22eb900..c158b88 100644
--- a/wxcomponents/vant/search/index.vue
+++ b/wxcomponents/vant/search/index.vue
@@ -12,7 +12,7 @@
- {{ actionText }}
+ {{ $t('common.cancel') }}