Browse Source

购买会员跟劵时新加支付时遇见问题

liyangbin 2 năm trước cách đây
mục cha
commit
486b3f63a0
2 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 4 0
      components/BuyTicket.vue
  2. 1 0
      components/BuyVip.vue

+ 4 - 0
components/BuyTicket.vue

@@ -25,6 +25,7 @@
           <div class="pay-method" :style="{'border': paymethod === 'wechat' ? '2px solid #4bcb70' : '1px solid #f0f0f0'}" @click="choosePayMethod('wechat')">
             <img class="inline-block" src="http://cn-file.17pdf.com/website/pricings/wechat_logo.png"> 微信
           </div>
+          <div class="inline-block ml-90px text-[14px] underline cursor-pointer buyQuestion">支付遇到问题?</div>
       </div>
       <button v-if="paymethod === 'alipay'" class="play-now" style="margin-left: 68px" @click="handlePlayNow">立即支付</button>
       <div v-else class="text-center">
@@ -215,4 +216,7 @@ export default {
 .ticket3 {
   background: linear-gradient(#ff8279, #ff6a98);
 }
+.buyQuestion:hover{
+  color: #FF4F4F;
+}
 </style>

+ 1 - 0
components/BuyVip.vue

@@ -27,6 +27,7 @@
         <div class="pay-method" :style="{'border': paymethod === 'alipay' ? '2px solid #FF4F4F' : '1px solid #b3b3b3'}" @click="choosePayMethod('alipay')">
           <img src="http://cn-file.17pdf.com/website/member_v2/members_ic_pay_zhifubao.png">
         </div>
+        <div class="inline-block ml-0px text-[14px] underline cursor-pointer buyQuestion">支付遇到问题?</div>
       </div>
       <button v-if="paymethod === 'alipay'" class="play-now" @click="handlePlayNow">立即支付</button>
       <div v-else class="text-center">