|
|
@@ -7,10 +7,10 @@
|
|
|
<div class="tui-title required">门店名称</div>
|
|
|
<input v-model="form.shopName" placeholder-class="phcolor" class="tui-input" name="shopName" placeholder="请输入名称" maxlength="50" type="text" />
|
|
|
</tui-list-cell>
|
|
|
- <tui-list-cell class="line-cell" :hover="false">
|
|
|
- <div class="tui-title required" >花店头像</div>
|
|
|
- <app-uploader @chooseImage="_resultData" :num="4" :prefixShow="true" :imgList="form.img"/>
|
|
|
- </tui-list-cell>
|
|
|
+ <tui-list-cell class="line-cell" :hover="false">
|
|
|
+ <div class="tui-title required" >门店图片</div>
|
|
|
+ <app-uploader @chooseImage="_resultData" :num="4" :prefixShow="true" :imgList="form.img"/>
|
|
|
+ </tui-list-cell>
|
|
|
</div>
|
|
|
<!-- <div class="prompt-text">注: 请先关注公众号,绑定后可以在移动端自动登录</div> -->
|
|
|
<!-- 登录信息 -->
|
|
|
@@ -21,7 +21,7 @@
|
|
|
</tui-list-cell>
|
|
|
<tui-list-cell class="line-cell" :hover="false">
|
|
|
<div class="tui-title required">手机号</div>
|
|
|
- <input v-model="form.mobile" placeholder-class="phcolor" class="tui-input" name="mobile" placeholder="请输入手机号" maxlength="50" type="text" />
|
|
|
+ <input v-model="form.mobile" placeholder-class="phcolor" class="tui-input" name="mobile" placeholder="请输入手机号" maxlength="50" type="number" />
|
|
|
</tui-list-cell>
|
|
|
<tui-list-cell class="line-cell" :hover="false" :arrow="true" @click="openAddres">
|
|
|
<div class="tui-title required">所在城市</div>
|