This commit is contained in:
2023-10-27 17:08:20 +08:00
parent b1d250b542
commit bb04a4221d

View File

@ -68,8 +68,8 @@
</view>
</view>
<view class="anniu">
<view class="logistics" v-if="item.orderStatus=='WAIT_REFUND'" style="background-color: coral;color:#fff"
@tap='goorderdetails(item)'>退款中
<view class="logistics" v-if="item.orderStatus=='WAIT_REFUND'"
style="background-color: coral;color:#fff" @tap='goorderdetails(item)'>退款中
</view>
<view class="logistics"
v-if="item.orderStatus=='WAIT_RECEIVED_GOODS'&&item.orderType !='HEALTH_CONSULTATION'"
@ -151,13 +151,14 @@
},
orderTypeList: {
patientId: '',
goodsOrderId: '',
orderTypeList: [
'INTEGRAL_EXCHANGE',
'DIRECT_BUY',
],
orderStatus: '',
pageSize: 15, //
pageNum: 1, //
pageSize: 15,
pageNum: 1,
goodsName: '',
},
orderNoitem: null,
@ -167,12 +168,6 @@
total: 0, //list
show: false, //
img: '', //
orderStatus: '', //
goodsOrderId: '', //
pageSize: 15, //
pageNum: 1, //
goodsName: '',
getCodeText: null,
}
},
methods: {
@ -331,8 +326,8 @@
this.orderTypeList.pageNum = 1;
this.baseurl = baseurl;
let that = this
const value3 = uni.getStorageSync('Refresh');
if (value3) {
const Refresh = uni.getStorageSync('Refresh');
if (Refresh) {
that.goodsOrderinfo();
}
},
@ -345,7 +340,7 @@
that.openid = value2
if (options.orderStatus) {
that.tabscurrent = options.toindex
that.orderStatus = options.orderStatus
that.orderTypeList.orderStatus = options.orderStatus
that.goodsOrderinfo();
} else {
that.goodsOrderinfo();
@ -384,4 +379,4 @@
<style lang="scss">
@import "./CommodityOrder.scss";
</style>
</style>