瀏覽代碼

Merge branch 'ch/need_pool331' of eta_mini/eta_mini_h5 into debug_ht

leichen 2 月之前
父節點
當前提交
b5105af16c
共有 1 個文件被更改,包括 0 次插入7 次删除
  1. 0 7
      src/views/chart/Detail.vue

+ 0 - 7
src/views/chart/Detail.vue

@@ -86,16 +86,11 @@ function handleChangeChart(type){
   }
 }
 
-
-const isShowMZSM = ref(false)
-
-
 </script>
 <template>
   <div class="chart-detail-page" v-if="chartInfo">
     <div class="chart-title">{{chartInfo.ChartName}}</div> 
     <div class="collect-icon" @click="handleCollect" >{{chartInfo.IsCollect?'取消收藏':'收藏'}}</div>
-    <!-- <div class="mz-tips" @click="isShowMZSM = true">免责声明</div> -->
     <!-- 图表渲染盒子 -->
     <div class="chart-render-wrap">
       <iframe :src="chartRenderUrl"></iframe>
@@ -115,8 +110,6 @@ const isShowMZSM = ref(false)
     <!-- 收藏 -->
     <!-- <svg-icon @click="handleCollect" class="collect-icon" :name="chartInfo.IsCollect?'collected':'collect'" /> -->
   </div>
-  <!-- 免责声明 -->
-  <disclaimers-wrap v-model:show="isShowMZSM" />
 </template>
 
 <style lang="scss" scoped>