whitefang 1 год назад
Родитель
Сommit
879f890dfa
1 измененных файлов с 1 добавлено и 19 удалено
  1. 1 19
      public/agent/company_h5/index.html

+ 1 - 19
public/agent/company_h5/index.html

@@ -24,7 +24,7 @@
 					</div>
 					<div class="info_box_input_one">
 						<label>手机号码</label>
-						<input placeholder="请填写您的手机号" maxlength="11" v-model="param.householder_mobile" />
+						<input placeholder="请填写您的手机号" maxlength="11" v-model="param.householder_mobile" type="number"/>
 					</div>
 					<div class="info_box_input_one">
 						<label>详细地址</label>
@@ -90,24 +90,6 @@
 					sure() {
 						this.show = false
 					},
-					// sure1() {
-					// 	axios({
-					// 		method: 'post',
-					// 		url: 'https://weixiu.zhongdunzhizhao.com/api/property/orderByQrcode',
-					// 		data: this.param
-					// 	}).then(res => {
-					// 		this.param = {
-					// 			property_head_id: '',
-					// 			remark: '',
-					// 			householder_name: '',
-					// 			householder_mobile: '',
-					// 			address: ''
-					// 		}
-					// 		this.show1 = false
-					// 		this.content = '提交成功'
-					// 		this.show = true
-					// 	})
-					// },
 					submit() {
 						if (!this.param.householder_name || !this.param.householder_mobile || !this.param.address) {
 							this.content = '请完善填写信息'