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