1
PC-20250623MANY\Administrator
2025-08-18 00a9199abd43a052f26c2a7e8cb7e9c2fce71dc7
1
6 files modified
1 files added
26 ■■■■■ changed files
src/assets/image/assets-center/logo.jpeg patch | view | raw | blame | history
src/config/index.js 2 ●●● patch | view | raw | blame | history
src/i18n/de/index.js 2 ●●● patch | view | raw | blame | history
src/i18n/index.js 2 ●●● patch | view | raw | blame | history
src/page/accountChange/index.vue 16 ●●●●● patch | view | raw | blame | history
src/page/customerService/index.vue 2 ●●● patch | view | raw | blame | history
src/page/userCenter/down.vue 2 ●●● patch | view | raw | blame | history
src/assets/image/assets-center/logo.jpeg
src/config/index.js
@@ -4,7 +4,7 @@
// const ENV_DEV = 'dapp.trullcpro.top' // dev123123csjys.gayssad.comwww.trullcpro.top
// const ENV_DEV = 'www.trullcpro.top' // dev123123csjys.gayssad.com
// const ENV_DEV = 'coin.usadeepcoin.com' // dev123123 
const ENV_DEV = 'm.deepcoineu.pro' // dev123123
const ENV_DEV = 'm.deepeu.de' // dev123123
// const ENV_DEV = '192.168.10.4:8091' // dev123123 
// const ENV_DEV = 'www.blackstone.top' // yunge
src/i18n/de/index.js
@@ -973,7 +973,7 @@
    "otc订单取消": "Otc Stornierung der Bestellung",
    "法币交易": "Transaktionen in fiat-Geld",
    "合约交易": "VERTRAGSVERKEHR",
    "币币交易": "Bitcoin-transaktionen",
    "币币交易": "Spot-Handel",
    "矿机": "Minenmaschine",
    "otc": "OTC",
    "文件大小不能超过10m": "Die Dateigröße darf 10 MB nicht überschreiten",
src/i18n/index.js
@@ -25,7 +25,7 @@
Vue.use(VueI18n)
// 获取当前语言(初始化时localStorage里没有存语言,默认为浏览器当前的语言)
const lang = getStorage('lang')  || 'en'
const lang = getStorage('lang')  || 'de'
//const lang = 'zh-CN'
// 组合element ui 和 项目自身的文案文件
src/page/accountChange/index.vue
@@ -21,7 +21,7 @@
            <div class="list-b">
              <div>{{ $t("时间") }}</div>
              <div class="list-value">
                {{ item.createTimeStr | formatDate }}
                {{ formatDate(item.createTime)  }}
              </div>
            </div>
            <div class="list-b">
@@ -183,13 +183,17 @@
    toFixed(val) {
      return (val / 1).toFixed(4);
    },
    formatDate(val) {
      if (!val) return "";
      // 去掉年份部分,保留月份、日期和时间
      return val.replace(/^\d{4}-/, "");
    },
  },
  methods: {
      formatDate(val) {
          // 转换为本地时间
          const localTime = new Date(val).toLocaleString('de-DE');
          // 使用正则去除年份部分
          return localTime.replace(/\d{4}-\d{2}-\d{2}, /, '');
      },
    onChange(e) {
      this.list = [];
      this.finished = false;
src/page/customerService/index.vue
@@ -16,7 +16,7 @@
                            {{ item.createtime }}</p>
                        <div class="flex" :class="item.send_receive === 'send' ? 'justify-end' : ''">
                            <template v-if="item.send_receive === 'receive'">
                                <img src="@/assets/image/assets-center/logo.png" class="w-81 h-81 mr-40" />
                                <img src="@/assets/image/assets-center/logo.jpeg" class="w-81 h-81 mr-40" />
                                <div class="responser px-50 py-35 font-30 rounded-lg font-26 chatBg">
                                    <p class="break-word textColor" style="max-width: 230px;" v-if="item.type === 'text'">
                                        {{ item.content }}</p>
src/page/userCenter/down.vue
@@ -5,7 +5,7 @@
      <div class="download-options">
        <a
          class="download-btn android"
          href="https://play.google.com/store/apps/details?id=com.solvergesad.mathsolvercalc"
          href="https://apps.apple.com/hk/app/deep-pro/id6749254908"
          target="_blank"
        >
          <img src="@/assets/android.png" alt="Android" />