liyongli 1 year ago
parent
commit
3220d8c28d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/view/finance/index.vue

+ 2 - 2
src/view/finance/index.vue

@@ -186,7 +186,7 @@
     <van-dialog
       v-model:show="hxrDialog"
       confirm-button-text="投票"
-      cancel-button-text="为拉票"
+      cancel-button-text="为TA拉票"
       :show-cancel-button="true"
       close-on-click-overlay
       @close="close"
@@ -622,7 +622,7 @@ const showGuize = () => {
 };
 
 const paiming = () => {
-  //   if (!config.isShanShiPin) return showToast('下载闪视频查看投票结果。');
+  if (!config.isShanShiPin) return showToast('下载闪视频查看投票结果。');
   getRankList(() => {
     showPaihang.value = true;
   });