|
|
@ -2,13 +2,13 @@
|
|
|
|
* @Author: ch
|
|
|
|
* @Author: ch
|
|
|
|
* @Date: 2022-05-09 14:41:37
|
|
|
|
* @Date: 2022-05-09 14:41:37
|
|
|
|
* @LastEditors: ch
|
|
|
|
* @LastEditors: ch
|
|
|
|
* @LastEditTime: 2022-05-16 16:40:50
|
|
|
|
* @LastEditTime: 2022-05-16 18:27:52
|
|
|
|
* @Description: file content
|
|
|
|
* @Description: file content
|
|
|
|
-->
|
|
|
|
-->
|
|
|
|
<template>
|
|
|
|
<template>
|
|
|
|
<div class="operation">
|
|
|
|
<div class="operation">
|
|
|
|
<span>订单编号:{{orderInfo.orderNo}}</span>
|
|
|
|
<span>订单编号:{{orderInfo.orderNo}}</span>
|
|
|
|
<p>订单状态:{{orderInfo.orderStatusDesc}}</p>
|
|
|
|
<p>订单状态:{{ctxCon.name}}</p>
|
|
|
|
<span>{{ctxCon.tips}}</span>
|
|
|
|
<span>{{ctxCon.tips}}</span>
|
|
|
|
<div class="operation--btns">
|
|
|
|
<div class="operation--btns">
|
|
|
|
<!-- 已发货可以确认收货 -->
|
|
|
|
<!-- 已发货可以确认收货 -->
|
|
|
@ -44,7 +44,7 @@ export default {
|
|
|
|
// 关闭
|
|
|
|
// 关闭
|
|
|
|
'2' : {name:'交易关闭' , tips:'关闭原因'},
|
|
|
|
'2' : {name:'交易关闭' , tips:'关闭原因'},
|
|
|
|
// 已支付
|
|
|
|
// 已支付
|
|
|
|
'3' : {name:'等待发货', tips:'您的包裹整装待发'},
|
|
|
|
'3' : {name:'待发货', tips:'您的包裹整装待发'},
|
|
|
|
// 已发货
|
|
|
|
// 已发货
|
|
|
|
'4' : {name:'待收货', tips:'您的包裹正向您飞来'},
|
|
|
|
'4' : {name:'待收货', tips:'您的包裹正向您飞来'},
|
|
|
|
// 已收货
|
|
|
|
// 已收货
|
|
|
@ -64,7 +64,6 @@ export default {
|
|
|
|
orderInfo(nVal){
|
|
|
|
orderInfo(nVal){
|
|
|
|
const {orderStatus, autoReceiveTime, serverTime} = this.orderInfo;
|
|
|
|
const {orderStatus, autoReceiveTime, serverTime} = this.orderInfo;
|
|
|
|
this.ctxCon = this.ctxData[orderStatus];
|
|
|
|
this.ctxCon = this.ctxData[orderStatus];
|
|
|
|
|
|
|
|
|
|
|
|
if(orderStatus === 1){
|
|
|
|
if(orderStatus === 1){
|
|
|
|
// 待支付 开始倒计时
|
|
|
|
// 待支付 开始倒计时
|
|
|
|
if(this.timerStop){
|
|
|
|
if(this.timerStop){
|
|
|
|