修改样式
This commit is contained in:
@@ -55,7 +55,6 @@
|
||||
<image src="/static/temp/nav1.png"></image>
|
||||
<view class="tit-box">
|
||||
<text class="tit">周边社区</text>
|
||||
<text class="tit2">Guess You Like It</text>
|
||||
</view>
|
||||
<text class="yticon icon-you"></text>
|
||||
</view>
|
||||
@@ -72,7 +71,6 @@
|
||||
<image src="/static/temp/fasfausers.png"></image>
|
||||
<view class="tit-box">
|
||||
<text class="tit">社区团购</text>
|
||||
<text class="tit2">Guess You Like It</text>
|
||||
</view>
|
||||
<text class="yticon icon-you"></text>
|
||||
</view>
|
||||
@@ -81,7 +79,6 @@
|
||||
<image src="/static/temp/fasfa-truck.png"></image>
|
||||
<view class="tit-box">
|
||||
<text class="tit">社区特供</text>
|
||||
<text class="tit2">Guess You Like It</text>
|
||||
</view>
|
||||
<text class="yticon icon-you"></text>
|
||||
</view>
|
||||
|
||||
@@ -14,9 +14,9 @@
|
||||
<text class="price-tip">¥</text>
|
||||
<text class="price" v-if="goods.vipPrice && goods.vipPrice > 0">{{ (goods.price * goods.memberRate) / 10 }}</text>
|
||||
<text class="price" v-else-if="!goods.vipPrice">{{ goods.price }}</text>
|
||||
<text class="m-price" v-if="!goods.vipPrice">¥{{ goods.originalPrice }}</text>
|
||||
<text class="m-price" v-if="!goods.vipPrice">县区商超价{{ goods.originalPrice }}</text>
|
||||
<text class="m-price" v-else-if="goods.vipPrice && goods.vipPrice > 0">¥{{ goods.price }}</text>
|
||||
<text class="price" v-if="goods.isFenxiao == 1 && goods.fenxiaoPrice > 0">佣金 ¥{{ goods.fenxiaoPrice }}</text>
|
||||
<text class="price" v-if="goods.isFenxiao == 1 && goods.fenxiaoPrice > 0">节省 ¥{{ goods.fenxiaoPrice }}</text>
|
||||
<text class="coupon-tip" v-if="goods.memberRate && goods.memberRate != 10">会员折扣{{ goods.memberRate }}折</text>
|
||||
</view>
|
||||
<view class="bot-row">
|
||||
|
||||
Reference in New Issue
Block a user