change
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
"name" : "海亮铜箔",
|
"name" : "海亮铜箔",
|
||||||
"appid" : "__UNI__3A002CD",
|
"appid" : "__UNI__3A002CD",
|
||||||
"description" : "海亮铜箔二期手持系统",
|
"description" : "海亮铜箔二期手持系统",
|
||||||
"versionName" : "1.1.3",
|
"versionName" : "1.1.4",
|
||||||
"versionCode" : 113,
|
"versionCode" : 114,
|
||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
/* 5+App特有相关 */
|
/* 5+App特有相关 */
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
|
|||||||
@@ -64,9 +64,6 @@
|
|||||||
dataList: []
|
dataList: []
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
onPageScroll(e) {
|
|
||||||
this.$refs.UT.topData(e.scrollTop)
|
|
||||||
},
|
|
||||||
onLoad (options) {
|
onLoad (options) {
|
||||||
this.title = options.title
|
this.title = options.title
|
||||||
},
|
},
|
||||||
@@ -84,7 +81,7 @@
|
|||||||
async _woodenBoxPoint (e) {
|
async _woodenBoxPoint (e) {
|
||||||
let res = await woodenBoxPoint(this.val1)
|
let res = await woodenBoxPoint(this.val1)
|
||||||
if (res.content.length) {
|
if (res.content.length) {
|
||||||
this.dataList = [...this.dataList, ...res.content]
|
this.dataList = [...res.content]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user