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 {
-
+
分享好友
@@ -138,7 +141,7 @@ export default {
-
+
diff --git a/pkg_product/views/seasonList.vue b/pkg_product/views/seasonList.vue
index 821b92d..5952102 100644
--- a/pkg_product/views/seasonList.vue
+++ b/pkg_product/views/seasonList.vue
@@ -14,6 +14,9 @@ export default {
this.init();
},
methods: {
+ changeType(index){
+ this.typeIndex=index
+ },
init() {
seasonHomeData().then(({data}) => this.list = data.seasonalFoodType || []);
},
@@ -31,7 +34,7 @@ export default {
-
+
{{ item.name }}
diff --git a/pkg_product/views/seckill.vue b/pkg_product/views/seckill.vue
index a016834..ac170df 100644
--- a/pkg_product/views/seckill.vue
+++ b/pkg_product/views/seckill.vue
@@ -7,12 +7,12 @@
-
+
-
+
@@ -133,6 +133,9 @@ export default {
this.fetchList();
},
methods: {
+ changeRule(){
+ this.showRule=!this.showRule
+ },
navChange(index) {
if (this.seckillTimeIndex === index) return;
this.seckillTimeIndex = index;
diff --git a/v4/views/luck/luck.vue b/v4/views/luck/luck.vue
index b4ce20a..ed0212e 100644
--- a/v4/views/luck/luck.vue
+++ b/v4/views/luck/luck.vue
@@ -38,12 +38,12 @@
+ @click="changeDialog(false)"/>
恭喜您,中奖啦!
获得的是{{ result.fonts[0].text }}
-
+
@@ -92,6 +92,9 @@ export default {
},
methods: {
+ changeDialog(state){
+ this.isDialog=state
+ },
// 初始化
getLuck() {
getLotteryInfo().then(({
diff --git a/wenwan/views/store.vue b/wenwan/views/store.vue
index f1d3bba..2286135 100644
--- a/wenwan/views/store.vue
+++ b/wenwan/views/store.vue
@@ -5,12 +5,12 @@
:background-color="[[13,197,197],[13,197,197]]" :pageScroll.sync="scrollData"/>
-
-
+
@@ -348,6 +348,9 @@ export default {
}
},
methods: {
+ changeShare() {
+ this.showShare = !this.showShare;
+ },
goClass() {
uni.navigateTo({
url: "/wenwan/views/goodsClass"