| @@ -43,7 +43,7 @@ | |||
| .xieyiGroup{ | |||
| width: 682rpx; | |||
| margin: 0 auto; | |||
| height: calc(100vh - 342rpx); | |||
| height: calc(100vh - 312rpx); | |||
| overflow: auto; | |||
| } | |||
| .xieyi{ | |||
| @@ -9,7 +9,7 @@ | |||
| <view class="image6Btn1" style="{{nums==7||nums==8?'top:20rpx;':''}}" wx:if="{{showType==2}}" bindtap="showTypeControl" data-type="1"></view> | |||
| <view class="image6Btn2" style="{{nums==7||nums==8?'top:20rpx;':''}}" wx:if="{{showType==1}}" bindtap="showTypeControl" data-type="2"></view> | |||
| </view> | |||
| <image style="width:750rpx;" mode="widthFix" src="{{imgUrl+'/newImages3/prizeDetail/'+nums+'_3.png?v=003'}}"></image> | |||
| <image style="width:750rpx;" mode="widthFix" src="{{imgUrl+'/newImages3/prizeDetail/'+nums+'_3.png?v=005'}}"></image> | |||
| </view> | |||
| <view wx:if="{{nums==9 || nums==10}}"> | |||
| <image style="width:750rpx;" mode="widthFix" src="{{imgUrl+'/newImages3/prizeDetail/'+nums+'_1.png?v=003'}}"></image> | |||
| @@ -25,7 +25,8 @@ Page({ | |||
| maskShow: false, | |||
| mydata:[],//我的数据 | |||
| isbtn:true,//防重复点击 | |||
| vCodeImg:null | |||
| vCodeImg:null, | |||
| agreement:false, | |||
| }, | |||
| /** | |||
| * 切换车主非车主 | |||
| @@ -446,5 +447,10 @@ Page({ | |||
| photoList: this.data.photoList, | |||
| photoListShow: this.data.photoListShow | |||
| }) | |||
| }, | |||
| agreementControl: function () { | |||
| this.setData({ | |||
| agreement: !this.data.agreement | |||
| }) | |||
| } | |||
| }) | |||
| @@ -1,6 +1,7 @@ | |||
| { | |||
| "navigationBarTitleText": "认证中心", | |||
| "usingComponents": { | |||
| "tabBar": "/pages/component/tabBar/index" | |||
| "tabBar": "/pages/component/tabBar/index", | |||
| "agreement": "/pages/agreement/agreement" | |||
| } | |||
| } | |||
| @@ -2,8 +2,8 @@ | |||
| <view class="showView"> | |||
| <view class="registerContainer"> | |||
| <view class="tabsBox"> | |||
| <image class="registerTitle" wx:if="{{type==1}}" src="{{imgUrl+'/images/registerTitle1.png'}}" bindtap="changeType" data-type="0"></image> | |||
| <image class="registerTitle" wx:if="{{type==0}}" src="{{imgUrl+'/images/registerTitle2.png'}}" bindtap="changeType" data-type="1"></image> | |||
| <image class="registerTitle" wx:if="{{type==1}}" src="{{imgUrl+'/newImages3/50.png'}}" bindtap="changeType" data-type="0"></image> | |||
| <image class="registerTitle" wx:if="{{type==0}}" src="{{imgUrl+'/newImages3/49.png'}}" bindtap="changeType" data-type="1"></image> | |||
| <view class="registerTitleMask" style="left:{{type==0?'50%':0}}"></view> | |||
| </view> | |||
| <image class="welcome" src="{{imgUrl+'/images/registerTip.png'}}"></image> | |||
| @@ -52,15 +52,24 @@ | |||
| <image class="upPhontBtn" wx:if="{{photoListShow.length<3}}" src="{{imgUrl+'/star/scout/register/upBtn.png'}}" bindtap="chooseImage"></image> | |||
| </view> | |||
| <image class="photoNotes" src="{{imgUrl+'/images/registerTip2.png'}}" ></image> | |||
| <view class="agreementGroup"> | |||
| <image class="agreeIcon" bindtap="agreementClick" src="{{imgUrl+(agree?'/images/agreeIcon.png?v=003':'/images/disagreeIcon.png?v=002')}}"></image> | |||
| <view class="agreementText"> | |||
| <image style="width:261rpx;height:23rpx;" src="{{imgUrl+'/images/myCenterAgreenTip.png'}}"></image> | |||
| <view bindtap="agreementControl" style="margin-left:15rpx;"> | |||
| <image style="width:240rpx;height:23rpx;margin-left:3rpx;" src="{{imgUrl+'/images/myCenterAgreen.png'}}"></image> | |||
| </view> | |||
| </view> | |||
| </view> | |||
| <button class="submitBtn" style="padding:0;margin:20rpx auto 0;min-height:0;" formType="submit"> | |||
| <image style="width:100%;height:100%;" src="{{imgUrl+'/images/registerSubmit.png'}}"></image> | |||
| </button> | |||
| <view class="agreementBox"> | |||
| <!-- <view class="agreementBox"> | |||
| <view class="checkBox" bindtap='agreementClick'> | |||
| <icon type="success_no_circle" size="10" wx:if="{{agree}}" /> | |||
| </view> | |||
| <image style="width:176rpx;height:16rpx;" src="{{imgUrl+'/images/registerTip3.png'}}"></image> | |||
| </view> | |||
| </view> --> | |||
| </view> | |||
| </form> | |||
| </view> | |||
| @@ -71,5 +80,6 @@ | |||
| <image class="closeBtn" src="{{imgUrl+'/star/closebtn.png'}}" bindtap="hiddenRule"></image> | |||
| </view> | |||
| </view> | |||
| <agreement bindmyevent="agreementControl" wx:if="{{agreement}}"></agreement> | |||
| </view> | |||
| <tabBar></tabBar> | |||
| @@ -78,7 +78,7 @@ | |||
| } | |||
| .NoVehicle{ | |||
| position: relative; | |||
| padding-bottom: 84rpx; | |||
| padding-bottom: 45rpx; | |||
| } | |||
| .NoVehicle>.getCode{ | |||
| position: absolute; | |||
| @@ -157,6 +157,7 @@ image.arrowDown{ | |||
| .NoVehicle>.upPhonoBox{ | |||
| display: flex; | |||
| margin: 15rpx 25rpx; | |||
| margin-bottom: 40rpx; | |||
| } | |||
| .NoVehicle>.upPhonoBox>.upPhontBtn{ | |||
| width: 125rpx; | |||
| @@ -188,7 +189,7 @@ image.arrowDown{ | |||
| .NoVehicle>.submitBtn{ | |||
| width: 675rpx; | |||
| height: 70rpx; | |||
| margin: 20rpx auto 0 auto; | |||
| margin: 30rpx auto 0 auto; | |||
| } | |||
| .NoVehicle>.agreementBox{ | |||
| margin-top: 20rpx; | |||
| @@ -289,4 +290,25 @@ image.arrowDown{ | |||
| height: 278rpx; | |||
| margin: 0 auto; | |||
| margin-bottom: 25rpx; | |||
| } | |||
| .agreementGroup{ | |||
| width: 652rpx; | |||
| margin: 0 auto; | |||
| display: flex; | |||
| align-items: center; | |||
| margin-top: 47rpx; | |||
| } | |||
| .agreementText{ | |||
| line-height: 24rpx; | |||
| font-size:24rpx; | |||
| font-family:PingFangSC; | |||
| font-weight:300; | |||
| color:rgba(156,157,157,1); | |||
| display: flex; | |||
| align-items: center; | |||
| } | |||
| .agreeIcon{ | |||
| width: 29rpx; | |||
| height: 28rpx; | |||
| margin-right: 17rpx; | |||
| } | |||