浏览代码

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

puhui999 8 月之前
父节点
当前提交
b92bf484df
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      sheep/components/s-custom-navbar/components/navbar-item.vue

+ 1 - 0
sheep/components/s-custom-navbar/components/navbar-item.vue

@@ -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>