|
@@ -139,6 +139,15 @@ function B1VillageM() {
|
|
|
/>
|
|
|
) : null}
|
|
|
|
|
|
+ {/* 右上角的 建筑清单 */}
|
|
|
+ <div
|
|
|
+ className="B1VrightBtn"
|
|
|
+ onClick={() => history.push(`/architec?id=${uId}`)}
|
|
|
+ >
|
|
|
+ <img src={`${baseUrl}/B1Village/mobile/icon_architecture.png`} alt="" />
|
|
|
+ <p>建筑清单</p>
|
|
|
+ </div>
|
|
|
+
|
|
|
{/* 详情页面 */}
|
|
|
<div className={classNames("B1Vinfo", infoInd !== -1 ? "B1VinfoAc" : "")}>
|
|
|
{/* 右上角的关闭按钮 */}
|
|
@@ -227,7 +236,7 @@ function B1VillageM() {
|
|
|
{/* 底部的按钮 */}
|
|
|
<div
|
|
|
className="B1infoTxt3"
|
|
|
- onClick={() => history.push(`/architec?id=${uId}`)}
|
|
|
+ onClick={() => history.push(`/architecInfo?id=${v.architecId}`)}
|
|
|
>
|
|
|
<img src={btnImg} alt="" />
|
|
|
<div>
|