he2802 пре 3 година
родитељ
комит
0f484285d2
2 измењених фајлова са 6 додато и 5 уклоњено
  1. 5 5
      pages2/class/detail.vue
  2. 1 0
      pages2/course/detail.vue

+ 5 - 5
pages2/class/detail.vue

@@ -135,7 +135,7 @@
 				<view style="width: 457rpx;color: #666666;font-size: 30rpx;margin-top: 30rpx;">学习过程中需要拍照验证学员身份,
 拍照功能需要使用您的相机。
 是否授权使用?</view>
-				<view style="margin: 30rpx 0;">
+				<view style="margin: 40rpx 0;">
 					<button open-type="openSetting" @bindopensetting="openSetting" class="btnSet">去授权</button>
 				</view>
 			</view>
@@ -883,13 +883,13 @@ export default {
 
 <style lang="scss" scope>
 	.btnSet{
-		height: 50px;
-		width: 400rpx;
+		width: 440rpx;
+		height: 80rpx;
 		background: #007AFF;
-		border-radius: 25rpx;
+		border-radius: 40rpx;
 		color: #FFFFFF;
 		font-size: 28rpx;
-		line-height: 50px;
+		line-height: 80rpx;
 	}
 .btnReply {
 	width: 80rpx;

+ 1 - 0
pages2/course/detail.vue

@@ -172,6 +172,7 @@ export default {
 			
 		},
 		closePlay(){
+			this.$store.commit('setPlaySectionId', {playSectionId  :0});
 			this.vid = ""
 			this.startStatus = false
 		},