|
|
@@ -24,9 +24,12 @@ |
|
|
|
<view class="title"> |
|
|
|
<view class="titletext">联系电话</view> |
|
|
|
<view class="titletext2"> |
|
|
|
<input class="titletext-input" style="color: #333333;" v-model="parames.phone" maxlength="11" |
|
|
|
<u-input class="titletext-input" style="color: #333333;" v-model="parames.phone" maxlength="11" |
|
|
|
placeholder-class="titletext-input" placeholder-style="color:#B2B2B2;" type="number" |
|
|
|
placeholder="请输入联系电话" /> |
|
|
|
placeholder="请输入联系电话" ></u-input> |
|
|
|
<!-- <input class="titletext-input" style="color: #333333;" v-model="parames.phone" maxlength="11" |
|
|
|
placeholder-class="titletext-input" placeholder-style="color:#B2B2B2;" type="number" |
|
|
|
placeholder="请输入联系电话" /> --> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
@@ -132,9 +135,9 @@ |
|
|
|
Showhid: false, |
|
|
|
text: null, |
|
|
|
show: false, |
|
|
|
content: '东临碣石,以观沧海', |
|
|
|
confirmtext: '1', //确认文字 |
|
|
|
canceltext: '2', //取消文字 |
|
|
|
content: '', |
|
|
|
confirmtext: '', //确认文字 |
|
|
|
canceltext: '', //取消文字 |
|
|
|
daitiReceptionobj: {}, |
|
|
|
isShow: false, // 默认隐藏该权限 |
|
|
|
isPass: false, // 当前顾问是否正在接待 |
|
|
|