-
+
-
+
diff --git a/pages/tabbar/home/views.vue b/pages/tabbar/home/views.vue
index 60901e6..d1ab285 100644
--- a/pages/tabbar/home/views.vue
+++ b/pages/tabbar/home/views.vue
@@ -93,6 +93,7 @@ export default {
mounted() {
this.init();
+
},
methods: {
/**
diff --git a/plugins/APPUpdate/index.js b/plugins/APPUpdate/index.js
index 9370af4..517e3c6 100644
--- a/plugins/APPUpdate/index.js
+++ b/plugins/APPUpdate/index.js
@@ -2,8 +2,6 @@
/**** 此文件说明请看注释 *****/
// 可以用自己项目的请求方法
// 请求配置说明:https://ext.dcloud.net.cn/plugin?id=822
-import http from '@/utils/request.js';
-/**** 结束 *****/
import {
getAppVersionList
} from '@/api/message.js'
@@ -32,7 +30,7 @@ export const getServerNo = function (callback) {
platform == "android" ? type = "ANDROID" : type = "IOS"
getAppVersionList(type).then(res => {
-
+ console.log(res)
if(res.data.success && res.data.result.downloadUrl){
let response = res.data.result
let result ={}