wangxy hace 2 meses
padre
commit
b245bab640

+ 14 - 0
pages.json

@@ -438,6 +438,20 @@
 			{
 				"navigationStyle": "custom"
 			}
+		},
+		{
+			"path" : "pages/zhaoshengrexian/zhaoshengrexian",
+			"style" : 
+			{
+				"navigationBarTitleText" : ""
+			}
+		},
+		{
+			"path" : "pages/erweima/erweima",
+			"style" : 
+			{
+				"navigationBarTitleText" : ""
+			}
 		}
 
 	],

+ 10 - 0
pages/zsjyWangnianluqufenshu/zsjyWangnianluqufenshu.vue

@@ -14,6 +14,9 @@
 				</view>
 				<view class="dljt-detail-box">
 					<view class="dljt-editor-box">
+
+            <video src="https://kf3.mtavip.com/api/upload/39b32869630e72055496b1839cba6cb9.mp4" @error="handleError"></video>
+            
 						<MtaMpHtml class="dljt-editor-box" :content="data.info.content"></MtaMpHtml>
 						
 					</view>
@@ -49,6 +52,13 @@
 		pageInit();
 	})
 
+  function handleError(e) {
+    uni.showModal({
+      content: e.target.errMsg,
+      showCancel: false
+    })
+  }
+
 	function handleGo(code) {
 		if (code == 'shouye') {
 			uni.navigateTo({

+ 1 - 1
pages/zsjyZhuanyejieshao/zsjyZhuanyejieshao.vue

@@ -15,7 +15,7 @@
 				<view class="dljt-detail-box">
 					<view class="dljt-editor-box">
 						<view class="dljt-classify-box">
-							<view class="classify-item" v-for="item in data.list.data" :key="item.title" @click="handleSelect(item.title)">{{item.title}}</view>
+							<view class="classify-item" :class="{active: item.title == data.activeTitle}" v-for="item in data.list.data" :key="item.title" @click="handleSelect(item.title)">{{item.title}}</view>
 						</view>
 						<!-- 富文本 -->
 						<MtaMpHtml class="dljt-editor-box" v-show="item.title == data.activeTitle" v-for="item in data.list.data" :content="item.content" ></MtaMpHtml>