|
@@ -825,9 +825,9 @@ export default {
|
|
|
});
|
|
|
} else {
|
|
|
this.$wx.scanQRCode({
|
|
|
- onlyFromCamera: false,
|
|
|
+ // onlyFromCamera: false,
|
|
|
// desc: 'scanQRCode desc',
|
|
|
- needResult: 0, // 默认为0,扫描结果由微信处理,1则直接返回扫描结果,
|
|
|
+ // needResult: 0, // 默认为0,扫描结果由微信处理,1则直接返回扫描结果,
|
|
|
// scanType: ['qrCode', 'barCode'], // 可以指定扫二维码还是一维码,默认二者都有
|
|
|
success: (res) => {
|
|
|
console.log('H5页面扫码获取到的参数——成功1', res);
|
|
@@ -916,6 +916,7 @@ export default {
|
|
|
this.$store.commit('setPageHistory', {
|
|
|
parkingFeeMsg: 1
|
|
|
})
|
|
|
+ console.log(919, query)
|
|
|
// 前往 缴费支付页面
|
|
|
this.$router.push({
|
|
|
path: 'parkingFeeMsg',
|
|
@@ -939,6 +940,7 @@ export default {
|
|
|
this.$store.commit('setPageHistory', {
|
|
|
parkingFeeMsg: 1
|
|
|
})
|
|
|
+ console.log(943, query)
|
|
|
// 如果是其他错误的话,则继续往下执行
|
|
|
this.$router.push({
|
|
|
path: 'parkingFeeMsg',
|