Commit 65aa4c6c authored by 黄媛媛's avatar 黄媛媛

修改分类

parent 797f3168
......@@ -31,7 +31,7 @@
>
<image
:src="c.IconPath"
:src="getIconLink(c.IconPath)"
mode="widthFix"
style="width: 80rpx; height: 80rpx;"
/>
......
......@@ -31,7 +31,7 @@
<view class="goodprice">
<view class="left">
<view v-if="cx.level_price">
<van-tag plain color="#f39800">会员价</van-tag>
<u-tag size="mini" text="会员价" shape="circle" type="warning" />
<span class="vip">{{ cx.level_price }}</span>
</view>
<view class="price" :style="{ color: mainColor }">{{ cx.price_content }}</view>
......
......@@ -130,7 +130,7 @@ export default {
this.init();
},
clickHandler(item) {
uni.navigateTo({ url: '/pages/goods/goods?GoodsId='+item.Id });
uni.navigateTo({ url: '/pages/goods/goods?GoodsId='+item.id });
},
computSecondHeight() {
const query = uni.createSelectorQuery().in(this);
......
......@@ -32,12 +32,12 @@
:data-url="cx.page_url"
>
<view class="left">{{ c.Name }}</view>
<view class="left">{{ cx.Name }}</view>
<view class="right">
<image
v-if="cx.IconPath && cx.IconPath!=''"
mode="aspectFit"
:src="cx.IconPath"
:src="getIconLink(cx.IconPath)"
style="width: 100%; height: 100%;"
/>
</view>
......
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