Commit 9ece05eb by zhangzhen

细节优化

parent 64708554
......@@ -200,6 +200,8 @@ export default {
<style>
.tki-qrcode {
position: relative;
display: flex;
justify-content: center;
}
.tki-qrcode-canvas {
position: fixed;
......
......@@ -17,7 +17,7 @@
<view v-if="loginStatus" class="share-qrcode">
<view class="qrcode-box">
<tki-qrcode ref="qrcode" :cid="cid" :val="text" :size="size" unit="upx"
<tki-qrcode ref="qrcode" :cid="cid" :val="text" :size="size" unit="px"
icon="../../static/logo_icon.png" :iconSize="iconSize" :onval="true" :loadMake="loadMake"
:showLoading="true" @result="qrR" />
</view>
......@@ -66,8 +66,8 @@
cid: "qrCode",
qrPath: '',
text: '生成中',
size: 520,
iconSize: 52,
size: 260,
iconSize: 26,
colorDark: '#000000',
loadMake: false,
qrPath: '',
......
......@@ -103,7 +103,7 @@
<view class="part-2">
<image class="img-bg" :src="assetsPath+'/vip/qy_bg_1.png'" mode="widthFix"></image>
<!-- <view v-if="consumerMemberStatus" class="absolute">
<view v-if="consumerMemberStatus" class="absolute">
<view class="flex-5">
<view class="flex-row">
<text class="text-1">次卡</text>
......@@ -117,9 +117,9 @@
<text class="text-2">敬请期待</text>
</view>
</view>
</view> -->
</view>
<view class="absolute">
<view v-else class="absolute">
<view class="flex-5">
<view class="flex-row">
<text class="text-1">权益</text>
......
......@@ -924,7 +924,7 @@
display: flex;
justify-content: space-between;
align-items: center;
width: 610upx;
width: 100%;
background: linear-gradient(0deg, #FFDECF 0%, #FFFFFF 0%, #FEDDAE 0%, #FEF7E0 100%);
border-radius: 12upx;
padding: 24upx 24upx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment