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
|
@@ -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{
|