版本更新

This commit is contained in:
唐明明
2022-06-11 13:53:54 +08:00
parent bfed17d7d6
commit 45288f7470
12 changed files with 9541 additions and 16526 deletions

View File

@@ -3,13 +3,13 @@
export default {
onLaunch: function() {
// return
//#ifdef APP-PLUS
// 获取系统版本号
getVersions({
getVersions({
platform: plus.os.name,
version: plus.runtime.version
}).then(res => {
version : plus.runtime.version
}).then(res => {
console.log(res)
if (res.update) {
uni.showModal({
title: "更新提示",