feat: 更新应用版本至1.3.25并优化功能
- 更新config.js、manifest.json等文件中的版本号至1.3.25 - 在editby.vue页面添加品名、规格等钢卷信息展示 - 调整easycode.vue中otherTypes的过滤条件 - 修改klp-header.vue中的镀锌机组名称 - 更新update.js中的静态版本号
This commit is contained in:
@@ -73,7 +73,8 @@ function checkStorageSpace() {
|
||||
function checkUpdate(forceCheck = false) {
|
||||
// 1. 准备本地版本信息
|
||||
const localVersion = plus.runtime.version; // 基座版本
|
||||
const staticVersion = '1.3.24'; // 静态默认版本
|
||||
const staticVersion = '1.3.25'; // 静态默认版本
|
||||
// const localWgtVersion = staticVersion;
|
||||
const localWgtVersion = uni.getStorageSync('wgtVersion') || staticVersion; // 本地wgt版本(从存储获取或用默认)
|
||||
const currentVersion = compareVersion(localWgtVersion, localVersion) > 0
|
||||
? localWgtVersion
|
||||
|
||||
Reference in New Issue
Block a user