Commit 202e95cc by 陈超

T

parent 1e212621
...@@ -60,11 +60,9 @@ ...@@ -60,11 +60,9 @@
<van-icon name="__THEME__/img/collect.png" size="24"></van-icon> <van-icon name="__THEME__/img/collect.png" size="24"></van-icon>
</template> </template>
</van-cell> </van-cell>
<van-cell class="center_bottom_cell" title-class="text_14_400 color_333333 center_bottom_cell_text" title="会员信息" is-link > <van-cell @click="onCellTap({:U('home/User/vipCard')})" class="center_bottom_cell" title-class="text_14_400 color_333333 center_bottom_cell_text" title="会员信息" is-link >
<template #icon> <template #icon>
<a href="{:U('home/User/vipCard')}"> <van-icon name="__THEME__/img/membership.png" size="24"></van-icon>
<van-icon name="__THEME__/img/membership.png" size="24"></van-icon>
</a>
</template> </template>
</van-cell> </van-cell>
<van-cell class="center_bottom_cell" title-class="text_14_400 color_333333 center_bottom_cell_text" title="上传试题" is-link > <van-cell class="center_bottom_cell" title-class="text_14_400 color_333333 center_bottom_cell_text" title="上传试题" is-link >
...@@ -448,6 +446,9 @@ ...@@ -448,6 +446,9 @@
methods: { methods: {
onChange: function(tab) { onChange: function(tab) {
},
onCellTap: function(url) {
window.location.href = url
} }
} }
}) })
......
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