新增功能介绍列表,优化关于我们页面。新增分享ios应用id配置

This commit is contained in:
lemon橪
2021-06-13 17:54:48 +08:00
parent 2995383d63
commit eb070953c0
9 changed files with 162 additions and 88 deletions

View File

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