jwyu 3 år sedan
förälder
incheckning
5ad82e22a3
1 ändrade filer med 11 tillägg och 11 borttagningar
  1. 11 11
      pages/activity/activity.vue

+ 11 - 11
pages/activity/activity.vue

@@ -23,16 +23,6 @@
                     >线下沙龙</view>
             </view>
             <view class="flex status-wrap" @click="statusChange">
-                <van-checkbox 
-                    class="auth-box" 
-                    shape="square" 
-                    :value="onlySeeAuth" 
-                    @change="handleAuthChange"
-                    checked-color="#D5AD79"
-                    icon-size="16px"
-                >
-                    <view class="text">只看有权限</view>
-                </van-checkbox>
                 <view
                     :class="[
                         'status-item',
@@ -54,6 +44,16 @@
                     ]"
                     data-status="3">已结束
                 </view>
+                <van-checkbox 
+                    class="auth-box" 
+                    shape="square" 
+                    :value="onlySeeAuth" 
+                    @change="handleAuthChange"
+                    checked-color="#D5AD79"
+                    icon-size="16px"
+                >
+                    <view class="text">只看有权限</view>
+                </van-checkbox>
             </view>
         </van-sticky>
 
@@ -282,7 +282,7 @@ export default {
 	},
     onShareAppMessage(res) {
         return {
-            title: '弘则研报',
+            title: '弘则FICC周度电话会安排',
             path: ''
         }
     },