|
@@ -38,7 +38,7 @@
|
|
|
<view>我的题库通</view>
|
|
|
</navigator>
|
|
|
</view>
|
|
|
- <navigator hover-class="none" url="/pages2/learn/my_learn" class="menu_box">
|
|
|
+ <navigator hover-class="none" url="/pages2/learn/my_learn" class="menu_box" v-if="true">
|
|
|
<view class="box_left">
|
|
|
<image src="/static/icon/my_icon2.png" class="my_icon"></image>
|
|
|
<view>我的学时</view>
|
|
@@ -49,7 +49,7 @@
|
|
|
学时未通过
|
|
|
</view>
|
|
|
</navigator>
|
|
|
- <navigator hover-class="none" url="/pages2/exam/index" class="menu_box">
|
|
|
+ <navigator hover-class="none" url="/pages2/exam/index" class="menu_box" v-if="true">
|
|
|
<view class="box_left">
|
|
|
<image src="/static/icon/my_icon10.png" class="my_icon"></image>
|
|
|
<view>我的考试</view>
|
|
@@ -108,7 +108,9 @@ export default {
|
|
|
userNums: {}
|
|
|
};
|
|
|
},
|
|
|
- onLoad() {},
|
|
|
+ onLoad(option) {
|
|
|
+ console.log(option,987)
|
|
|
+ },
|
|
|
onShow() {
|
|
|
this.isLogin = this.$method.isLogin();
|
|
|
if(this.isLogin){
|