发现更多
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="codeBack-yard">
|
||||
<image class="codeBack-yard-img" src="/static/user/wallet-code.png" mode="widthFix"></image>
|
||||
<image class="codeBack-yard-img" :src="inviteData.code" mode="widthFix"></image>
|
||||
<view class="codeBack-yard-name">
|
||||
扫码识别链商星球
|
||||
</view>
|
||||
@@ -51,7 +51,6 @@
|
||||
// 二维码
|
||||
inviteInfo(){
|
||||
userInvite().then(res => {
|
||||
console.log(res)
|
||||
this.inviteData = res
|
||||
}).catch(err => {
|
||||
uni.showToast({
|
||||
@@ -134,7 +133,7 @@
|
||||
position: absolute;
|
||||
background-color: #8c62fe;
|
||||
content: '';
|
||||
top: 266px;
|
||||
top: 278px;
|
||||
width: 40rpx;
|
||||
height: 40rpx;
|
||||
border-radius: $uni-border-radius-circle;
|
||||
@@ -220,7 +219,9 @@
|
||||
border-top: #cccbd0 2rpx dashed;
|
||||
}
|
||||
.codeBack-yard-img {
|
||||
max-width: 80%;
|
||||
max-width: 75%;
|
||||
border: 4rpx solid #f3f3f3;
|
||||
margin: 20rpx 0 40rpx;
|
||||
}
|
||||
.codeBack-yard-name {
|
||||
color: #a0a1a3;
|
||||
|
||||
Reference in New Issue
Block a user