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;