|
@@ -329,7 +329,7 @@ export default {
|
|
backgroundColor: "#f4f4f4",
|
|
backgroundColor: "#f4f4f4",
|
|
});
|
|
});
|
|
this.orderDetail = "商品已寄往平台,正在运输中";
|
|
this.orderDetail = "商品已寄往平台,正在运输中";
|
|
- this.orderTitle = "待平台收货";
|
|
|
|
|
|
+ this.orderTitle = this.orderInformation.status_text;
|
|
} else if (this.orderInformation.status == "unpaid") {
|
|
} else if (this.orderInformation.status == "unpaid") {
|
|
//设置顶部标题栏颜色
|
|
//设置顶部标题栏颜色
|
|
uni.setNavigationBarColor({
|
|
uni.setNavigationBarColor({
|
|
@@ -337,7 +337,7 @@ export default {
|
|
backgroundColor: "#f4f4f4",
|
|
backgroundColor: "#f4f4f4",
|
|
});
|
|
});
|
|
this.orderDetail = "商品已打包称重,等待用户付款";
|
|
this.orderDetail = "商品已打包称重,等待用户付款";
|
|
- this.orderTitle = "待付款";
|
|
|
|
|
|
+ this.orderTitle = this.orderInformation.status_text;
|
|
} else if (this.orderInformation.status == "overseas_undelivered") {
|
|
} else if (this.orderInformation.status == "overseas_undelivered") {
|
|
//设置顶部标题栏颜色
|
|
//设置顶部标题栏颜色
|
|
uni.setNavigationBarColor({
|
|
uni.setNavigationBarColor({
|
|
@@ -345,7 +345,7 @@ export default {
|
|
backgroundColor: "#f4f4f4",
|
|
backgroundColor: "#f4f4f4",
|
|
});
|
|
});
|
|
this.orderDetail = "等待平台发货";
|
|
this.orderDetail = "等待平台发货";
|
|
- this.orderTitle = "待发货";
|
|
|
|
|
|
+ this.orderTitle = this.orderInformation.status_text;
|
|
} else if (this.orderInformation.status == "overseas_delivered") {
|
|
} else if (this.orderInformation.status == "overseas_delivered") {
|
|
//设置顶部标题栏颜色
|
|
//设置顶部标题栏颜色
|
|
uni.setNavigationBarColor({
|
|
uni.setNavigationBarColor({
|
|
@@ -353,7 +353,7 @@ export default {
|
|
backgroundColor: "#f4f4f4",
|
|
backgroundColor: "#f4f4f4",
|
|
});
|
|
});
|
|
this.orderDetail = "商品已发出,很快将发货至您的手中";
|
|
this.orderDetail = "商品已发出,很快将发货至您的手中";
|
|
- this.orderTitle = "已发货";
|
|
|
|
|
|
+ this.orderTitle = this.orderInformation.status_text;
|
|
} else if (this.orderStauts == 4) {
|
|
} else if (this.orderStauts == 4) {
|
|
//设置顶部标题栏颜色
|
|
//设置顶部标题栏颜色
|
|
uni.setNavigationBarColor({
|
|
uni.setNavigationBarColor({
|
|
@@ -373,7 +373,7 @@ export default {
|
|
backgroundColor: "#f4f4f4",
|
|
backgroundColor: "#f4f4f4",
|
|
});
|
|
});
|
|
this.orderDetail = "订单签收,交易已完成";
|
|
this.orderDetail = "订单签收,交易已完成";
|
|
- this.orderTitle = "已完成";
|
|
|
|
|
|
+ this.orderTitle = this.orderInformation.status_text;
|
|
} else if (this.orderInformation.status == "domestic_received") {
|
|
} else if (this.orderInformation.status == "domestic_received") {
|
|
//设置顶部标题栏颜色
|
|
//设置顶部标题栏颜色
|
|
uni.setNavigationBarColor({
|
|
uni.setNavigationBarColor({
|
|
@@ -381,7 +381,7 @@ export default {
|
|
backgroundColor: "#f4f4f4",
|
|
backgroundColor: "#f4f4f4",
|
|
});
|
|
});
|
|
this.orderDetail = "等待中转称重发出";
|
|
this.orderDetail = "等待中转称重发出";
|
|
- this.orderTitle = "中转已签收";
|
|
|
|
|
|
+ this.orderTitle = this.orderInformation.status_text;
|
|
} else if (this.orderInformation.status == "closed") {
|
|
} else if (this.orderInformation.status == "closed") {
|
|
//设置顶部标题栏颜色
|
|
//设置顶部标题栏颜色
|
|
uni.setNavigationBarColor({
|
|
uni.setNavigationBarColor({
|
|
@@ -389,7 +389,7 @@ export default {
|
|
backgroundColor: "#f4f4f4",
|
|
backgroundColor: "#f4f4f4",
|
|
});
|
|
});
|
|
this.orderDetail = "订单关闭";
|
|
this.orderDetail = "订单关闭";
|
|
- this.orderTitle = "订单已关闭";
|
|
|
|
|
|
+ this.orderTitle = this.orderInformation.status_text;
|
|
} else if (this.orderInformation.status == "refunded") {
|
|
} else if (this.orderInformation.status == "refunded") {
|
|
//设置顶部标题栏颜色
|
|
//设置顶部标题栏颜色
|
|
uni.setNavigationBarColor({
|
|
uni.setNavigationBarColor({
|
|
@@ -397,7 +397,7 @@ export default {
|
|
backgroundColor: "#f4f4f4",
|
|
backgroundColor: "#f4f4f4",
|
|
});
|
|
});
|
|
this.orderDetail = "订单已退款";
|
|
this.orderDetail = "订单已退款";
|
|
- this.orderTitle = "已退款";
|
|
|
|
|
|
+ this.orderTitle = this.orderInformation.status_text;
|
|
} else if (this.orderInformation.status == "refunding") {
|
|
} else if (this.orderInformation.status == "refunding") {
|
|
//设置顶部标题栏颜色
|
|
//设置顶部标题栏颜色
|
|
uni.setNavigationBarColor({
|
|
uni.setNavigationBarColor({
|
|
@@ -405,7 +405,7 @@ export default {
|
|
backgroundColor: "#f4f4f4",
|
|
backgroundColor: "#f4f4f4",
|
|
});
|
|
});
|
|
this.orderDetail = "订单正在申请退款";
|
|
this.orderDetail = "订单正在申请退款";
|
|
- this.orderTitle = "退款中";
|
|
|
|
|
|
+ this.orderTitle = this.orderInformation.status_text;
|
|
} else if (this.orderInformation.status == "domestic_undelivered") {
|
|
} else if (this.orderInformation.status == "domestic_undelivered") {
|
|
//设置顶部标题栏颜色
|
|
//设置顶部标题栏颜色
|
|
uni.setNavigationBarColor({
|
|
uni.setNavigationBarColor({
|
|
@@ -413,7 +413,7 @@ export default {
|
|
backgroundColor: "#f4f4f4",
|
|
backgroundColor: "#f4f4f4",
|
|
});
|
|
});
|
|
this.orderDetail = "商品等待发货中";
|
|
this.orderDetail = "商品等待发货中";
|
|
- this.orderTitle = "国内待发货";
|
|
|
|
|
|
+ this.orderTitle = this.orderInformation.status_text;
|
|
}
|
|
}
|
|
});
|
|
});
|
|
},
|
|
},
|