This commit is contained in:
2026-07-16 23:24:17 +08:00
parent 7c7ac2991a
commit c80841880c
7 changed files with 143 additions and 12 deletions

View File

@@ -204,7 +204,7 @@ const FriendHandle = async (): Promise<void> => {
}
const AddEnemy = async (): Promise<void> => {
MessageExtend.ShowConfirmDialogAsyc("关系操作", `您确定要添加Ta为仇人吗?(添加消耗300金元)`, async () => {
MessageExtend.ShowConfirmDialogAsyc("关系操作", `您确定要添加Ta为仇人吗?(添加仇人将会消耗金元1-120级需要100金元,120-220级需要300金元220级以上需要500金元)`, async () => {
let no = PageExtend.QueryString("no");
let result = await RelationService.AddEnemy(no);
if (result.code == 0) {