Browse Source

[授权页面shangchanglogo修改]

tags/广东版3.2.1
meo 6 years ago
parent
commit
0417f7e4bf
2 changed files with 4 additions and 4 deletions
  1. +1
    -1
      pages/getuserinfo/index.wxml
  2. +3
    -3
      pages/getuserinfo/index.wxss

+ 1
- 1
pages/getuserinfo/index.wxml View File

@@ -1,6 +1,6 @@
<view class="login-body">
<view class="login-logo">
<image src="{{mallImgUrl}}"></image>
<image src="{{mallImgUrl}}" mode='widthFix'></image>
<text class='txt'>我们需要获取您的授权
以关联您的账号</text>
</view>


+ 3
- 3
pages/getuserinfo/index.wxss View File

@@ -8,12 +8,12 @@

.login-logo {
width: 320rpx;
height: 320rpx;
/* height: 320rpx; */
}

.login-logo>image {
width: 100%;
height: 100%;
display: block;
width: 320rpx;
}

.login-btn {


Loading…
Cancel
Save