Compare commits

..

No commits in common. '1c964d1c08088dab83d52c9b9a270680d7f3b5a5' and '36c18f0560c036a73dc7e20f04da4c789dda4643' have entirely different histories.

@ -459,6 +459,11 @@ export default {
handleClickMobile() {},
submitForm() {
let that = this;
uni.navigateTo({
url: "/root/home/applicationSuccess?jobId=" + that.updateInfo.jobId,
});
return
if (!that.agreeRadio) {
uni.showToast({
icon: "none",

Loading…
Cancel
Save