jufubao-base 1.0.266 → 1.0.267-beta1

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.266",
3
+ "version": "1.0.267-beta1",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -605,6 +605,11 @@ export default {
605
605
  },
606
606
 
607
607
  onJfbLoad(options) {
608
+ // T3634 通过二维码进入体验模式
609
+ if(options.preview_code || options.experience_code){
610
+ // this.previewAccout = options.preview_code || options.experience_code;
611
+ this.dialogPreview = true;
612
+ }
608
613
  if(options['x-share']){
609
614
  let decodeParams = Base64.decode(options['x-share']);
610
615
  try{