mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-07-12 00:04:17 +02:00
chg(vip): disable payment event
This commit is contained in:
@@ -42,21 +42,21 @@
|
||||
</div>
|
||||
<div class="pay-info" ng-class="{'col-xs-7 col-sm-8 col-md-9': vm.user, 'no-left-border': !vm.user}">
|
||||
<div class="row">
|
||||
<div class="col-sm-6 col-md-4 text-center">
|
||||
<img class="img-thumbnail" src="/modules/vip/client/images/paypal.png" mt-scale-by-mouse="{scale: 1.2, duration: '.5s'}">
|
||||
<!--<div class="col-sm-6 col-md-4 text-center">-->
|
||||
<!--<img class="img-thumbnail" src="/modules/vip/client/images/paypal.png" mt-scale-by-mouse="{scale: 1.2, duration: '.5s'}">-->
|
||||
|
||||
<p class="margin-top-15 pay-title">{{'VIP.PAYPAL_TITLE' | translate}}</p>
|
||||
</div>
|
||||
<div class="col-sm-6 col-md-4 text-center">
|
||||
<img class="img-thumbnail" src="/modules/vip/client/images/alipay.png" mt-scale-by-mouse="{scale: 1.2, duration: '.5s'}">
|
||||
<!--<p class="margin-top-15 pay-title">{{'VIP.PAYPAL_TITLE' | translate}}</p>-->
|
||||
<!--</div>-->
|
||||
<!--<div class="col-sm-6 col-md-4 text-center">-->
|
||||
<!--<img class="img-thumbnail" src="/modules/vip/client/images/alipay.png" mt-scale-by-mouse="{scale: 1.2, duration: '.5s'}">-->
|
||||
|
||||
<p class="margin-top-15 pay-title">{{'VIP.ALIPAY_TITLE' | translate}}</p>
|
||||
</div>
|
||||
<div class="col-sm-6 col-md-4 text-center">
|
||||
<img class="img-thumbnail" src="/modules/vip/client/images/weixin.png" mt-scale-by-mouse="{scale: 1.2, duration: '.5s'}">
|
||||
<!--<p class="margin-top-15 pay-title">{{'VIP.ALIPAY_TITLE' | translate}}</p>-->
|
||||
<!--</div>-->
|
||||
<!--<div class="col-sm-6 col-md-4 text-center">-->
|
||||
<!--<img class="img-thumbnail" src="/modules/vip/client/images/weixin.png" mt-scale-by-mouse="{scale: 1.2, duration: '.5s'}">-->
|
||||
|
||||
<p class="margin-top-15 pay-title">{{'VIP.WEIXIN_TITLE' | translate}}</p>
|
||||
</div>
|
||||
<!--<p class="margin-top-15 pay-title">{{'VIP.WEIXIN_TITLE' | translate}}</p>-->
|
||||
<!--</div>-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user