更改楼层装修适配 修改一些样式

This commit is contained in:
lemon橪
2021-06-09 20:12:26 +08:00
parent 7cbb226416
commit 305f05bade
13 changed files with 57 additions and 56 deletions

View File

@@ -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 ={}