2023-02-14
This commit is contained in:
@@ -40,14 +40,15 @@
|
||||
<image src="/static/temp/fasfausers.png"></image>
|
||||
<text>社区团购</text>
|
||||
</view>
|
||||
<view class="cate-item" @click="navToTabPage('/pages/category/areaGoods')">
|
||||
<!-- <view class="cate-item" @click="navToTabPage('/pages/category/areaGoods')"> -->
|
||||
<view class="cate-item" @click="navToTabPage('/pages/index/lease')">
|
||||
<image src="/static/temp/fasfa-truck.png"></image>
|
||||
<text>社区特供</text>
|
||||
</view>
|
||||
<!-- <view class="cate-item" @click="navToTabPage('../../pagesA/product/paiMaiList')"> -->
|
||||
<view class="cate-item" @click="navToTabPage('/pages/index/lease')">
|
||||
<view class="cate-item" @click="navToTabPage('/pagesU/notice/subjectList')">
|
||||
<image src="/static/temp/c8.png"></image>
|
||||
<text>农机租赁</text>
|
||||
<text>农机服务</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
||||
@@ -11,12 +11,12 @@
|
||||
<view class="introduce-section">
|
||||
<text class="title">{{ goods.name }}</text>
|
||||
<view class="price-box">
|
||||
<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="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-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">优惠¥{{ goods.originalPrice- goods.price }}</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