232
This commit is contained in:
@@ -111,7 +111,7 @@ const FriendHandle = async (): Promise<void> => {
|
||||
}
|
||||
|
||||
const AddEnemy = async (): Promise<void> => {
|
||||
MessageExtend.ShowConfirmDialogAsyc("关系操作", `您确定要添加Ta为仇人吗?(添加消耗50金元)`, async () => {
|
||||
MessageExtend.ShowConfirmDialogAsyc("关系操作", `您确定要添加Ta为仇人吗?(添加消耗300金元)`, async () => {
|
||||
let no = PageExtend.QueryString("no");
|
||||
let result = await RelationService.AddEnemy(no);
|
||||
if (result.code == 0) {
|
||||
|
||||
Reference in New Issue
Block a user