lrf vor 2 Jahren
Ursprung
Commit
d2dc9454b7
1 geänderte Dateien mit 0 neuen und 5 gelöschten Zeilen
  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;