فهرست منبع

Merge branch 'master' of http://git.cc-lotus.info/pointToNetwork/point-app

guhongwei 2 سال پیش
والد
کامیت
31e60f88bc
2فایلهای تغییر یافته به همراه1 افزوده شده و 6 حذف شده
  1. 0 5
      pages/home/index.vue
  2. 1 1
      pagesHome/exchange/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;

+ 1 - 1
pagesHome/exchange/index.vue

@@ -150,7 +150,7 @@
 								}
 							} else {
 								uni.showToast({
-									title: arr.data.msg,
+									title: arr.errmsg,
 									icon: 'none',
 								});
 							}