Commit 23d6ece3 authored by zhangjianguo's avatar zhangjianguo

1

parent 2444cdbc
......@@ -3,7 +3,7 @@
<view :style="{ margin: goods.catStyle == 1 ? '0px' : '10px 5px' }">
<u-tabs
v-if="goods.showCat && goods.catPosition == 'top' && goods.catList.length > 1"
name="name"
name="menuName"
:list="goods.catList"
:is-scroll="true"
:active-color="mainColor"
......@@ -93,6 +93,7 @@ export default {
};
},
created() {
this.mainColor = this.$uiConfig.mainColor;
if (this.goods.showCat) {
this.currentList = this.goods.catList[0].goodsList;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment