|
@@ -37,9 +37,6 @@
|
|
|
}
|
|
|
},
|
|
|
onReady() {
|
|
|
- uni.showLoading({
|
|
|
- title: '正在加载...'
|
|
|
- })
|
|
|
this.$refs.productList.setData(this.partList)
|
|
|
setTimeout(()=>{
|
|
|
uni.hideLoading()
|
|
@@ -48,11 +45,14 @@
|
|
|
this.allCheckeChange({value: true})
|
|
|
this.allChecked = true
|
|
|
}
|
|
|
- },3000)
|
|
|
+ },Math.floor(this.partList.length * 15))
|
|
|
},
|
|
|
onLoad(option) {
|
|
|
this.basicInfoData = JSON.parse(decodeURIComponent(option.data));
|
|
|
this.partList = this.$store.state.vuex_tempPrintList
|
|
|
+ uni.showLoading({
|
|
|
+ title: '正在加载...'
|
|
|
+ })
|
|
|
// 保持屏幕常亮
|
|
|
uni.setKeepScreenOn({
|
|
|
keepScreenOn: true
|