From b7146244e28c3f5371683df04c5f38cd479d9b2e Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Wed, 28 Aug 2024 15:20:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BF=A1=E6=81=AF=E4=B8=8D?= =?UTF-8?q?=E8=83=BD=E6=98=BE=E7=A4=BA=E6=A0=B7=E5=BC=8F=EF=BC=8C=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=BB=91=E5=9D=97=E5=B1=82=E7=BA=A7=E5=A4=AA=E9=AB=98?= =?UTF-8?q?=E6=A1=A3=E4=BD=8F=E4=BA=86=E5=85=B6=E4=BB=96=E7=9A=84=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/NewMsg.vue | 3 +++ src/views/contract/exchange-store.vue | 7 ++----- src/views/profile/certification.vue | 6 ++++++ 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/src/components/NewMsg.vue b/src/components/NewMsg.vue index ea01404..be80581 100644 --- a/src/components/NewMsg.vue +++ b/src/components/NewMsg.vue @@ -123,6 +123,8 @@ export default { Member.readNotifiable(data).then(res => { this.msgDetail = res; this.showMsg = true; + this.myNotifiables(); + this.myNotifiablesCount() }); }, // 一键已读 @@ -134,6 +136,7 @@ export default { }, created() { this.myNotifiables(); + this.myNotifiablesCount() } }; diff --git a/src/views/contract/exchange-store.vue b/src/views/contract/exchange-store.vue index 9201cb4..5599330 100644 --- a/src/views/contract/exchange-store.vue +++ b/src/views/contract/exchange-store.vue @@ -108,6 +108,7 @@ @input="sliderChange" :format-tooltip="tooltip" :marks="marks" + style="position: relative;z-index: 0;" > @@ -470,7 +471,7 @@ export default { } }; - \ No newline at end of file diff --git a/src/views/profile/certification.vue b/src/views/profile/certification.vue index 275e49f..2c3fd01 100644 --- a/src/views/profile/certification.vue +++ b/src/views/profile/certification.vue @@ -27,6 +27,7 @@ v-model="form.realname" class="form-control" :placeholder="$t('profile.pleaseEnterName')" + title="" />
@@ -54,6 +55,7 @@ v-model="form.id_card" class="form-control" :placeholder="$t('profile.endterIDNumber')" + title="" />
@@ -66,6 +68,7 @@ v-model="form.address" class="form-control" :placeholder="$t('profile.residentialAddress1')" + title="" />
@@ -77,6 +80,7 @@ v-model="form.city" class="form-control" :placeholder="$t('profile.incity')" + title="" />
@@ -87,6 +91,7 @@ v-model="form.postal_code" class="form-control" :placeholder="$t('profile.thePostcode')" + title="" />
@@ -132,6 +137,7 @@ v-model="form.phone" class="form-control" :placeholder="$t('profile.enterPhoneNumber')" + title="" />