【缺陷修复】商城装修: 顶部导航栏-文字链接支持

pull/128/head
puhui999 2024-12-06 11:26:53 +08:00
parent 1b02d0cefa
commit b92bf484df
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
v-if="data.type === 'text'"
class="nav-title inline"
:style="[{ color: data.textColor, width: width }]"
@tap="sheep.$router.go(data.url)"
>
{{ data.text }}
</view>