.xieyiGroup{ | .xieyiGroup{ | ||||
width: 682rpx; | width: 682rpx; | ||||
margin: 0 auto; | margin: 0 auto; | ||||
height: calc(100vh - 342rpx); | |||||
height: calc(100vh - 312rpx); | |||||
overflow: auto; | overflow: auto; | ||||
} | } | ||||
.xieyi{ | .xieyi{ |
<view class="image6Btn1" style="{{nums==7||nums==8?'top:20rpx;':''}}" wx:if="{{showType==2}}" bindtap="showTypeControl" data-type="1"></view> | <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 class="image6Btn2" style="{{nums==7||nums==8?'top:20rpx;':''}}" wx:if="{{showType==1}}" bindtap="showTypeControl" data-type="2"></view> | ||||
</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> | ||||
<view wx:if="{{nums==9 || nums==10}}"> | <view wx:if="{{nums==9 || nums==10}}"> | ||||
<image style="width:750rpx;" mode="widthFix" src="{{imgUrl+'/newImages3/prizeDetail/'+nums+'_1.png?v=003'}}"></image> | <image style="width:750rpx;" mode="widthFix" src="{{imgUrl+'/newImages3/prizeDetail/'+nums+'_1.png?v=003'}}"></image> |
maskShow: false, | maskShow: false, | ||||
mydata:[],//我的数据 | mydata:[],//我的数据 | ||||
isbtn:true,//防重复点击 | isbtn:true,//防重复点击 | ||||
vCodeImg:null | |||||
vCodeImg:null, | |||||
agreement:false, | |||||
}, | }, | ||||
/** | /** | ||||
* 切换车主非车主 | * 切换车主非车主 | ||||
photoList: this.data.photoList, | photoList: this.data.photoList, | ||||
photoListShow: this.data.photoListShow | photoListShow: this.data.photoListShow | ||||
}) | }) | ||||
}, | |||||
agreementControl: function () { | |||||
this.setData({ | |||||
agreement: !this.data.agreement | |||||
}) | |||||
} | } | ||||
}) | }) |
{ | { | ||||
"navigationBarTitleText": "认证中心", | "navigationBarTitleText": "认证中心", | ||||
"usingComponents": { | "usingComponents": { | ||||
"tabBar": "/pages/component/tabBar/index" | |||||
"tabBar": "/pages/component/tabBar/index", | |||||
"agreement": "/pages/agreement/agreement" | |||||
} | } | ||||
} | } |
<view class="showView"> | <view class="showView"> | ||||
<view class="registerContainer"> | <view class="registerContainer"> | ||||
<view class="tabsBox"> | <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 class="registerTitleMask" style="left:{{type==0?'50%':0}}"></view> | ||||
</view> | </view> | ||||
<image class="welcome" src="{{imgUrl+'/images/registerTip.png'}}"></image> | <image class="welcome" src="{{imgUrl+'/images/registerTip.png'}}"></image> | ||||
<image class="upPhontBtn" wx:if="{{photoListShow.length<3}}" src="{{imgUrl+'/star/scout/register/upBtn.png'}}" bindtap="chooseImage"></image> | <image class="upPhontBtn" wx:if="{{photoListShow.length<3}}" src="{{imgUrl+'/star/scout/register/upBtn.png'}}" bindtap="chooseImage"></image> | ||||
</view> | </view> | ||||
<image class="photoNotes" src="{{imgUrl+'/images/registerTip2.png'}}" ></image> | <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"> | <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> | <image style="width:100%;height:100%;" src="{{imgUrl+'/images/registerSubmit.png'}}"></image> | ||||
</button> | </button> | ||||
<view class="agreementBox"> | |||||
<!-- <view class="agreementBox"> | |||||
<view class="checkBox" bindtap='agreementClick'> | <view class="checkBox" bindtap='agreementClick'> | ||||
<icon type="success_no_circle" size="10" wx:if="{{agree}}" /> | <icon type="success_no_circle" size="10" wx:if="{{agree}}" /> | ||||
</view> | </view> | ||||
<image style="width:176rpx;height:16rpx;" src="{{imgUrl+'/images/registerTip3.png'}}"></image> | <image style="width:176rpx;height:16rpx;" src="{{imgUrl+'/images/registerTip3.png'}}"></image> | ||||
</view> | |||||
</view> --> | |||||
</view> | </view> | ||||
</form> | </form> | ||||
</view> | </view> | ||||
<image class="closeBtn" src="{{imgUrl+'/star/closebtn.png'}}" bindtap="hiddenRule"></image> | <image class="closeBtn" src="{{imgUrl+'/star/closebtn.png'}}" bindtap="hiddenRule"></image> | ||||
</view> | </view> | ||||
</view> | </view> | ||||
<agreement bindmyevent="agreementControl" wx:if="{{agreement}}"></agreement> | |||||
</view> | </view> | ||||
<tabBar></tabBar> | <tabBar></tabBar> |
} | } | ||||
.NoVehicle{ | .NoVehicle{ | ||||
position: relative; | position: relative; | ||||
padding-bottom: 84rpx; | |||||
padding-bottom: 45rpx; | |||||
} | } | ||||
.NoVehicle>.getCode{ | .NoVehicle>.getCode{ | ||||
position: absolute; | position: absolute; | ||||
.NoVehicle>.upPhonoBox{ | .NoVehicle>.upPhonoBox{ | ||||
display: flex; | display: flex; | ||||
margin: 15rpx 25rpx; | margin: 15rpx 25rpx; | ||||
margin-bottom: 40rpx; | |||||
} | } | ||||
.NoVehicle>.upPhonoBox>.upPhontBtn{ | .NoVehicle>.upPhonoBox>.upPhontBtn{ | ||||
width: 125rpx; | width: 125rpx; | ||||
.NoVehicle>.submitBtn{ | .NoVehicle>.submitBtn{ | ||||
width: 675rpx; | width: 675rpx; | ||||
height: 70rpx; | height: 70rpx; | ||||
margin: 20rpx auto 0 auto; | |||||
margin: 30rpx auto 0 auto; | |||||
} | } | ||||
.NoVehicle>.agreementBox{ | .NoVehicle>.agreementBox{ | ||||
margin-top: 20rpx; | margin-top: 20rpx; | ||||
height: 278rpx; | height: 278rpx; | ||||
margin: 0 auto; | margin: 0 auto; | ||||
margin-bottom: 25rpx; | 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; | |||||
} | } |