liyongli 2 jaren geleden
bovenliggende
commit
270525976a
1 gewijzigde bestanden met toevoegingen van 1 en 14 verwijderingen
  1. 1 14
      src/view/CalligraphyAndPaintingCompetition/index.vue

+ 1 - 14
src/view/CalligraphyAndPaintingCompetition/index.vue

@@ -75,18 +75,6 @@
       </div>
     </van-dialog>
 
-    <van-dialog
-      theme="round-button"
-      confirm-button-text="关 闭"
-      v-model:show="toJianjie"
-      title="详情"
-      confirm-button-color="#cc0003"
-    >
-      <div class="DetailMain">
-        5月即将开启,敬请关注!届时,我们将组织标准评委团对线上线下提交的作品进行初评,评选出优秀选手,通过初评的优秀选手将参加现场绘画、书法环节,现场所画作品直接参与专家评审团现场评审,最终选出各类优秀作品,并进行表彰。
-      </div>
-    </van-dialog>
-
     <img v-if="showWixin" src="../../assets/img/weixin.jpg" class="Down" />
   </div>
 </template>
@@ -110,7 +98,6 @@ import logoImage from '@/assets/img/logp.png';
 const toShanshipin = ref(false);
 const toDetail = ref(false);
 const showWixin = ref(false);
-const toJianjie = ref(false);
 function getDownloadUrl() {
   let url = 'https://ssp.sxtvs.com.cn';
   if (isIpad || isIpod || isIphone)
@@ -135,7 +122,7 @@ function tougao() {
   getToupiaoUrl().then(r => {
     const res = r || { toxuanshouurl: '' };
     if (res.toxuanshouurl) openShanshipinDetail(res.toxuanshouurl);
-    else toJianjie.value = true;
+    else toShanshipin.value = true;
   });
 }