mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-17 16:05:53 +08:00
更改楼层装修适配 修改一些样式
This commit is contained in:
@@ -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 ={}
|
||||
|
||||
Reference in New Issue
Block a user