This commit is contained in:
2023-08-19 14:04:52 +08:00
parent 1f6080aa01
commit b9d7228a90
9 changed files with 107 additions and 10 deletions

View File

@@ -4,7 +4,7 @@
<view class="relative mr5">
<image style="width: 336rpx;height: 152rpx;" src="../../static/image/practice/errorprone_bg.png">
</image>
<view style="position: absolute;left: 0;top: 0;" class="p10">
<view style="position: absolute;left: 0;top: 0;" class="p10" @tap="toIconSkill">
<view style="color: #04B13B;font-size: 18px;">图表技巧</view>
<text style="color: #04B13B;font-size: 14px;">快速记忆</text>
</view>
@@ -92,6 +92,11 @@
url:"/pages/questionBank/questionBank?navTitle="+title
})
},
toIconSkill(){
uni.navigateTo({
url:"/pages/index/iconSkill"
})
}
}
}
</script>