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 {