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

修改分类

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