mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-17 07:55:53 +08:00
新增功能介绍列表,优化关于我们页面。新增分享ios应用id配置
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
/**** 此文件说明请看注释 *****/
|
||||
// 可以用自己项目的请求方法
|
||||
// 请求配置说明:https://ext.dcloud.net.cn/plugin?id=822
|
||||
import { getAppVersionList } from "@/api/message.js";
|
||||
import { getAppVersion } from "@/api/message.js";
|
||||
|
||||
const platform = uni.getSystemInfoSync().platform;
|
||||
// 主颜色
|
||||
@@ -28,7 +28,7 @@ export const getServerNo = function (callback) {
|
||||
|
||||
platform == "android" ? (type = "ANDROID") : (type = "IOS");
|
||||
|
||||
getAppVersionList(type).then((res) => {
|
||||
getAppVersion(type).then((res) => {
|
||||
if (res.data.success && res.data.result.downloadUrl) {
|
||||
let response = res.data.result;
|
||||
let result = {};
|
||||
|
||||
Reference in New Issue
Block a user