jufubao-base 1.0.159-beta10 → 1.0.159-beta11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-base",
3
- "version": "1.0.159-beta10",
3
+ "version": "1.0.159-beta11",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -559,7 +559,7 @@ export default {
559
559
  uni.scanCode({
560
560
  scanType: ["qrCode"],
561
561
  success: (res) => {
562
- let path = this.getUrlCallback(`${this.confirmUrl}?qrcode=${encodeURIComponent(res.resultStr)}`)
562
+ let path = this.getUrlCallback(`${this.confirmUrl}?qrcode=${encodeURIComponent(res.result)}`)
563
563
  this.$xdUniHelper.navigateTo({
564
564
  url:path,
565
565
  });