xuqiaoying há 3 anos atrás
pai
commit
e8d22a63c4
1 ficheiros alterados com 1 adições e 2 exclusões
  1. 1 2
      pages5/mockExam/examApply.vue

+ 1 - 2
pages5/mockExam/examApply.vue

@@ -132,7 +132,7 @@ export default {
         }
     },
     onLoad(option) {
-        console.log('option--: ', option, decodeURIComponent(option.scene))
+        console.log('option--: ', option)
         if (option.scene) {
             let tid = decodeURIComponent(option.scene)
             this.activityId = tid.split('=')[1]
@@ -150,7 +150,6 @@ export default {
 			})
 			return
 		}
-        console.log('33333333333')
         this.getActivity()
     },
     // 必须要在onReady生命周期,因为onLoad生命周期组件可能尚未创建完毕