jufubao-base 1.0.119-beta25 → 1.0.119-beta26

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.119-beta25",
3
+ "version": "1.0.119-beta26",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -523,7 +523,9 @@ export default {
523
523
  },
524
524
  onJfbShow(options) {
525
525
  console.log("event.onJfbShow", options);
526
- this.getQrcode()
526
+ if(this.showQrcode) {
527
+ this.getQrcode()
528
+ }
527
529
  },
528
530
  onJfbHide(options) {
529
531
  if (this.timeer) {