Commit 0e3bad6c authored by xieyishang's avatar xieyishang

~~~

parent 22fe06b3
......@@ -2,8 +2,8 @@
"name" : "鹿马商家助手",
"appid" : "__UNI__1EA80F1", //这个是 web
"description" : "商家",
"versionName" : "1.195",
"versionCode" : 1195,
"versionName" : "1.196",
"versionCode" : 1196,
"transformPx" : false,
"compatible" : {
"ignoreVersion" : true //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持
......
......@@ -44,11 +44,11 @@
<image class="imgs" :src="staticUrl + product.photo" v-if="product.photo" mode=""></image>
<image class="imgs" :src="staticUrl + item.photo" mode="" v-else></image>
<image v-if="product.refund_status==1" class="tuzhangimg" tag="退款" :src="staticUrl+'comment/2023/10/21/65339a3e477f3.png'" mode=""></image>
<image v-if="product.refund_status==3" class="tuzhangimg" tag="退款" :src="staticUrl+'comment/2023/10/21/65339a3e477f3.png'" mode=""></image>
<image v-if="product.refund_status==2" class="tuzhangimg" tag="退款退货" :src="staticUrl+'comment/2023/10/21/65339a3e4a947.png'" mode=""></image>
<image v-if="product.refund_status==1" class="tuzhangimg" tag="退款退货" :src="staticUrl+'comment/2023/10/21/65339a3e4a947.png'" mode=""></image>
<image v-if="product.refund_status==3" class="tuzhangimg" tag="换货" :src="staticUrl+'comment/2023/10/21/65339a3e66554.png'" mode=""></image>
<image v-if="product.refund_status==2" class="tuzhangimg" tag="换货" :src="staticUrl+'comment/2023/10/21/65339a3e66554.png'" mode=""></image>
</view>
......
......@@ -46,11 +46,11 @@
<image class="imgs" :src="staticUrl+item.photo" v-if="item.photo"></image>
<image class="imgs" :src="staticUrl+detail.photo" v-else></image>
<image v-if="item.refund_status==1" class="tuzhangimg" tag="退款" :src="staticUrl+'comment/2023/10/21/65339a3e477f3.png'" mode=""></image>
<image v-if="item.refund_status==3" class="tuzhangimg" tag="退款" :src="staticUrl+'comment/2023/10/21/65339a3e477f3.png'" mode=""></image>
<image v-if="item.refund_status==2" class="tuzhangimg" tag="退款退货" :src="staticUrl+'comment/2023/10/21/65339a3e4a947.png'" mode=""></image>
<image v-if="item.refund_status==1" class="tuzhangimg" tag="退款退货" :src="staticUrl+'comment/2023/10/21/65339a3e4a947.png'" mode=""></image>
<image v-if="item.refund_status==3" class="tuzhangimg" tag="换货" :src="staticUrl+'comment/2023/10/21/65339a3e66554.png'" mode=""></image>
<image v-if="item.refund_status==2" class="tuzhangimg" tag="换货" :src="staticUrl+'comment/2023/10/21/65339a3e66554.png'" mode=""></image>
</view>
<view class="flex1 ml-25 goodsboxs">
<view class="sz_30 bt_hei twoline names" style="height:65upx">{{item.goods_name}}</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