Compare commits

...

6 Commits

4 changed files with 1 additions and 10 deletions

View File

@ -107,9 +107,6 @@ export default function SelectUserProfileItem() {
style={{ maxWidth: "12px" }} style={{ maxWidth: "12px" }}
size="xl" size="xl"
className=" ml-2" className=" ml-2"
onClick={() => {
router.push("my/editUserProfile/editUserName");
}}
/> />
</div> </div>
</div> </div>

View File

@ -82,9 +82,6 @@ export default function AboutUs() {
style={{ maxWidth: "12px" }} style={{ maxWidth: "12px" }}
size="sm" size="sm"
className="h-4 text-gray-300" className="h-4 text-gray-300"
onClick={() => {
router.back();
}}
/> />
</li> </li>
</ul> </ul>

View File

@ -422,9 +422,6 @@ export default function PersonSpace() {
size="xl" size="xl"
style={{ maxWidth: "12px" }} style={{ maxWidth: "12px" }}
className="h-4" className="h-4"
onClick={() => {
router.back();
}}
/> />
</div> </div>
</div> </div>

View File

@ -252,7 +252,7 @@ export default function PersonSpaceIntroduce() {
handler.current = Dialog.confirm({ handler.current = Dialog.confirm({
header: "提醒", header: "提醒",
content: content:
"本空间内容为达人创建并维护,属于虚拟服务,不可退款,且空间内存在部分内容需要另外付费,请再次确认是否付费加入", "本空间内容为达人创建并维护,属于虚拟服务,不可退款,请再次确认是否付费加入",
bodyStyle: { bodyStyle: {
maxHeight: "none", maxHeight: "none",
width: "80vw", width: "80vw",