Commit 9c2ee991 authored by xieyishang's avatar xieyishang

~

parent b70f42ce
......@@ -41,6 +41,17 @@
}
.order_body{
margin-bottom: 10upx;
.thumbnails{
position: relative;
.tuzhangimg{
z-index: 9;
top: 0;
left: 0;
position: absolute;
width: 183upx;
height: 183upx;
}
}
}
//订单列表
.listorder{
......
......@@ -40,8 +40,18 @@
<view class="order_body " v-for="(productList, index1) in item.products" :key="index1">
<view class="flex mb-20" v-for="(product, index) in productList.orderGoods" :key="index">
<!-- <image class="imgs" src="" mode=""></image> -->
<image class="imgs" :src="staticUrl + product.photo" v-if="product.photo" mode=""></image>
<image class="imgs" :src="staticUrl + item.photo" mode="" v-else></image>
<view class="thumbnails">
<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==2" 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>
</view>
<view class="body_r flex1 ">
<view class="title twoline">{{ product.goods_name }}</view>
<view class="prices">
......@@ -118,8 +128,20 @@
<view class="order_body " v-for="(product, index1) in item.ordergoods" :key="index1">
<view class="flex mb-20">
<!-- <image class="imgs" src="" mode=""></image> -->
<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 class="imgs" :src="staticUrl + product.photo" v-if="product.photo" mode=""></image>
<image class="imgs" :src="staticUrl + item.photo" mode="" v-else></image> -->
<view class="thumbnails">
<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==2" 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>
</view>
<view class="body_r flex1 ">
<view class="title twoline">{{ product.goods_name }}</view>
<view class="prices">
......
......@@ -45,6 +45,12 @@
<view class="tuimg br_10 ov">
<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==2" 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>
</view>
<view class="flex1 ml-25 goodsboxs">
<view class="sz_30 bt_hei twoline names" style="height:65upx">{{item.goods_name}}</view>
......@@ -392,7 +398,15 @@
.tuimg {
width: 183upx;
height: 183upx;
position: relative;
.tuzhangimg{
z-index: 9;
top: 0;
left: 0;
position: absolute;
width: 183upx;
height: 183upx;
}
.imgs {
width: 183upx;
height: 183upx;
......
......@@ -39,6 +39,26 @@
></image>
</view>
</view>
<!-- <view class="refundbox-desc">
<view class="refundbox-title">商家地址:</view>
<view class="refundbox-cause">{{detail.addr ? detail.addr : ''}}</view>
<view class="refundbox-cause">{{detail.contact_number ? detail.contact_number : ''}}</view>
<view class="refundbox-cause">{{detail.refund_datail ? detail.refund_datail : ''}}</view>
</view> -->
<view class="topbox_20 mt-20">
<view class="ali-c">
<view class="sz_30 bt_hei">商家地址:</view>
<view class="flex1 ml-20 addrnamesv">
<view class="sz_30 bt_hei">{{detail.addr ? detail.addr : ''}}</view>
<view class="sz_30 bt_hei mt-10">{{detail.contact_number ? detail.contact_number : ''}}</view>
<view class="sz_30 bt_hei mt-10">{{detail.refund_datail ? detail.refund_datail : ''}}</view>
</view>
</view>
</view>
<view class="topbox_20 mt-20">
<view class="ali-c">
......
......@@ -5,8 +5,8 @@ module.exports = {
isdebug:false,//正式
// isdebug:true,//测试
// isdebug:false,//正式
isdebug:true,//测试
// xqdebug:false,//正式权限
xqdebug:true,//发布审核权限 也是测试环境的 主要用于ios
......
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