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.
33 lines
1.2 KiB
Plaintext
33 lines
1.2 KiB
Plaintext
|
2 years ago
|
<form catchsubmit="formSubmit" style="display: block;">
|
||
|
|
<view class="f16 fw500 mt12 ml16">地址名称</view>
|
||
|
|
|
||
|
|
<view class="weui-cells__group weui-cells__group_form" style="margin-top: 0;">
|
||
|
|
<view class="weui-cells weui-cells_form noTopBorder">
|
||
|
|
<view class="weui-cell weui-cell_active">
|
||
|
|
<view class="weui-cell__bd">
|
||
|
|
<input name="addName" value="{{userName}}" class="weui-input" placeholder="请输入地址名称:如、企业地址" placeholder-class="weui-input__placeholder" />
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
|
||
|
|
|
||
|
|
<view class="weui-slidecells" bindtap="chooseMap" style="margin:10px 0 0 0;">
|
||
|
|
<view>
|
||
|
|
<view class="weui-slidecell">
|
||
|
|
<view class="va-center" style="width: 100%;">
|
||
|
|
<view class="flex-1 lh24">
|
||
|
|
<view class="c3 fw500">{{pos.posTitle ? pos.posTitle : '无'}}</view>
|
||
|
|
<view class="cccc f16 mt8">{{pos.posContent ? pos.posContent : '暂无地址信息'}}</view>
|
||
|
|
</view>
|
||
|
|
<i class="iconfont icon-gengduo1 f14 lh13 dib"></i>
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
|
||
|
|
<view class="tc">
|
||
|
|
<button type='primary' class="dtBtn mt90" formType="submit">确定</button>
|
||
|
|
</view>
|
||
|
|
|
||
|
|
</form>
|