|
|
@@ -61,6 +61,10 @@
|
|
|
<view class="tui-title">手机</view>
|
|
|
<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">
|
|
|
+ <view class="tui-title">联系电话</view>
|
|
|
+ <input v-model="form.telephone" placeholder-class="phcolor" class="tui-input" name="telephone" placeholder="请输入联系电话" maxlength="50" type="number" />
|
|
|
+ </tui-list-cell>
|
|
|
<tui-list-cell class="line-cell" :hover="false" :arrow="true" @click="openAddres">
|
|
|
<view class="tui-title">城市</view>
|
|
|
<view class="tui-input" v-if="form.province || form.city">{{ form.province + '-' + form.city }}</view>
|
|
|
@@ -139,6 +143,7 @@ export default {
|
|
|
openEndTime: '',
|
|
|
introduction: '',
|
|
|
mobile: '',
|
|
|
+ telephone:'',
|
|
|
packCost:0,
|
|
|
img: []
|
|
|
},
|