guhongwei před 2 roky
rodič
revize
9d5810c3e1
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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();
 		},