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="" />