|
@@ -14,6 +14,9 @@
|
|
</view>
|
|
</view>
|
|
<view class="dljt-detail-box">
|
|
<view class="dljt-detail-box">
|
|
<view class="dljt-editor-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>
|
|
<MtaMpHtml class="dljt-editor-box" :content="data.info.content"></MtaMpHtml>
|
|
|
|
|
|
</view>
|
|
</view>
|
|
@@ -49,6 +52,13 @@
|
|
pageInit();
|
|
pageInit();
|
|
})
|
|
})
|
|
|
|
|
|
|
|
+ function handleError(e) {
|
|
|
|
+ uni.showModal({
|
|
|
|
+ content: e.target.errMsg,
|
|
|
|
+ showCancel: false
|
|
|
|
+ })
|
|
|
|
+ }
|
|
|
|
+
|
|
function handleGo(code) {
|
|
function handleGo(code) {
|
|
if (code == 'shouye') {
|
|
if (code == 'shouye') {
|
|
uni.navigateTo({
|
|
uni.navigateTo({
|