Browse Source

版本 1.6.42 志愿者去哪左右菜单调整;

release
ZhaoTongYao 4 years ago
parent
commit
57bba374cb
  1. 6
      pages/heartNew/heartNew.wxml
  2. 24
      pages/heartNew/heartNew.wxss
  3. 2
      pages/toRegister/toRegister.js

6
pages/heartNew/heartNew.wxml

@ -55,13 +55,13 @@
</view>
<view class="tab-left">
<view class="tab" wx:for="{{tabLeftList}}" wx:key="index" data-title="{{item.remark}}" data-code="{{item.imgCode||item.categoryCode}}" bindtap="toJumpPage">
<image src="{{item.imgUrl}}"/>
<image src="{{item.imgUrl}}" class="{{item.imgCode == 'ptg' || item.imgCode == 'sds' ? 'image-big' : 'image-small'}}"/>
<view class="tab-text"></view>
</view>
</view>
<view class="tab-right">
<view class="tab" wx:for="{{tabRightList}}" wx:key="index" data-title="{{item.remark}}" data-code="{{item.imgCode}}" bindtap="toJumpPage">
<image src="{{item.imgUrl}}"/>
<view class="tab" wx:for="{{tabRightList}}" wx:key="index" data-title="{{item.remark}}" data-code="{{item.imgCode||item.categoryCode}}" bindtap="toJumpPage">
<image src="{{item.imgUrl}}" class="{{item.imgCode == 'ptg' || item.imgCode == 'sds' ? 'image-big' : 'image-small'}}"/>
<view class="tab-text"></view>
</view>
</view>

24
pages/heartNew/heartNew.wxss

@ -295,13 +295,19 @@ button:last-child {
position: fixed;
left: 0;
z-index: 997;
margin-top: 36rpx;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 300rpx;
}
.tab-left .image-small {
width: 186rpx;
height: 92rpx;
}
.tab-left image {
.tab-left .image-big {
width: 186rpx;
height: 102rpx;
height: 112rpx;
}
.tab-left .tab {
position: relative;
@ -318,13 +324,19 @@ button:last-child {
position: fixed;
right: 0;
z-index: 997;
margin-top: 36rpx;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 300rpx;
}
.tab-right .image-small {
width: 186rpx;
height: 92rpx;
}
.tab-right image {
.tab-right .image-big {
width: 186rpx;
height: 102rpx;
height: 112rpx;
}
.tab-right .tab {
position: relative;

2
pages/toRegister/toRegister.js

@ -21,7 +21,7 @@ Page({
// }
// })
let that = this
const versionNum = "1.6.41"
const versionNum = "1.6.42"
api.getScanSwitch(versionNum).then(function (res) {
console.log(res.data)
let state = res.data.scanFlag

Loading…
Cancel
Save