zs 2 년 전
부모
커밋
9f4530f914
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      pagesHome/order/detail.vue

+ 0 - 3
pagesHome/order/detail.vue

@@ -205,9 +205,6 @@
 		onLoad: async function(e) {
 			const that = this;
 			that.$set(that, `id`, e.id || '');
-		},
-		onShow: async function() {
-			const that = this;
 			await that.searchConfig();
 			await that.search();
 			await that.configShare();