TM
2020-12-15 100eca8176c938ab9bf3d8f6e7fac59a0a7f3834
添加限制
1 files modified
8 ■■■■■ changed files
pages/hbfqPage/orderInfo/orderInfo.js 8 ●●●●● patch | view | raw | blame | history
pages/hbfqPage/orderInfo/orderInfo.js
@@ -351,6 +351,14 @@
      });
      return
    }
    if (!validator.checkPhone(info.userMblNo)) {
      my.showToast({
        type: 'none',
        content: '请输入正确的客户手机号',
        duration: 2000,
      });
      return
    }
    let str = JSON.stringify(this.data.info)
    my.navigateTo({
      url: `../qrCode/qrCode?info=${str}`