陈剑华

Merge remote-tracking branch 'origin/main'

... ... @@ -190,11 +190,14 @@ export struct ZhSingleColumn09 {
.onClick(() => {
if (this.currentOperDataListIndex > 0) {
this.currentOperDataListIndex--
} else {
return
}
if (this.compDTO?.operDataList.length > 8) {
if (this.pageModel) {
this.pageModel.compList.deleteItem(this.compIndex)
}
this.operDataList = this.shuffleArray(this.operDataList)
// if (this.pageModel) {
// this.pageModel.compList.deleteItem(this.compIndex)
// }
this.activeIndexs = [];
}
})
... ...
... ... @@ -589,6 +589,8 @@ export struct MultiPictureDetailPageComponent {
if (user_id) {
this.getInteractBrowsOperate()
this.getBatchAttentionStatus()
} else {
this.isShowButton = true
}
})
.catch((err: Error) => {
... ...