xuqiaoying 2 жил өмнө
parent
commit
0d55c264a7

+ 5 - 4
pages3/live/detail.vue

@@ -554,7 +554,7 @@
       class="notice_modal"
       mode="center"
       border-radius="28"
-      width="600rpx"
+      width="650rpx"
       height="622rpx"
       :mask-close-able="false"
       @close="closeNotice"
@@ -567,8 +567,9 @@
             </view>
           </scroll-view>
           <view class="had_read" :class="{'gray': CountTo >= 0}" @click="noticeConfirm()">
-            <text>我已阅读学员须知</text>
-            <text v-if="CountTo >= 0">{{ CountTo + 's' }}</text>
+            <text v-if="CountTo >= 0">请阅读学员须知,30s后可关闭</text>
+            <text v-else>我已阅读学员须知</text>
+            <text v-if="CountTo >= 0">{{ ' ' + CountTo + 's' }}</text>
           </view>
       </div>
     </u-popup>
@@ -3080,7 +3081,7 @@ page {
       color: #222;
     }
     .had_read {
-      width: 490rpx;
+      width: 100%;
       height: 88rpx;
       line-height: 88rpx;
       text-align: center;

+ 5 - 4
pages3/polyv/detail.vue

@@ -537,7 +537,7 @@
       class="notice_modal"
       mode="center"
       border-radius="28"
-      width="600rpx"
+      width="650rpx"
       height="622rpx"
       :mask-close-able="false"
       @close="closeNotice"
@@ -550,8 +550,9 @@
             </view>
           </scroll-view>
           <view class="had_read" :class="{'gray': CountTo >= 0}" @click="noticeConfirm()">
-            <text>我已阅读学员须知</text>
-            <text v-if="CountTo >= 0">{{ CountTo + 's' }}</text>
+            <text v-if="CountTo >= 0">请阅读学员须知,30s后可关闭</text>
+            <text v-else>我已阅读学员须知</text>
+            <text v-if="CountTo >= 0">{{ ' ' + CountTo + 's' }}</text>
           </view>
       </div>
     </u-popup>
@@ -3781,7 +3782,7 @@ page {
       color: #222;
     }
     .had_read {
-      width: 490rpx;
+      width: 100%;
       height: 88rpx;
       line-height: 88rpx;
       text-align: center;