修复谷歌按钮登录失效问题
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
<input name="Stripe" type="radio" value="stripe" v-model="modeOfPayment">
|
||||
<img src="../../assets/images/homePage/stripe.svg" alt="">
|
||||
<!-- <span>{{ $t('upgradePlan.CreditCard') }}</span> -->
|
||||
<span>Stripe</span>
|
||||
<span>Stripe (Credit Card)</span>
|
||||
</label>
|
||||
<label class="payMethod_item" v-show="$props.type == 'credits'">
|
||||
<input name="payAffirm" type="radio" value="alipay" v-model="modeOfPayment">
|
||||
|
||||
Reference in New Issue
Block a user