guhongwei 2 年之前
父节点
当前提交
9d5810c3e1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pagesMy/order/service.vue

+ 1 - 1
pagesMy/order/service.vue

@@ -85,7 +85,7 @@
 		},
 		onLoad: async function(e) {
 			const that = this;
-			that.$set(that, `id`, e && e.id || '636221d1e25ed78601dd4fa8');
+			that.$set(that, `id`, e && e.id || '636221e5e25ed78601dd4fbb');
 			that.$set(that, `status`, e && e.status || '3');
 			that.watchLogin();
 		},