|
@@ -140,20 +140,22 @@ function A2visit2() {
|
|
|
/>
|
|
|
|
|
|
{/* 全景图页面 */}
|
|
|
- <div className='A22Pano' style={{ opacity: panoShow ? '1' : '0' }}>
|
|
|
- <A22Pano />
|
|
|
- {/* 进入室内 */}
|
|
|
- <NextPage clickSon={() => setToShi(true)} txt='进入室内' />
|
|
|
+ {window.location.href.includes('r=ren') ? null : (
|
|
|
+ <div className='A22Pano' style={{ opacity: panoShow ? '1' : '0' }}>
|
|
|
+ <A22Pano />
|
|
|
+ {/* 进入室内 */}
|
|
|
+ <NextPage clickSon={() => setToShi(true)} txt='进入室内' />
|
|
|
|
|
|
- {/* 底部按钮 */}
|
|
|
- <div
|
|
|
- onClick={() => setBaiXi(true)}
|
|
|
- className='A22Pbtn'
|
|
|
- style={{ backgroundImage: `url(${baseURL}chef/chuBtn.png)` }}
|
|
|
- >
|
|
|
- 观看百戏
|
|
|
+ {/* 底部按钮 */}
|
|
|
+ <div
|
|
|
+ onClick={() => setBaiXi(true)}
|
|
|
+ className='A22Pbtn'
|
|
|
+ style={{ backgroundImage: `url(${baseURL}chef/chuBtn.png)` }}
|
|
|
+ >
|
|
|
+ 观看百戏
|
|
|
+ </div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
+ )}
|
|
|
|
|
|
{/* 室外看百戏 */}
|
|
|
<div
|