Эх сурвалжийг харах

修改logo,完善页面

xiaomei 10 сар өмнө
parent
commit
110a6c0568

BIN
public/favicon.ico


BIN
public/logo.jpg


BIN
public/logo.png


BIN
src/assets/images/index/cha.png


BIN
src/assets/logo.png


+ 5 - 4
src/language/en.json

@@ -37,7 +37,7 @@
   "lang36": "My Assets",
   "lang37": "Transfer Appreciation Income",
   "lang38": "My Tea Mine",
-  "lang39": "Pledge to Enjoy Annualized Income",
+  "lang39": "Annualized return on storage",
   "lang40": "My Tea Friends",
   "lang41": "Invite Friends",
   "lang42": "Share Rewards",
@@ -54,7 +54,7 @@
   "lang53": "Limited time rush",
   "lang54": "Remaining time",
   "lang55": "Leave",
-  "lang56": "Authentic traceability, transferable and pledgeable",
+  "lang56": "Authentic traceability, transferable and storable",
   "lang57": "Authentic traceability",
   "lang58": "Product traceability, authentic guarantee",
   "lang59": "Purchase record",
@@ -162,7 +162,7 @@
   "lang161": "Balance",
   "lang162": "1. After the withdrawal, it will be reviewed by the platform administrator. If there is no abnormality, the review will be completed within 48 hours and the withdrawal address will be transferred. You can check the order progress in the details in the upper right corner.",
   "lang163": "2. At this stage, the main network defaults to and only supports the Binance chain withdrawal address. Please make sure that the address is accurate, otherwise the assets will not be recovered.",
-  "lang164": "3. Please make sure that the transfer address and amount are correct. Any losses caused by incorrect withdrawal address will be borne by the public account. ",
+  "lang164": "3. Please ensure that the transfer address and amount are correct. Any losses caused by filling in an incorrect withdrawal address shall be borne by the user.",
   "lang165": "Please enter the amount",
   "lang166": "Minimum withdrawal",
   "lang167": "Insufficient balance",
@@ -193,5 +193,6 @@
   "lang192": "Closed",
   "lang193": "Gifted",
   "lang194": "Gifted by others",
-  "lang195": "No logistics information, please try again later"
+  "lang195": "No logistics information, please try again later",
+  "lang196": "Announcement Details"
 }

+ 4 - 4
src/language/zh.json

@@ -37,7 +37,7 @@
   "lang36": "我的资产",
   "lang37": "转让升值收益",
   "lang38": "我的茶矿",
-  "lang39": "质押享年化收益",
+  "lang39": "存储享年化收益",
   "lang40": "我的茶友",
   "lang41": "邀请好友",
   "lang42": "分享奖励",
@@ -54,7 +54,7 @@
   "lang53": "限时抢购",
   "lang54": "距结束仅剩",
   "lang55": "还剩",
-  "lang56": "正品溯源 可转让可质押",
+  "lang56": "正品溯源 可转让可存储",
   "lang57": "正品溯源",
   "lang58": "产品溯源 正品保证",
   "lang59": "购买记录",
@@ -162,7 +162,7 @@
   "lang161": "余额",
   "lang162": "1.提现后由平台管理员审核,如无异常将于48小时之内完成审核并转入提现地址,您可在右上角明细中查看订单进度。",
   "lang163": "2.主网现阶段默认且仅支持Binance链提现地址,请务必保证地址准确无误,否则将造成资产无法找回。",
-  "lang164": "3.请确保转出地址和数额无误,如因提现地址填写错误造成的损失由户自行承担。",
+  "lang164": "3.请确保转出地址和数额无误,如因提现地址填写错误造成的损失由户自行承担。",
   "lang165": "请输入金额",
   "lang166": "最低提现",
   "lang167": "余额不足",
@@ -194,7 +194,7 @@
   "lang193": "已赠送",
   "lang194": "他人赠送",
   "lang195": "暂无物流信息,请稍后再试",
-  "lang196": "",
+  "lang196": "公告详情",
   "lang197": "",
   "lang198": "",
   "lang199": "",

+ 3 - 2
src/views/bulletin/details.vue

@@ -2,7 +2,7 @@
   <div class="invite">
     <div class="head">
       <img @click="back" src="@/assets/images/back.png" class="arrow_img" />
-      <span>公告详情</span>
+      <span>{{ $t('lang196') }}</span>
     </div>
     <div class="box">
       <div class="title">
@@ -115,7 +115,8 @@ export default {
     }
     .content {
       font-size: 13px;
-      color: #000;
+      color: #2e2e2e;
+      line-height: 200%;
       padding-top: 16px;
       border-top: 1px solid rgba(232, 240, 247, 1);
       .image {

+ 1 - 1
src/views/index/index.vue

@@ -8,7 +8,7 @@
           <img src="@/assets/images/index/cha.png" alt="" class="cha" />
           <van-field v-model="key" :placeholder="$t('lang4')" class="input" right-icon="search" @click="navigatorTo('transfer')" />
         </div> -->
-        <van-notice-bar class="notice" color="#000" background="#ffffff" :text="indexinfo.notice_list[0]?.title">
+        <van-notice-bar class="notice" color="#000" background="#ffffff" :text="indexinfo.notice_list[0]?.title"  @click="navigatorToPage('bulletinDetail', indexinfo.notice_list[0].id)">
           <div slot="left-icon" class="notice-ico">{{ $t('lang3') }}</div>
         </van-notice-bar>
         <div class="banner">

+ 2 - 2
src/views/mine/TransferDetail.vue

@@ -116,8 +116,8 @@
     </div>
 
     <!-- 宣传图片 -->
-    <img v-for="(item, index) in product.img_url" :key="index" :src="item" class="promo-image" alt="" />
-
+    <!-- <img v-for="(item, index) in product.img_url" :key="index" :src="item" class="promo-image" alt="" /> -->
+    <div v-html="product.details" class="promo-image"></div>
     <!-- 底部导航栏 -->
     <div class="bottom">
       <div class="flex">

+ 5 - 2
src/views/trade/detail.vue

@@ -125,8 +125,8 @@
     </div>
 
     <!-- 宣传图片 -->
-    <img v-for="(item, index) in product.info.img_url" :key="index" :src="item" class="promo-image" alt="" />
-
+    <!-- <img v-for="(item, index) in product.info.img_url" :key="index" :src="item" class="promo-image" alt="" /> -->
+    <div v-html="product.info.details" class="promo-image"></div>
     <!-- 底部导航栏 -->
     <div class="bottom">
       <div class="flex">
@@ -577,6 +577,9 @@ export default {
 }
 .promo-image {
   width: 100%;
+  img {
+    width: 100% !important;
+  }
   //   margin-top: 14px;
 }