소스 검색

传订单id

gcz 3 일 전
부모
커밋
20a8a36b59
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      center/orderdetails.vue

+ 2 - 0
center/orderdetails.vue

@@ -255,6 +255,7 @@
 				timer: null,
 				mainQR:'无效值',
 				id:'',
+				orderId:'',
 				loadingPage:true,
 				staticUrl:this.$commonConfig.staticUrl,
 				orderDetails:{},
@@ -305,6 +306,7 @@
 		onLoad(page) {
 			console.log('page',page);
 			this.id = page.id;
+			this.orderId = page.id;
 			this.getSystemInfo();
 			
 			this.getTemplateIdList();//获取模板列表