瀏覽代碼

传订单id

gcz 4 天之前
父節點
當前提交
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();//获取模板列表