【缺陷修复】商城装修: 顶部导航栏-文字链接支持
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
v-if="data.type === 'text'"
|
v-if="data.type === 'text'"
|
||||||
class="nav-title inline"
|
class="nav-title inline"
|
||||||
:style="[{ color: data.textColor, width: width }]"
|
:style="[{ color: data.textColor, width: width }]"
|
||||||
|
@tap="sheep.$router.go(data.url)"
|
||||||
>
|
>
|
||||||
{{ data.text }}
|
{{ data.text }}
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Reference in New Issue
Block a user