1
zzzz
2024-04-25 e38666298e74d5b765bb6c466f87f1b16d633278
1
5 files modified
15 ■■■■ changed files
config/index.js 2 ●●● patch | view | raw | blame | history
src/locales/cht.json 2 ●●● patch | view | raw | blame | history
src/locales/zh.json 2 ●●● patch | view | raw | blame | history
src/page/newUser/index.vue 5 ●●●●● patch | view | raw | blame | history
src/page/newUser/setting.vue 4 ●●●● patch | view | raw | blame | history
config/index.js
@@ -40,7 +40,7 @@
    },
    // Various Dev Server settings
    host: "192.168.0.106", // can be overwritten by process.env.HOST
    host: "127.0.0.1", // can be overwritten by process.env.HOST
    port: 80, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
    autoOpenBrowser: true,
    errorOverlay: true,
src/locales/cht.json
@@ -267,7 +267,7 @@
  "hj1461": "下載App",
  "hj147": "綁定銀行卡",
  "hj148": "登出登入",
  "hj149": "您確定要登出登入嗎",
  "hj149": "您確定要登出登入嗎?",
  "hj150": "舊密碼",
  "hj151": "新密碼",
  "hj152": "確認新密碼",
src/locales/zh.json
@@ -278,7 +278,7 @@
  "hj1461": "下载App",
  "hj147": "绑定银行卡",
  "hj148": "退出登录",
  "hj149": "您确定要退出登录吗",
  "hj149": "您确定要退出登录吗?",
  "hj150": "旧密码",
  "hj151": "新密码",
  "hj152": "确认新密码",
src/page/newUser/index.vue
@@ -244,6 +244,7 @@
              Vue.set(items, "freezeMoneyUSD", item.freezeMoneyUSD);
              Vue.set(items, "symbol", item.symbol);
              Vue.set(items, "symbolCode", item.symbolCode);
              Vue.set(items, "amountToBeCovered", item.amountToBeCovered);
            }
          });
        });
@@ -364,8 +365,8 @@
    },
    handleOutLoginClick() {
      // 退出登录
      MessageBox.confirm(this.$t("hj149") + "?", this.$t("hj165"), {
        confirmButtonText: this.$t("hj161"),
      MessageBox.confirm(this.$t("hj149"), this.$t("hj165"), {
        confirmButtonText: this.$t("qr"),
        cancelButtonText: this.$t("hj106"),
      })
        .then(() => {
src/page/newUser/setting.vue
@@ -239,8 +239,8 @@
    },
    handleOutLoginClick() {
      // 退出登录
      MessageBox.confirm(this.$t("hj149") + "?", this.$t("hj165"), {
        confirmButtonText: this.$t("hj161"),
      MessageBox.confirm(this.$t("hj149"), this.$t("hj165"), {
        confirmButtonText: this.$t("qr"),
        cancelButtonText: this.$t("hj106"),
      })
        .then(() => {