|
@@ -184,7 +184,9 @@
|
|
playEnd(data) {
|
|
playEnd(data) {
|
|
console.log('data', data);
|
|
console.log('data', data);
|
|
console.log('111111');
|
|
console.log('111111');
|
|
|
|
+ // #ifdef APP-PLUS
|
|
plus.screen.lockOrientation('portrait-primary');
|
|
plus.screen.lockOrientation('portrait-primary');
|
|
|
|
+ // #endif
|
|
const AuthCode = getUserIdentity();
|
|
const AuthCode = getUserIdentity();
|
|
console.log(AuthCode);
|
|
console.log(AuthCode);
|
|
if (AuthCode == 'Visitor') {
|
|
if (AuthCode == 'Visitor') {
|
|
@@ -213,12 +215,16 @@
|
|
|
|
|
|
},
|
|
},
|
|
goBack() {
|
|
goBack() {
|
|
- plus.screen.unlockOrientation();
|
|
|
|
|
|
+ // #ifdef APP-PLUS
|
|
|
|
+ plus.screen.unlockOrientation();
|
|
|
|
+ // #endif
|
|
this.$refs.popupRef.close();
|
|
this.$refs.popupRef.close();
|
|
this.goUpPage()
|
|
this.goUpPage()
|
|
},
|
|
},
|
|
goNext() {
|
|
goNext() {
|
|
- plus.screen.unlockOrientation();
|
|
|
|
|
|
+ // #ifdef APP-PLUS
|
|
|
|
+ plus.screen.unlockOrientation();
|
|
|
|
+ // #endif
|
|
this.$refs.popupRef.close();
|
|
this.$refs.popupRef.close();
|
|
if (!cacheManager.get('auth')) {
|
|
if (!cacheManager.get('auth')) {
|
|
console.log(this);
|
|
console.log(this);
|