congzc 1 year ago
parent
commit
fd67b2df09
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/views/myCreating/index.vue

+ 3
- 3
src/views/myCreating/index.vue View File

@@ -359,10 +359,10 @@ function upGrades(id) {
upGradesLoading.value = true;
try {
const res = await videoHyApi(id);
ElMessage.error(
ElMessage.success(
lanChange.value == "zh-cn"
? `升级成功!请稍等~`
: `Upgrade successful! Please wait a moment`
? `升级!请稍等~`
: `Upgrading! Please wait a moment`
);
showDialog.value = false;
upGradesLoading.value = false;


Loading…
Cancel
Save