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