This commit is contained in:
2025-01-10 15:29:22 +08:00
parent b8d70542fa
commit 75aeff71ef
2 changed files with 3 additions and 6 deletions

View File

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

View File

@@ -64,9 +64,6 @@
dataList: []
};
},
onPageScroll(e) {
this.$refs.UT.topData(e.scrollTop)
},
onLoad (options) {
this.title = options.title
},
@@ -84,7 +81,7 @@
async _woodenBoxPoint (e) {
let res = await woodenBoxPoint(this.val1)
if (res.content.length) {
this.dataList = [...this.dataList, ...res.content]
this.dataList = [...res.content]
}
}
}