wangguoyu 3 ngày trước cách đây
mục cha
commit
419379ebf5
1 tập tin đã thay đổi với 8 bổ sung2 xóa
  1. 8 2
      pages/study/lookShipin.vue

+ 8 - 2
pages/study/lookShipin.vue

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