Browse Source

巡检提交失败提示

fenbao
lipengcheng 1 month ago
parent
commit
f35e841759
  1. 5
      pages/tabBar/xjPage/xj.vue

5
pages/tabBar/xjPage/xj.vue

@ -253,6 +253,11 @@ export default {
}
}
})
}else{
uni.showToast({
title: res.msg || "提交失败",
icon: "none",
});
}
})
},

Loading…
Cancel
Save