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();
 		},