瀏覽代碼

简单修改

JXDS18FUJT 2 年之前
父節點
當前提交
9f2b665d38
共有 2 個文件被更改,包括 12 次插入5 次删除
  1. 1 0
      src/otherPages/playUrlVideo/index.vue
  2. 11 5
      src/otherPages/teacherVideo/index.vue

+ 1 - 0
src/otherPages/playUrlVideo/index.vue

@@ -17,6 +17,7 @@
             }
         },
         onLoad(query){
+            
             this.query =query
             
         }

+ 11 - 5
src/otherPages/teacherVideo/index.vue

@@ -3,8 +3,8 @@
     <view class="road">
       <view class="nav"
         ><view class="left">科目三真实考场</view
-        ><view class="right"
-          >查找我的考场<van-icon color="#498EF5" name="arrow"
+        ><view class="right" @click="goPath">
+          查找我的考场<van-icon color="#498EF5" name="arrow"
         /></view>
       </view>
       <view class="mark">
@@ -55,6 +55,12 @@ export default {
     };
   },
   methods: {
+    goPath(){
+      uni.navigateTo({
+        url:"/otherPages/examRoadVideo/index"
+      })
+
+    },
     name() {},
   },
 };
@@ -170,8 +176,8 @@ export default {
     }
   }
 }
-.wxad{
-    border: none;
-    padding: 0 30rpx;
+.wxad {
+  border: none;
+  padding: 0 30rpx;
 }
 </style>