Browse Source

Merge branch 'release' of http://121.42.41.42:7070/r/epdc-resident-mp-js into release

master
lihenian 5 years ago
parent
commit
fbd7e7b6cf
  1. BIN
      images/agreementv2.png
  2. 2
      pages/heart/heart.wxml
  3. 16
      pages/toRegister/toRegister.js
  4. 2
      pages/toRegister/toRegister.wxml
  5. 1
      pages/toRegister/toRegister.wxss

BIN
images/agreementv2.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 649 KiB

2
pages/heart/heart.wxml

@ -14,7 +14,7 @@
<block wx:else> <block wx:else>
<swiper-item> <swiper-item>
<view> <view>
<image class="banner" src="https://epdc-shibei.elinkservice.cn/epdcFile/M00/02/B2/rBAAM16W7SqAY1XjAAMWUuGo2D4654.jpg" mode="aspectFill" /> <image class="banner" src="https://epdc-kongcun.elinkit.com.cn/epdcFile/M00/00/09/rBAB717MxROAWjyBAAJZd_4ygpQ188.jpg" mode="aspectFill" />
</view> </view>
</swiper-item> </swiper-item>
</block> </block>

16
pages/toRegister/toRegister.js

@ -12,14 +12,14 @@ Page({
height: app.globalData.height * 2 + 20, height: app.globalData.height * 2 + 20,
}, },
onLoad: function (options) { onLoad: function (options) {
wx.setNavigationBarColor({ // wx.setNavigationBarColor({
frontColor: '#ffffff', // frontColor: '#ffffff',
backgroundColor: '#FC383B', // backgroundColor: '#FC383B',
animation: { // animation: {
duration: 400, // duration: 400,
timingFunc: 'easeIn' // timingFunc: 'easeIn'
} // }
}) // })
let that = this let that = this
const versionNum = '1.2.0' const versionNum = '1.2.0'
api.getScanSwitch(versionNum).then(function (res) { api.getScanSwitch(versionNum).then(function (res) {

2
pages/toRegister/toRegister.wxml

@ -1,6 +1,6 @@
<view class="container"> <view class="container">
<view class="pagelayout"> <view class="pagelayout">
<image class="bgimg" src="../../images/agreement.png" mode="widthFix"/> <image class="bgimg" src="../../images/agreementv2.png" mode="widthFix"/>
</view> </view>
<view class="footer"> <view class="footer">
<view class="buttons" wx:if="{{experience=='1'}}"> <view class="buttons" wx:if="{{experience=='1'}}">

1
pages/toRegister/toRegister.wxss

@ -11,6 +11,7 @@
flex-direction: column; flex-direction: column;
} }
.bgimg{ .bgimg{
margin-top: 217rpx;
width: 100%; width: 100%;
height: auto; height: auto;
position: absolute; position: absolute;

Loading…
Cancel
Save