jufubao-base 1.0.267-beta3 → 1.0.267-beta4
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
|
@@ -607,7 +607,7 @@ export default {
|
|
|
607
607
|
onJfbLoad(options) {
|
|
608
608
|
// T3634 通过二维码进入体验模式
|
|
609
609
|
if(options.preview_code || options.experience_code){
|
|
610
|
-
|
|
610
|
+
this.previewAccout = options.preview_code || options.experience_code;
|
|
611
611
|
this.dialogPreview = true;
|
|
612
612
|
}
|
|
613
613
|
if(options['x-share']){
|