|
|
@@ -101,11 +101,7 @@ export default {
|
|
|
selectReasonValue: null,
|
|
|
isTop: 0,
|
|
|
list: [],
|
|
|
- servicePromise: [
|
|
|
- "假一赔三",
|
|
|
- "7天无理由退换",
|
|
|
- "破损包退换"
|
|
|
- ],
|
|
|
+ servicePromise: [],
|
|
|
//未收到,申请退款
|
|
|
list1: [
|
|
|
{
|
|
|
@@ -173,9 +169,6 @@ export default {
|
|
|
//订单状态(0:待付款 1:待发货 2:待收货 3:已收货 4:售后中 11:取消订单)
|
|
|
console.log(data, 'onLoad-applyRefund')
|
|
|
if (data) {
|
|
|
- uni.setNavigationBarTitle({
|
|
|
- title: '申请换货66666'
|
|
|
- });
|
|
|
if (data.tab) this.tab = data.tab
|
|
|
if (data.orderId) this.orderId = data.orderId
|
|
|
if (data.orderNo) this.orderNo = data.orderNo
|
|
|
@@ -183,7 +176,7 @@ export default {
|
|
|
if (data.receiptStatus) this.receiptStatus = data.receiptStatus
|
|
|
if (data.afterSalesType) this.afterSalesType = data.afterSalesType
|
|
|
|
|
|
- if (data.servicePromise) this.servicePromise = data.servicePromise
|
|
|
+ if (data.servicePromise) this.$set(this,'servicePromise', data.servicePromise)
|
|
|
if (data.questionOrDiscribeValue && data.questionOrDiscribeValue !== "null") {
|
|
|
this.questionOrDiscribeValue = data.questionOrDiscribeValue
|
|
|
}
|