Jelajahi Sumber

反馈页面提交

tangning 1 tahun lalu
induk
melakukan
89028df245

+ 2 - 0
src/i18n/lang/en-us.ts

@@ -38,5 +38,7 @@ export const lang: langType = {
     success:
       'Thank you for your feedback. We attach great importance to your opinions and will deal with them as soon as possible after receiving them. Looking forward to providing you with an excellent product experience!',
     fileTips: 'Please upload pictures or videos. Recommend picture within 5MB, jpg/png format support. Recommend video within 50MB, mp4 format support',
+    fileTipsPc: 'Please upload pictures or videos</br> Recommend picture within 5MB, jpg/png format support</br> Recommend video within 50MB, mp4 format support',
+  
   },
 };

+ 1 - 0
src/i18n/lang/lang-base.ts

@@ -34,5 +34,6 @@ export type langType = {
     setselcet: string;
     success: string;
     fileTips: string;
+    fileTipsPc: string;
   };
 };

+ 1 - 0
src/i18n/lang/zh-cn.ts

@@ -37,5 +37,6 @@ export const lang: langType = {
     setselcet: '请选择',
     success: '感谢反馈,我们非常重视您的意见,并将在收到反馈后第一时间处理。期待为您提供出色的产品体验!',
     fileTips: '请上传图片或视频,支持jpg、png格式,不大于5MB;mp4不大于50MB;',
+    fileTipsPc: '请上传图片或视频</br>支持jpg、png格式,不大于5MB;mp4不大于50MB;',
   },
 };

+ 2 - 2
src/views/feedback/pcSubmit.vue

@@ -26,7 +26,7 @@
             <!-- <div style="margin-top: 8px">{{ t('feedback.upload') }}</div> -->
           </div>
         </a-upload>
-        <div class="tips">{{ t('feedback.fileTips') }}</div>
+        <div class="tips" v-html="t('feedback.fileTipsPc')"></div>
       </a-form-item>
       <a-form-item name="solution">
         <div class="myTitle required" slot="label"><span class="number">02</span>{{ t('feedback.title2') }}</div>
@@ -45,7 +45,7 @@
             <!-- <div style="margin-top: 8px">{{ t('feedback.upload') }}</div> -->
           </div>
         </a-upload>
-        <div class="tips">{{ t('feedback.fileTips') }}</div>
+        <div class="tips" v-html="t('feedback.fileTipsPc')"></div>
       </a-form-item>
       <a-form-item name="industryOptionId">
         <div class="myTitle required" slot="label"><span class="number">03</span>{{ t('feedback.title3') }}</div>