lrf 2 년 전
부모
커밋
d2dc9454b7
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      pages/home/index.vue

+ 0 - 5
pages/home/index.vue

@@ -116,7 +116,6 @@
 		onLoad: function() {
 			const that = this;
 			that.search();
-      this.test();
 		},
 		onPullDownRefresh: async function() {
 			const that = this;
@@ -125,10 +124,6 @@
 			uni.stopPullDownRefresh();
 		},
 		methods: {
-      async test(){
-        const res = await this.$api('/util/util','GET')
-        console.log(res);
-      },
 			async search() {
 				const that = this;
 				let res;