fix: 标题栏查看更多添加点击跳转事件
parent
2921402e7e
commit
c04bb0b112
|
@ -13,7 +13,7 @@
|
||||||
{{ data.subtitle.text }}
|
{{ data.subtitle.text }}
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view v-if="data.more.show" class="more-box ss-flex ss-col-center">
|
<view v-if="data.more.show" class="more-box ss-flex ss-col-center" @tap="sheep.$router.go(data.more.url)">
|
||||||
<view class="more-text">查看更多</view>
|
<view class="more-text">查看更多</view>
|
||||||
<text class="_icon-forward"></text>
|
<text class="_icon-forward"></text>
|
||||||
</view>
|
</view>
|
||||||
|
|
Loading…
Reference in New Issue