Browse Source

10.0 增加产品内测

bding 1 year ago
parent
commit
d3a2cb4cb9
2 changed files with 6 additions and 0 deletions
  1. 1 0
      components/videoModule/index.vue
  2. 5 0
      pages/index/index.vue

+ 1 - 0
components/videoModule/index.vue

@@ -11,6 +11,7 @@
         show-mute-btn
         @ended="handleVideoEnd"
         @timeupdate="handleVideoTimeUpdate"
+        autoplay
       ></video>
       <view class="title text_twoLine">
         {{ videoPopList.Title }}

+ 5 - 0
pages/index/index.vue

@@ -251,6 +251,11 @@ export default {
             url: "/reportPages/IndustryReport/IndustryReport?id=" + SourceId,
           });
           break;
+        case 6:
+          uni.navigateTo({
+            url: "/reportPages/internalDetials/internalDetials?id=" + SourceId,
+          });
+          break;
         case 5:
           let obj = {
             BackgroundImg: "https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/czbk/my_log.png",