Commit 40e86b4f by 李嘉林

上传头像

parent 2cec1c9c
......@@ -168,14 +168,14 @@ export default {
next() {
console.log("--下一步--");
// this.check_id_number();
// if (this.idPhoto == "") {
// wx.showToast({
// title: "请上传证件照",
// icon: "error",
// duration: 1000,
// });
// return;
// }
if (this.idPhoto == "") {
wx.showToast({
title: "请上传证件照",
icon: "error",
duration: 1000,
});
return;
}
if (this.name == "") {
wx.showToast({
title: "请输入姓名",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment