guhongwei 2 anni fa
parent
commit
9d5810c3e1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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();
 		},