Browse Source

修改免责声明

jwyu 2 years ago
parent
commit
e2a90fb1b1
2 changed files with 4 additions and 10 deletions
  1. 3 6
      README.md
  2. 1 4
      src/views/report/Detail.vue

+ 3 - 6
README.md

@@ -1,7 +1,4 @@
-# Vue 3 + Vite
+# 弘则研报英文版
+ 
+1. 该项目为弘则研报英文版,包含移动端适配
 
-This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
-
-## Recommended IDE Setup
-
-- [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar)

+ 1 - 4
src/views/report/Detail.vue

@@ -41,10 +41,7 @@ onMounted(()=>{
     <!-- 免责申明 -->
     <el-dialog v-model="showDisclaimers" title="Disclaimers" center draggable :width="wwidth<800?'90%':'40%'">
         <div class="disclaimers-box">
-            <div style="margin-bottom:10px">1、This report is only for the use of institutional clients officially signed by Hongze Midao (Shanghai) Investment Consulting Co., Ltd., and will not be regarded as clients only because the receiver/receiver receives this report.</div>
-            <div style="margin-bottom:10px">2、According to the international and industry prevailing standards, this report obtains such information through legal channels to ensure the reliability, accuracy and completeness as far as possible, but it does not guarantee the accuracy and completeness of the information described in the report, nor does it guarantee that the information or recommendations contained in this report will not change after the report is issued. The information provided in this report is for reference only.</div>
-            <div style="margin-bottom:10px">3、The contents of the report do not guarantee the final operation suggestions made by investors, nor do they make any written or oral commitment to share investment income or investment loss in any form. It does not serve as the final operational advice of the client in terms of investment, law, accounting or tax, nor as the moral, responsible and legal basis or voucher, regardless of whether it has been expressed or implied.</div>
-            <div style="margin-bottom:10px">4、In any case, the Company shall not be responsible for any loss caused by the use of the contents in the report by the customer/receiver/receiver, and the customer/receiver/receiver shall bear all risks.</div>
+            <div style="margin-bottom:10px">This report is to be used solely by the clients of Horizon Insights (hereinafter referred to as the "Company"). The Company will not deem any other person as its client notwithstanding his receipt of this report. Under no circumstances shall the information contained herein or the opinions expressed herein form an investment recommendation to anyone. Under no circumstances shall the Company be held responsible for any loss caused by the use of any contents herein by anyone.</div>
         </div>
     </el-dialog>
 </template>