This commit is contained in:
PQZ 2024-11-13 09:49:17 +08:00
parent bd5be7e4e9
commit 21d9c7cc04

View File

@ -107,6 +107,7 @@ export default {
},
confirmOpe(type){
let forSign = true
if (type == 'yes') {
this.repairList.map(item=>{
if (item.wares.price == null || item.wares.price == ''){
uni.showToast({
@ -117,6 +118,7 @@ export default {
return;
}
})
}
if (!forSign) {
return;
}