fix:优化人工进项目
This commit is contained in:
parent
adbba0ea5f
commit
dab2d727fc
@ -1059,6 +1059,7 @@ struct Index {
|
|||||||
AmplifyPopup({
|
AmplifyPopup({
|
||||||
amplifyImgIndex: this.amplifiedImgIndex,
|
amplifyImgIndex: this.amplifiedImgIndex,
|
||||||
confirmAmplify: async (amplify) => {
|
confirmAmplify: async (amplify) => {
|
||||||
|
if (this.setManualProjectFn(this.amplifiedImgIndex)) {
|
||||||
clearTimeout(this.popTimer)
|
clearTimeout(this.popTimer)
|
||||||
this.popTimer = null
|
this.popTimer = null
|
||||||
this.popTimer = setTimeout(async () => {
|
this.popTimer = setTimeout(async () => {
|
||||||
@ -1067,6 +1068,12 @@ struct Index {
|
|||||||
this.isAmplifyPopShow = false
|
this.isAmplifyPopShow = false
|
||||||
this.popTimer = null;
|
this.popTimer = null;
|
||||||
}, 500)
|
}, 500)
|
||||||
|
} else {
|
||||||
|
Prompt.showToast({
|
||||||
|
message: `有项目未结束,不允许人工操作!`,
|
||||||
|
duration: 8000
|
||||||
|
});
|
||||||
|
}
|
||||||
},
|
},
|
||||||
closeAmplifyPop: () => {
|
closeAmplifyPop: () => {
|
||||||
this.isAmplifyPopShow = false
|
this.isAmplifyPopShow = false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user