fix: 标题栏查看更多添加点击跳转事件

pull/8/head
kele 2023-05-08 16:10:04 +08:00
parent 2921402e7e
commit c04bb0b112
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
{{ data.subtitle.text }}
</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>
<text class="_icon-forward"></text>
</view>