liyongli 2 年 前
コミット
9b4fdac6e7
1 ファイル変更9 行追加1 行削除
  1. 9 1
      src/views/report/Calendar/index.vue

+ 9 - 1
src/views/report/Calendar/index.vue

@@ -95,6 +95,10 @@
                 </div>
                 </div>
               </div>
               </div>
             </div>
             </div>
+            <p
+              style="text-align: center; font-size: 0.8rem"
+              v-html="item.buttomText"
+            ></p>
           </div>
           </div>
         </div>
         </div>
       </div>
       </div>
@@ -190,7 +194,11 @@ export default {
     });
     });
   },
   },
   computed: {},
   computed: {},
-  methods: {},
+  methods: {
+    isQDXW(t) {
+      return /起点新闻/g.test(t);
+    },
+  },
   beforeUnmount() {},
   beforeUnmount() {},
   components: {},
   components: {},
 };
 };