You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

67 lines
2.9 KiB
Plaintext

<form catchsubmit="formSubmit">
<view class="mt10 bgf p16" style="padding-bottom: 0;">
<view class="f18 c3 fwb">厂区地址</view>
<view class="weui-cells weui-cells_after-title" style="margin-top: 0;">
<!-- <view class="weui-cell">
<view class="weui-cell__bd f16 c6 lh24">
<picker bindchange="bindPickerChange" value="{{index}}" range="{{array}}">
{{array[index]}}
<i class="iconfont icon-you f16 fff fr"></i>
</picker>
</view>
</view> -->
<view class="weui-cell" style="padding-top: 20px;padding-bottom: 20px;" data-lat="{{cqLat}}" data-lng="{{cqLng}}" data-name="cqDz" bindtap="chooseMap">
<view class="va-center" style="width: 100%;">
<view class="flex-1 mr16">{{cqDz != '' ? cqDz : '-'}}</view>
<i class="iconfont icon-dizhi11 f18 lh13 dib" style="color:#027AFF;"></i>
</view>
</view>
</view>
</view>
<view class="mt10 bgf p16" style="padding-bottom: 0;">
<view class="f18 c3 fwb">面试地址</view>
<view class="weui-cells weui-cells_after-title" style="margin-top: 0;">
<!-- <view class="weui-cell">
<view class="weui-cell__bd f16 c6 lh24">
<picker bindchange="bindPickerChange" value="{{index}}" range="{{array}}">
{{array[index]}}
<i class="iconfont icon-you f16 fff fr"></i>
</picker>
</view>
</view> -->
<view class="weui-cell" style="padding-top: 20px;padding-bottom: 20px;">
<view class="va-center" style="width: 100%;" data-lat="{{msLat}}" data-lng="{{msLng}}" data-name="msDz" bindtap="chooseMap">
<view class="flex-1 mr16">{{msDz != '' ? msDz : '-'}}</view>
<i class="iconfont icon-dizhi11 f18 lh13 dib" style="color:#027AFF;"></i>
</view>
</view>
</view>
</view>
<view class="mt10 bgf p16" style="padding-bottom: 0;">
<view class="f18 c3 fwb">宿舍地址</view>
<view class="weui-cells weui-cells_after-title" style="margin-top: 0;">
<!-- <view class="weui-cell">
<view class="weui-cell__bd f16 c6 lh24">
<picker bindchange="bindPickerChange" value="{{index}}" range="{{array}}">
{{array[index]}}
<i class="iconfont icon-you f16 fff fr"></i>
</picker>
</view>
</view> -->
<view class="weui-cell" style="padding-top: 20px;padding-bottom: 20px;">
<view class="va-center" style="width: 100%;" data-lat="{{ssLat}}" data-lng="{{ssLng}}" data-name="ssDz" bindtap="chooseMap">
<view class="flex-1 mr16">{{ssDz != '' ? ssDz : '-'}}</view>
<i class="iconfont icon-dizhi11 f18 lh13 dib" style="color:#027AFF;"></i>
</view>
</view>
</view>
</view>
<view class="btmFix display-flex" style="justify-content: center;">
<button type='primary' class="loginOut sm-loginOut" formType="submit" style="font-weight:blod;margin-top: 16px;">确定</button>
</view>
</form>