|
|
@@ -2316,8 +2316,8 @@ const handleCommand = (command) => {
|
|
|
}
|
|
|
const ActivityComplete = async (id: number) => {
|
|
|
await confirm({
|
|
|
- title: t("news_add_field.ApplicationDialog.ActivitiesDes"),
|
|
|
- content: t("Msg.SystemPrompt"),
|
|
|
+ content: t("news_add_field.ApplicationDialog.ActivitiesDes"),
|
|
|
+ title: t("Msg.SystemPrompt"),
|
|
|
confirmText: t("Btn.item6"),
|
|
|
cancelText: t("Btn.item7"),
|
|
|
})
|
|
|
@@ -2548,14 +2548,14 @@ const goDollarTaskList = () => {
|
|
|
})
|
|
|
}
|
|
|
const openDollarParticipate = async () => {
|
|
|
-
|
|
|
+
|
|
|
if (!dollarParticipateEnabled.value) {
|
|
|
return;
|
|
|
}
|
|
|
try {
|
|
|
await confirm({
|
|
|
- title: t("DollarActivity.confirmParticipate"),
|
|
|
- content: t("Msg.SystemPrompt"),
|
|
|
+ content: t("DollarActivity.confirmParticipate"),
|
|
|
+ title: t("Msg.SystemPrompt"),
|
|
|
confirmText: t("Btn.Confirm"),
|
|
|
cancelText: t("Btn.Cancel"),
|
|
|
})
|