142 lines
5.6 KiB
Plaintext
142 lines
5.6 KiB
Plaintext
<view class="base-info">
|
|
<view class="row">
|
|
<view class="row-name">入驻类型</view>
|
|
<view class="row-content">
|
|
<picker bindchange="bindTypePickerChange" value="{{typeIndex}}" range="{{curType}}">
|
|
<view class="picker">
|
|
{{curType[typeIndex]}}
|
|
</view>
|
|
</picker>
|
|
</view>
|
|
</view>
|
|
<view class="row">
|
|
<view class="row-name">请选择区县</view>
|
|
<view class="row-content">
|
|
<picker bindchange="bindAreaPickerChange" value="{{areaIndex}}" range="{{areaList}}">
|
|
<view class="picker">
|
|
{{areaList[areaIndex]}}
|
|
</view>
|
|
</picker>
|
|
</view>
|
|
</view>
|
|
<view class="row" wx:if="{{streetList.length > 1}}">
|
|
<view class="row-name">选择街道</view>
|
|
<view class="row-content">
|
|
<picker bindchange="bindStreetPickerChange" value="{{streetIndex}}" range="{{streetList}}">
|
|
<view class="picker">
|
|
{{streetList[streetIndex]}}
|
|
</view>
|
|
</picker>
|
|
</view>
|
|
</view>
|
|
<view class="row" wx:if="{{communityList.length > 1 && pageType != '052770f7-0cb5-480d-a144-f24595b564da'}}">
|
|
<view class="row-name">选择社区</view>
|
|
<view class="row-content">
|
|
<picker bindchange="bindCommunityPickerChange" value="{{communityIndex}}" range="{{communityList}}">
|
|
<view class="picker">
|
|
{{communityList[communityIndex]}}
|
|
</view>
|
|
</picker>
|
|
</view>
|
|
</view>
|
|
<view class="row" wx:if="{{communityList.length > 0 && pageType == '052770f7-0cb5-480d-a144-f24595b564da'}}">
|
|
<view class="row-name">选择行政村</view>
|
|
<view class="row-content">
|
|
<picker bindchange="bindCommunityPickerChange" value="{{communityIndex}}" range="{{communityList}}">
|
|
<view class="picker">
|
|
{{communityList[communityIndex]}}
|
|
</view>
|
|
</picker>
|
|
</view>
|
|
</view>
|
|
<view class="row" wx:if="{{xqList.length > 0 && pageType == '6c290901-39dd-4b69-a7aa-c27d253ab152' || xqList.length > 0 && pageType == '45ad4873-af80-4d03-973d-3b746a889948'}}">
|
|
<view class="row-name">选择小区</view>
|
|
<view class="row-content">
|
|
<picker bindchange="bindXqPickerChange" value="{{xqIndex}}" range="{{xqList}}">
|
|
<view class="picker">
|
|
{{xqList[xqIndex]}}
|
|
</view>
|
|
</picker>
|
|
</view>
|
|
<view class="row-content residential">
|
|
<input type="text" placeholder="若无您所在小区,请在此输入小区名称" model:value="{{residential}}"/>
|
|
</view>
|
|
</view>
|
|
<view class="row" wx:if="{{pageType != '3c97be91-b7e5-498f-b0dd-cd097521549f'}}">
|
|
<view class="row-name">单位名称</view>
|
|
<view class="row-content">
|
|
<input type="text" placeholder="请输入单位名称" model:value="{{unitName}}"/>
|
|
</view>
|
|
</view>
|
|
<view class="row" wx:if="{{pageType == '3c97be91-b7e5-498f-b0dd-cd097521549f'}}">
|
|
<view class="row-name">店铺名称</view>
|
|
<view class="row-content">
|
|
<input type="text" placeholder="请输入店铺名称" model:value="{{unitName}}"/>
|
|
</view>
|
|
</view>
|
|
<view class="row" wx:if="{{pageType == '3c97be91-b7e5-498f-b0dd-cd097521549f'}}">
|
|
<view class="row-name">品类</view>
|
|
<view class="row-content">
|
|
<input type="text" placeholder="请输入店铺品类" model:value="{{shopType}}"/>
|
|
<!-- <picker bindchange="bindPickerChange" value="{{index}}" range="{{array}}">
|
|
<view class="picker">
|
|
{{array[index]}}
|
|
</view>
|
|
</picker> -->
|
|
</view>
|
|
</view>
|
|
<view class="row" wx:if="{{pageType == '45ad4873-af80-4d03-973d-3b746a889948'}}">
|
|
<view class="row-name">物业服务方式</view>
|
|
<view class="row-content">
|
|
<input type="text" placeholder="请输入物业服务方式" model:value="{{serviceMode}}" />
|
|
<!-- <picker bindchange="bindPickerChange" value="{{index}}" range="{{array}}">
|
|
<view class="picker">
|
|
{{array[index]}}
|
|
</view>
|
|
</picker> -->
|
|
</view>
|
|
</view>
|
|
<view class="row" wx:if="{{pageType == '3c97be91-b7e5-498f-b0dd-cd097521549f'}}">
|
|
<view class="row-name">营业地址</view>
|
|
<view class="row-content">
|
|
<input type="text" placeholder="请输入营业地址" model:value="{{officeAddress}}"/>
|
|
</view>
|
|
</view>
|
|
<view class="row" wx:if="{{pageType != '3c97be91-b7e5-498f-b0dd-cd097521549f'}}">
|
|
<view class="row-name">办公地址</view>
|
|
<view class="row-content">
|
|
<input type="text" placeholder="请输入办公地址" model:value="{{officeAddress}}" />
|
|
</view>
|
|
</view>
|
|
<view class="row intro">
|
|
<view class="row-name">机构简介</view>
|
|
<view class="row-content">
|
|
<textarea placeholder="请输入机构简介" model:value="{{orgIntro}}"></textarea>
|
|
</view>
|
|
</view>
|
|
<view class="row">
|
|
<view class="row-name">联系电话</view>
|
|
<view class="row-content">
|
|
<input placeholder="请输入联系电话" model:value="{{phone}}"></input>
|
|
</view>
|
|
</view>
|
|
<view class="row">
|
|
<view class="row-name">负责人</view>
|
|
<view class="row-content">
|
|
<input placeholder="请输入负责人姓名" model:value="{{chargePerson}}"></input>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="upload-file">
|
|
<view class="upload-title">上传资料</view>
|
|
<view class="upload">
|
|
<view class="add image" wx:for="{{imageList}}" wx:key="index">
|
|
<image src="{{serviceUrl + baseImgUrl + item}}" mode="heightFix"></image>
|
|
<image class="delete" src="{{sourceUrl}}delete.png" bindtap="deleteImg" data-cur="{{index}}"></image>
|
|
</view>
|
|
<view class="add" bindtap="uploadImage" wx:if="{{imageList.length < 9}}">+</view>
|
|
</view>
|
|
</view>
|
|
<view class="submit">
|
|
<view class="join-btn submit-btn" bindtap="submitSettle">入驻</view>
|
|
</view> |