This commit is contained in:
2025-03-20 14:15:38 +08:00
parent 0bd289b8ff
commit 2ddab1756d
2 changed files with 4 additions and 3 deletions

View File

@@ -2,8 +2,8 @@
"name" : "海亮铜箔", "name" : "海亮铜箔",
"appid" : "__UNI__3A002CD", "appid" : "__UNI__3A002CD",
"description" : "海亮铜箔二期手持系统", "description" : "海亮铜箔二期手持系统",
"versionName" : "1.2.0", "versionName" : "1.2.1",
"versionCode" : 120, "versionCode" : 121,
"transformPx" : false, "transformPx" : false,
/* 5+App */ /* 5+App */
"app-plus" : { "app-plus" : {

View File

@@ -159,8 +159,9 @@
}) })
this.dataList = [] this.dataList = []
} }
this.disabled = false
} catch (e) { } catch (e) {
console.log(e) this.disabled = false
} }
}, },
clearUp () { clearUp () {