Commit 0366f2e3 authored by zhengke's avatar zhengke

修改

parent 5b190f4f
...@@ -44,10 +44,7 @@ ...@@ -44,10 +44,7 @@
<view class="wordBox"> <view class="wordBox">
<view class="wordTitle"> <view class="wordTitle">
单词练习 单词练习
</view> </view>
<view @click="goWord()">跳转。。。</view>
<view @click="goWord2()">跳转错题</view>
<view class="flex_around_center "> <view class="flex_around_center ">
<view class="wordItem"> <view class="wordItem">
<text class="wordItemTitle">今日新词</text> <text class="wordItemTitle">今日新词</text>
...@@ -191,16 +188,6 @@ ...@@ -191,16 +188,6 @@
url: url, url: url,
}); });
}, },
goWord(){
uni.navigateTo({
url: '/pages/exam/MyExam',
});
},
goWord2(){
uni.navigateTo({
url: '/pages/exam/wrong'
});
},
jumpTimetable() { jumpTimetable() {
uni.switchTab({ uni.switchTab({
url: '/pages/timetable/timeTable', url: '/pages/timetable/timeTable',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment