jhzh
2024-04-27 a92b0ab41df6004f9800f9f1085db7fbc49dd66f
修改:客户反馈问题
7 files modified
30874 ■■■■ changed files
package-lock.json 16002 ●●●●● patch | view | raw | blame | history
src/i18n/en.json 4 ●●●● patch | view | raw | blame | history
src/page/financialManagement/fundRule.vue 2 ●●● patch | view | raw | blame | history
src/page/financialManagement/machineRule.vue 2 ●●● patch | view | raw | blame | history
src/page/withdraw/withdrawPage.vue 4 ●●●● patch | view | raw | blame | history
src/view/financialManagement/machineRule.vue 2 ●●● patch | view | raw | blame | history
yarn.lock 14858 ●●●● patch | view | raw | blame | history
package-lock.json
Diff too large
src/i18n/en.json
@@ -1077,7 +1077,7 @@
  "总交易量": "Total Trading Volume",
  "选择币种": "Select currency",
  "钱包账户": "Wallet account",
  "长按粘贴": "Enter address",
  "长按粘贴": "Enter the blockchain address",
  "可到账数量": "Quantity available",
  "日利率": "Daily interest rate",
  "请输入充币数量": "Please enter the deposit amount",
@@ -1202,7 +1202,7 @@
  "提现费用": "Withdrawal fee",
  "快速提币": "Withdrawal",
  "提币到数字币地址": "Withdraw  to the crypto address",
  "输入地址": "Enter address",
  "输入地址": "Enter the blockchain address",
  "主网络": "Main network",
  "金额": "Amount",
  "全部": "All",
src/page/financialManagement/fundRule.vue
@@ -4,7 +4,7 @@
    <div class="w-full h-1 greyBg"></div>
    <div class="box-border px-33">
      <div class="mt-54 flex font-68 items-center">
        <img :src="require(`@/assets/theme/${theme}/image/logo.png`)" alt="" class="w-96 h-96 mr-40">
        <img :src="require(`@/assets/image/logo.png`)" alt="" class="w-96 h-96 mr-40">
        <div class="font-60 textColor">{{$t('理财规则')}}</div>
      </div>
      <div class="font-31 font-400 mt-24 lh-44 text-grey">{{$t('理财说明')}}</div>
src/page/financialManagement/machineRule.vue
@@ -3,7 +3,7 @@
    <assets-head :title="$t('规则')" :back-func="backFunc"></assets-head>
    <div class="box-border px-33">
      <div class="mt-54 flex font-68 items-center">
        <img :src="require('@/assets/image/assets-center/logo.png')" alt="" class="w-96 h-96 mr-40">
        <img :src="require(`@/assets/image/logo.png`)" alt="" class="w-96 h-96 mr-40">
        <div class="font-60 textColor">{{ $t('矿机规则') }}</div>
      </div>
      <div class="font-31 font-400 mt-42 textColor">{{ $t('用户收益透明, 套餐选择灵活, 值得信赖的矿机公用平台') }}</div>
src/page/withdraw/withdrawPage.vue
@@ -36,7 +36,7 @@
                    </div>
                </div>
            </div>
            <p class="font-35 mt-44 textColor">{{ $t('数量') }}</p>
            <p class="font-35 mt-44 textColor">{{ $t('提币数量') }}</p>
            <div class="inputBackground flex items-center justify-between h-96 rounded mt-22">
                <input :placeholder="$t('请输入提币数量')" maxlength="10"
                    class="h-full flex-1 border-none bg-none px-16 font-22 textColor" type="number" v-model="amount"
@@ -112,7 +112,7 @@
            </div>
        </van-popup>
        <!-- 币种 -->
        <van-action-sheet v-model="showSymbol" :actions="actions.filter(item => item.name !== value)" @select="onSelect" />
        <van-action-sheet v-model="showSymbol" :actions="actions" @select="onSelect" />
        <bar-scan :scancode="scancode" v-if="scancode" @ok="getResult"></bar-scan>
    </div>
</template>
src/view/financialManagement/machineRule.vue
@@ -3,7 +3,7 @@
    <assets-head :title="$t('规则')" :back-func="backFunc"></assets-head>
    <div class="box-border px-33">
      <div class="mt-54 flex font-68 items-center">
        <img :src="require(`@/assets/theme/${theme}/image/logo.png`)" alt="" class="w-96 h-96 mr-40">
        <img :src="require(`@/assets/image/logo.png`)" alt="" class="w-96 h-96 mr-40">
        <div class="font-60 textColor">{{ $t('矿机规则') }}</div>
      </div>
      <div class="font-31 font-400 mt-42 textColor">{{ $t('用户收益透明, 套餐选择灵活, 值得信赖的矿机公用平台') }}</div>
yarn.lock
Diff too large