Browse Source

修改bug

cr 3 years ago
parent
commit
c2e26a5a24
2 changed files with 5 additions and 5 deletions
  1. 1 1
      src/pages/manage/index.vue
  2. 4 4
      src/pages/manage/shop/index.vue

+ 1 - 1
src/pages/manage/index.vue

@@ -92,7 +92,7 @@
92 92
 
93 93
         <!-- <button class="btn" @click="layout">退出登录</button> -->
94 94
 
95
-        <div class="ver">0.5.59</div>
95
+        <div class="ver">0.5.591</div>
96 96
         <wyg-bottom-tab
97 97
             ref="tabbar"
98 98
             :tabIndex="2"

+ 4 - 4
src/pages/manage/shop/index.vue

@@ -33,8 +33,8 @@
33 33
                 <div class="item">
34 34
                     <div class="name">开启日常自动播货</div>
35 35
                     <switch
36
-                        :checked="eveningAutoBroadcastGoodsGroup"
37
-                        @change="setEveningAutoBroadcastGoods"
36
+                        :checked="dayAutoBroadcastGoodsGroup"
37
+                        @change="setDayAutoBroadcastGoods"
38 38
                     ></switch>
39 39
                 </div>
40 40
                 <p class="des">
@@ -45,8 +45,8 @@
45 45
                 <div class="item">
46 46
                     <div class="name">开启活动自动推荐</div>
47 47
                     <switch
48
-                        :checked="dayAutoBroadcastGoodsGroup"
49
-                        @change="setDayAutoBroadcastGoods"
48
+                        :checked="eveningAutoBroadcastGoodsGroup"
49
+                        @change="setEveningAutoBroadcastGoods"
50 50
                     ></switch>
51 51
                 </div>
52 52
                 <p class="des">