pages/pay/vipEwm.vue
@@ -23,6 +23,7 @@ </view> </view> <view class="shop-name">{{cardInfo.name}}</view> <view v-if="codeContentStr" class="ewmBox"> <tki-qrcode @result="result" class="ewm" cid="qrcode1" ref="qrcode" :val="codeContentStr" :size="430" unit="upx" onval :loadMake="false" usingComponents /> </view> @@ -69,9 +70,13 @@ color: #fff; } .shop-name{ margin-top: 60rpx; text-align: center; } .ewmBox { position: relative; margin: 200rpx auto 0; margin: 60rpx auto 0; display: flex; align-items: center; justify-content: center;