Browse Source

[我的][修改]:[关注公众号显示]

tags/安徽版C.4.1.6最终版
meo 6 years ago
parent
commit
e474f70bb7
2 changed files with 9 additions and 18 deletions
  1. +3
    -4
      pages/user/index.wxml
  2. +6
    -14
      pages/user/index.wxss

+ 3
- 4
pages/user/index.wxml View File

@@ -78,11 +78,10 @@
<view wx:if="{{flag=='show'}}">版本号:{{appVersion}}</view> <view wx:if="{{flag=='show'}}">版本号:{{appVersion}}</view>
<view wx:if="{{flag=='hidden'}}"></view> <view wx:if="{{flag=='hidden'}}"></view>
</view> </view>
<view class='of'>
<official-account wx:if="{{canIUse}}" class="gzh"></official-account>
</view>
</view> </view>
<view class='of'>
<official-account wx:if="{{canIUse}}" class="gzh"></official-account>
</view>
<view class='showQrcode' bindtap='hideQrcode' wx:if="{{showQrcode}}"> <view class='showQrcode' bindtap='hideQrcode' wx:if="{{showQrcode}}">
<view class="canvas-box"> <view class="canvas-box">
<canvas hidden="{{canvasHidden}}" style="height:500rpx;background:0 0 0 .6;margin-top:10rpx;" canvas-id="mycanvas1" /> <canvas hidden="{{canvasHidden}}" style="height:500rpx;background:0 0 0 .6;margin-top:10rpx;" canvas-id="mycanvas1" />


+ 6
- 14
pages/user/index.wxss View File

@@ -32,20 +32,10 @@ page{
border-bottom: 6rpx solid #02c0ff; border-bottom: 6rpx solid #02c0ff;
} }


/*
.user-avatar {
padding-right: 30rpx;
width: 126rpx;
height: 126rpx;
border-radius: 16rpx;
overflow: hidden;
border: 1px solid red;
} */

.version { .version {
width: 500rpx; width: 500rpx;
height: 300rpx;
line-height: 300rpx;
height: 90rpx;
line-height: 90rpx;
text-align: center; text-align: center;
font-size: 30rpx; font-size: 30rpx;
color: #999; color: #999;
@@ -218,9 +208,9 @@ page{
} }


.gzh { .gzh {
display: none;
/* display: none; */
position: absolute; position: absolute;
bottom: 6%;
bottom: 16%;
width: 90%; width: 90%;
left: 0; left: 0;
right: 0; right: 0;
@@ -238,6 +228,8 @@ page{


.of { .of {
display: block; display: block;
margin-top: 40rpx;
height: 170rpx;
} }


.activeimg { .activeimg {


Loading…
Cancel
Save