liyongli 2 years ago
parent
commit
017430fbff

+ 1 - 1
src/view/CalligraphyAndPaintingCompetition/index.js

@@ -11,7 +11,7 @@ document.title = window.$originData.orginParames.title || '';
 window.weixin_Share_Init(
   window.$originData.orginParames.title,
   '这是世界杯',
-  'https://cxzx.smcic.net/topic/highSpeed/img/logo3.png',
+  'https://cxzx.smcic.net/topic/tool/img/hdl.png',
   'https://cxzx.smcic.net/topic/activity/CalligraphyAndPaintingCompetition.html?' +
     Date.now()
 );

+ 4 - 2
src/view/CalligraphyAndPaintingCompetition/index.vue

@@ -34,12 +34,13 @@
       </div>
     </van-overlay>
 
+      <!-- confirm-button-color="linear-gradient(90deg, #0038ad, #004fd9)" -->
     <van-dialog
       theme="round-button"
       confirm-button-text="关 闭"
-      confirm-button-color="linear-gradient(90deg, #0038ad, #004fd9)"
       v-model:show="toDetail"
       title="详情"
+      confirm-button-color="#cc0003"
     >
       <div class="DetailMain">
         <p class="DetailLine">活动说明</p>
@@ -147,7 +148,8 @@ function toShanshipinFunc() {
       from(#0038ad),
       to(#004fd9)
     );
-    background: linear-gradient(90deg, #0038ad, #004fd9);
+    background: #cc0003;
+    // background: linear-gradient(90deg, #0038ad, #004fd9);
     width: 100%;
     height: 2.5em;
     line-height: 2.5em;