|
@@ -4,7 +4,7 @@
|
|
<view class="page-section">
|
|
<view class="page-section">
|
|
<view class="input_vi">
|
|
<view class="input_vi">
|
|
<view class="input_title">经度</view>
|
|
<view class="input_title">经度</view>
|
|
- <input bindtap="getLocation" value="{{form.longitude}}" disabled="true" class="inp_txt" auto-focus placeholder="点击获取当前" />
|
|
|
|
|
|
+ <input bindtap="getLocation" value="{{form.longitude}}" disabled="true" class="inp_txt" auto-focus placeholder="点击获取当前位置" />
|
|
</view>
|
|
</view>
|
|
<view class="input_vi">
|
|
<view class="input_vi">
|
|
<view class="input_title">纬度</view>
|
|
<view class="input_title">纬度</view>
|
|
@@ -15,6 +15,12 @@
|
|
<input bindinput="get_businessName" class="inp_txt" placeholder="请输入企业名称" />
|
|
<input bindinput="get_businessName" class="inp_txt" placeholder="请输入企业名称" />
|
|
</view>
|
|
</view>
|
|
<view class="input_vi">
|
|
<view class="input_vi">
|
|
|
|
+ <view class="input_title">企业编码</view>
|
|
|
|
+ <input bindinput="get_qrCode" class="inp_txt" placeholder="请输入或扫描" />
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ </view>
|
|
|
|
+ <view class="input_vi">
|
|
<view class="input_title">机构代码</view>
|
|
<view class="input_title">机构代码</view>
|
|
<input bindinput="get_orgCode" class="inp_txt" placeholder="请输入机构代码证号" />
|
|
<input bindinput="get_orgCode" class="inp_txt" placeholder="请输入机构代码证号" />
|
|
</view>
|
|
</view>
|