|
|
@ -21,8 +21,8 @@
|
|
|
|
<!-- <input class="placeholder" placeholder="输入姓名" bindblur="blur" data-mes="name"></input> -->
|
|
|
|
<!-- <input class="placeholder" placeholder="输入姓名" bindblur="blur" data-mes="name"></input> -->
|
|
|
|
<picker mode="region" bindchange="getUserProvince">
|
|
|
|
<picker mode="region" bindchange="getUserProvince">
|
|
|
|
<view class="placeholder">
|
|
|
|
<view class="placeholder">
|
|
|
|
<text wx:if="{{form.add}}">{{form.add}}</text>
|
|
|
|
<text wx:if="{{form.add[2]}}">{{form.add}}</text>
|
|
|
|
<text wx:else="{{form}}">请选择地区</text>
|
|
|
|
<text style="color:gray;" wx:else="{{true}}">请选择地区</text>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</picker>
|
|
|
|
</picker>
|
|
|
|
<view class="hr"></view>
|
|
|
|
<view class="hr"></view>
|
|
|
@ -30,7 +30,7 @@
|
|
|
|
<image style="width: 48rpx;height: 48rpx;margin-right: 16rpx;" src="../../image/ic_gzcx@2x.png"></image>
|
|
|
|
<image style="width: 48rpx;height: 48rpx;margin-right: 16rpx;" src="../../image/ic_gzcx@2x.png"></image>
|
|
|
|
关注车型
|
|
|
|
关注车型
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="placeholder">请选择关注车型
|
|
|
|
<view class="placeholder" style="color:gray;">请选择关注车型
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="hr"></view>
|
|
|
|
<view class="hr"></view>
|
|
|
|
<view class="title">
|
|
|
|
<view class="title">
|
|
|
@ -45,3 +45,10 @@
|
|
|
|
<view class="bot">
|
|
|
|
<view class="bot">
|
|
|
|
<view class="button">上传</view>
|
|
|
|
<view class="button">上传</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<!-- 选择关注车型 -->
|
|
|
|
|
|
|
|
<l-arc-popup show="{{platformdia}}" max-height="700" min-height="200">
|
|
|
|
|
|
|
|
<view class="platitle">选择平台</view>
|
|
|
|
|
|
|
|
<view class="pla" wx:for="{{platforms}}" wx:key="index" data-mes="{{platforms[index]}}" bindtap="plachoose2">{{item.name}}
|
|
|
|
|
|
|
|
<view class="plaline" wx:if="{{index < platforms.length - 1}}"></view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
</l-arc-popup>
|