TM
2020-12-15 100eca8176c938ab9bf3d8f6e7fac59a0a7f3834
pages/hbfqPage/orderInfo/orderInfo.js
@@ -250,6 +250,14 @@
      });
      return
    }
    if (!validator.checkPhone(info.userMblNo)) {
      my.showToast({
        type: 'none',
        content: '请输入正确的客户手机号',
        duration: 2000,
      });
      return
    }
    my.scan({
      scanType: ['qrCode', 'barCode'],
      success: (res) => {
@@ -343,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}`