Initial commit

This commit is contained in:
admin
2025-12-09 16:27:48 +08:00
parent 1384bb1d4a
commit 602ce92418
15 changed files with 488 additions and 129 deletions

View File

@@ -87,6 +87,17 @@
</view>
</view>
<view class="form-group">
<text class="label">城市</text>
<view class="input-wrap">
<picker mode="region" bindchange="onCityChange" value="{{region}}">
<view class="picker" style="{{!region.length ? 'color:#808080' : ''}}">
{{region.length ? region[0] + ' ' + region[1] + ' ' + region[2] : '请选择城市'}}
</view>
</picker>
</view>
</view>
<view class="form-group">
<text class="label">公司名称</text>
<view class="input-wrap">