gcz 2 tygodni temu
rodzic
commit
694ce45da3
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      center/order.vue

+ 2 - 0
center/order.vue

@@ -256,6 +256,7 @@
 				  viewEvaluate:this.viewEvaluate,
 				  rebook:this.rebook,
 				  viewNewOrder:this.viewNewOrder,
+				  viewOldOrder:this.viewOldOrder,
 				};
 				// console.log('funObj[fun]',funObj[fun]);
 				if (fun in funObj) {
@@ -378,6 +379,7 @@
 				uni.$u.route('pages/ticketlist',{performId:item.performId,orderId:item.id,fromPage:'rebook'})
 			},
 			viewOldOrder(item){
+				console.log('viewOldOrder',item.orgOrderId);
 				uni.$u.route('/center/orderdetails', {
 					id: item.orgOrderId
 				});