浏览代码

首页跳转查询

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()