ソースを参照

首页跳转查询

htc 10 ヶ月 前
コミット
393a7d290e
1 ファイル変更14 行追加0 行削除
  1. 14 0
      pagesHouse/Mine/ordersList/index.vue

+ 14 - 0
pagesHouse/Mine/ordersList/index.vue

@@ -172,6 +172,20 @@
 				}else {
 					this.changeStatus(0)
 				}
+			}else if (option.typeTxt) {
+				const typeTxt = option.typeTxt;
+				//其他页面入参
+				if (typeTxt =='待付款') {
+					this.changeStatus(1)
+				} else if (typeTxt =='待使用') {
+					this.changeStatus(2)
+				} else if (typeTxt =='已完成') {
+					this.changeStatus(3)
+				} else if (typeTxt == '退款售后') {
+					this.changeStatus(4)
+				}else if (typeTxt == '已取消') {
+					this.changeStatus(0)
+				}
 			} else {
 				if(this.merchantType==10){
 					this.getOrderList()