|
@@ -241,7 +241,7 @@ const $iosGrantedTips = (cb) => {
|
|
|
// };
|
|
|
const onVR = () => {
|
|
|
$iosGrantedTips((data) => {
|
|
|
- console.log(data);
|
|
|
+ console.log(data,vrStatus.value);
|
|
|
if (data.code == 1) {
|
|
|
store.commit("functions/setVrStatus", !vrStatus.value);
|
|
|
if (currentScene.value.type == "pano") {
|