wangxy 1 месяц назад
Родитель
Сommit
5dac82cae3
1 измененных файлов с 39 добавлено и 36 удалено
  1. 39 36
      pages/xinshuxue/components/danyuanInfo.vue

+ 39 - 36
pages/xinshuxue/components/danyuanInfo.vue

@@ -1,49 +1,52 @@
 <template>
-	<uni-popup ref="popupRef" :animation="false" :is-mask-click="false" 
-		mask-background-color="rgba(255, 255, 255, 0.1);" type="bottom">
-		<view class="xuexi-dagang-page">
-			<view class="dagang-title">
-				<text>{{danyuanInfo.danyuanIntro}}</text>
-				<icon @click="goUpPage"></icon>
-			</view>
-			<view class="xuexi-dagang-body">
-				<view class="ezy-video-box course-video-box">
-					<view ref="videoContent" id="wgy-player-test" :playAuth="playAuth"
-						:change:playAuth="renderScript.receiveMsg" :videoId="videoId"
-						:change:videoId="renderScript.videoIdFun" :hideFlag="hideFlag"
-						:change:hideFlag="renderScript.hideFlagFun" :progressMarkers="progressMarkers"
-						:change:progressMarkers="renderScript.progressMarkersMsg" :seekTime="seekTime"
-						:change:seekTime="renderScript.seekTimeFun" class="ezy-video">
-					</view>
+	<view>
+		<uni-popup ref="popupRef" :animation="false" :is-mask-click="false"
+			mask-background-color="rgba(255, 255, 255, 0.1);" type="bottom">
+			<view class="xuexi-dagang-page">
+				<view class="dagang-title">
+					<text>{{danyuanInfo.danyuanIntro}}</text>
+					<icon @click="goUpPage"></icon>
 				</view>
+				<view class="xuexi-dagang-body">
+					<view class="ezy-video-box course-video-box">
+						<view ref="videoContent" id="wgy-player-test" :playAuth="playAuth"
+							:change:playAuth="renderScript.receiveMsg" :videoId="videoId"
+							:change:videoId="renderScript.videoIdFun" :hideFlag="hideFlag"
+							:change:hideFlag="renderScript.hideFlagFun" :progressMarkers="progressMarkers"
+							:change:progressMarkers="renderScript.progressMarkersMsg" :seekTime="seekTime"
+							:change:seekTime="renderScript.seekTimeFun" class="ezy-video">
+						</view>
+					</view>
 
-				<!-- 您将学会 -->
-				<view class="dagang-xh-box">
-					<view class="xh-title">您将学会</view>
-					<view class="xh-content-box">
-						<view class="text-row" v-for="(item,index) in danyuanInfo.xuehui" :key="index">
-							<icon></icon>
-							<view class="text-content">{{item}}</view>
+					<!-- 您将学会 -->
+					<view class="dagang-xh-box">
+						<view class="xh-title">您将学会</view>
+						<view class="xh-content-box">
+							<view class="text-row" v-for="(item,index) in danyuanInfo.xuehui" :key="index">
+								<icon></icon>
+								<view class="text-content">{{item}}</view>
+							</view>
 						</view>
 					</view>
-				</view>
-				<!-- 学习大纲 -->
-				<view class="dagang-content-box">
-					<view class="dagang-content-title">学习大纲</view>
-					<view class="dagang-item-list">
-						<view class="dagang-content-item" v-for="(item,index) in danyuanInfo.dagangList" :key="index">
-							<!-- 封面 -->
-							<img :src="item.cover" />
-							<view>
-								<view class="course-title">{{item.jieName}}</view>
-								<view class="course-title">{{item.jieIntro}}</view>
+					<!-- 学习大纲 -->
+					<view class="dagang-content-box">
+						<view class="dagang-content-title">学习大纲</view>
+						<view class="dagang-item-list">
+							<view class="dagang-content-item" v-for="(item,index) in danyuanInfo.dagangList"
+								:key="index">
+								<!-- 封面 -->
+								<img :src="item.cover" />
+								<view>
+									<view class="course-title">{{item.jieName}}</view>
+									<view class="course-title">{{item.jieIntro}}</view>
+								</view>
 							</view>
 						</view>
 					</view>
 				</view>
 			</view>
-		</view>
-	</uni-popup>
+		</uni-popup>
+	</view>
 </template>
 
 <script>