|
|
@@ -30,8 +30,7 @@
|
|
|
|
|
|
<div class="btn-wrap">
|
|
|
<button v-if="!$util.isEmpty(shopUser) && shopUser.userAsset.balance && shopUser.userAsset.balance != '0.00'" class="button-com red" @click="balancePayFn">余额支付</button>
|
|
|
- <button class="button-com green" v-if="isWxMiniapp()" @click="wexinPayFn">微信支付</button>
|
|
|
- <button class="button-com red" v-else @click="aliPayFn">支付宝支付</button>
|
|
|
+ <button class="button-com green" @click="wexinPayFn">微信支付</button>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
@@ -404,8 +403,16 @@
|
|
|
.button-com {
|
|
|
display: block;
|
|
|
margin-bottom: 20upx;
|
|
|
- padding-top: 30upx;
|
|
|
- padding-bottom: 30upx;
|
|
|
+ padding-top: 50upx;
|
|
|
+ padding-bottom: 50upx;
|
|
|
+ height: 120upx;
|
|
|
+ line-height: 20upx;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ font-size: 32upx;
|
|
|
+ font-weight: 600;
|
|
|
+ border-radius: 30upx;
|
|
|
&:last-child {
|
|
|
margin-bottom: 0;
|
|
|
}
|