From 573e0de2a45b304f40e8000ed085ff3e7969f209 Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Fri, 20 Oct 2023 16:09:05 +0800 Subject: [PATCH] =?UTF-8?q?Fix:view=E8=A7=86=E5=9B=BE=E4=B8=AD=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E8=B5=8B=E5=80=BC=E8=AF=AD=E5=8F=A5=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E8=BF=90=E8=A1=8C=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/authorization/index.vue | 9 ++++++--- pagesInn/inn/innHome.vue | 7 +++++-- pkg_join/views/shop.vue | 12 +++++++++--- pkg_join/views/supplier.vue | 12 +++++++++--- pkg_join/views/wholesaler.vue | 7 +++++-- pkg_product/views/season.vue | 7 +++++-- pkg_product/views/seasonList.vue | 5 ++++- pkg_product/views/seckill.vue | 7 +++++-- v4/views/luck/luck.vue | 7 +++++-- wenwan/views/store.vue | 7 +++++-- 10 files changed, 58 insertions(+), 22 deletions(-) diff --git a/pages/authorization/index.vue b/pages/authorization/index.vue index baa2f97..b337241 100644 --- a/pages/authorization/index.vue +++ b/pages/authorization/index.vue @@ -19,7 +19,7 @@ - 我已阅读并同意 + 我已阅读并同意 《用户服务协议及隐私政策》 @@ -27,12 +27,12 @@ - + 《用户协议及隐私政策》 - + @@ -102,6 +102,9 @@ export default { methods: { ...mapActions(['changeAuthorization', 'setUserInfo']), ...mapMutations(['updateAuthorizationPage']), + changeShow(){ + this.show=!this.show; + }, changeAgree(event) { this.isAgree = event.detail.value.length > 0 }, diff --git a/pagesInn/inn/innHome.vue b/pagesInn/inn/innHome.vue index c6c5d73..c377f21 100644 --- a/pagesInn/inn/innHome.vue +++ b/pagesInn/inn/innHome.vue @@ -5,12 +5,12 @@ :background-color="[[13,197,197],[13,197,197]]" :pageScroll.sync="scrollData"/> - - + @@ -311,6 +311,9 @@ export default { } }, methods: { + changeShare() { + this.showShare = !this.showShare; + }, goRoom() { uni.navigateTo({ url: `/pkg_common/views/room?id=${this.inn.merId}&name=${this.inn.name}` diff --git a/pkg_join/views/shop.vue b/pkg_join/views/shop.vue index febb7bb..66ca909 100644 --- a/pkg_join/views/shop.vue +++ b/pkg_join/views/shop.vue @@ -87,7 +87,7 @@ - + @@ -216,10 +216,10 @@ - 撤销申请 + 撤销申请 提交申请 - @@ -368,6 +368,12 @@ export default { this.$refs.shopForm.setRules(this.rules); }, methods: { + changeType(state){ + this.showType=state + }, + changeRemove(state){ + this.showRemove=state + }, codeChange(text) { this.tips = text; }, diff --git a/pkg_join/views/supplier.vue b/pkg_join/views/supplier.vue index fd89feb..5ea467b 100644 --- a/pkg_join/views/supplier.vue +++ b/pkg_join/views/supplier.vue @@ -238,7 +238,7 @@ - + @@ -341,12 +341,12 @@ - 撤销申请 + 撤销申请 提交申请 - @@ -565,6 +565,12 @@ export default { this.$refs.supplierForm.setRules(this.rulesSupplier); }, methods: { + changeType(state){ + this.showType=state + }, + changeRemove(state){ + this.showRemove=state + }, codeChange(text) { this.tips = text; }, diff --git a/pkg_join/views/wholesaler.vue b/pkg_join/views/wholesaler.vue index 6fce354..5560400 100644 --- a/pkg_join/views/wholesaler.vue +++ b/pkg_join/views/wholesaler.vue @@ -125,10 +125,10 @@ - 撤销申请 + 撤销申请 提交申请 - @@ -241,6 +241,9 @@ export default { this.$refs.wholesalerForm.setRules(this.rules); }, methods: { + changeRemove(state){ + this.showRemove=state + }, codeChange(text) { this.tips = text; }, diff --git a/pkg_product/views/season.vue b/pkg_product/views/season.vue index 1a3a5ec..c159861 100644 --- a/pkg_product/views/season.vue +++ b/pkg_product/views/season.vue @@ -32,6 +32,9 @@ export default { this.init(); }, methods: { + changeShare(){ + this.showShare=!this.showShare + }, init() { getSeason(this.id).then(({data}) => { if (data.sliderImages) data.swiper = data.sliderImages.split(","); @@ -130,7 +133,7 @@ export default {