TM
2020-12-15 f416636e752fff5266004f095d77b090abd2ab75
pages/hbfqPage/orderInfo/orderInfo.js
@@ -11,6 +11,12 @@
    verName: '',
    info: {
      prodId: '',
      amt:'',
      goodsName:'',
      term:'',
      zfbVersion:'',
      userName:'',
      userMblNo:''
    },
    amtList: [
      { name: '商家到账', number: 0 },
@@ -161,6 +167,16 @@
    this.setData({
      'info.payType': 2
    })
    for (let key in this.data.info) {
      if (!this.data.info[key]) {
        my.showToast({
          type: 'none',
          content: '请完整输入信息',
          duration: 2000,
        });
        return
      }
    }
    my.scan({
      scanType: ['qrCode', 'barCode'],
      success: (res) => {
@@ -197,7 +213,6 @@
        return
      }
    }
    console.log(2)
    let str = JSON.stringify(this.data.info)
    my.navigateTo({
      url: `../qrCode/qrCode?info=${str}`