flat: 123

This commit is contained in:
Apcallover
2024-04-10 23:07:47 +08:00
parent a3e62dd665
commit c325b0b0d1
6 changed files with 176 additions and 7 deletions

View File

@@ -28,7 +28,7 @@
<u-popup closeable :show="showPopUp" mode="right" @close="closePopUp">
<view class="popUpWrapper">
<verticalMenu :closePopUp="closePopUp" :subMitPopUp="subMitPopUp" />
<verticalMenu :closePopUp="closePopUp" :subMitPopUp="subMitPopUp" :isTask="activeTab === 0" />
</view>
</u-popup>

View File

@@ -547,7 +547,7 @@ export default {
}
})
}).catch(errors => {
uni.$u.toast('校验失败')
uni.$u.toast('请完善内容')
})
},
reset() {

View File

@@ -229,7 +229,7 @@ export default {
showEdu: false, // 学历要求
showExpe: false, // 经验要求
birthday: Number(new Date()),
wageColumns: dic.wageUnitCategoryState,
wageColumns: dic.workwageUnitCategoryState,
tradeColumns: dic.tradeArr,
skillColumns: [],
skillColumnsIndex: [0, 0, 0],
@@ -540,7 +540,7 @@ export default {
}
})
}).catch(errors => {
uni.$u.toast('校验失败')
uni.$u.toast('请完善内容')
})
},