|
|
|
<view class="container">
|
|
|
|
<view class="page-body">
|
|
|
|
<form catchsubmit="formSubmit" catchreset="formReset">
|
|
|
|
<view class="formlist">
|
|
|
|
<text>俱乐部名称</text>
|
|
|
|
<input type="text" placeholder="请输入俱乐部名称" bindinput="nameInput"/>
|
|
|
|
</view>
|
|
|
|
<view class="formlistimg">
|
|
|
|
<text>俱乐部logo</text>
|
|
|
|
<view class="upload" wx:for="{{uploaderList}}" wx:key="upimag">
|
|
|
|
<icon class='ui_uploader_item_icon' bindtap='clearImg' data-index="{{index}}" type="clear" size="20"
|
|
|
|
color="red" />
|
|
|
|
<image bindtap='showImg' data-index="{{index}}" src='{{item}}' mode='aspectFill'></image>
|
|
|
|
</view>
|
|
|
|
<image src="../../../images/imgadd.png" bindtap='upload' wx:if="{{showUpload}}"></image>
|
|
|
|
</view>
|
|
|
|
<view class="formlistarea">
|
|
|
|
<text>俱乐部简介</text>
|
|
|
|
<textarea name="" placeholder="请输入俱乐部简介" bindinput="introInput"></textarea>
|
|
|
|
</view>
|
|
|
|
<!-- <view class="formlist">
|
|
|
|
<text>所属圈子</text>
|
|
|
|
<picker bindchange="bindPickerChange" value="{{index}}" range-key="typeName" range="{{array}}" data-id='{{array[index].typeKey}}'>
|
|
|
|
<view class="picker">
|
|
|
|
{{array[index].typeName}}
|
|
|
|
</view>
|
|
|
|
</picker>
|
|
|
|
</view> -->
|
|
|
|
<!-- <view class="list">
|
|
|
|
<view class="title">主打项目</view>
|
|
|
|
<view class="signbox">
|
|
|
|
<block wx:for="{{tagList}}" wx:key="tagList">
|
|
|
|
<view>
|
|
|
|
<text>{{item}}</text>
|
|
|
|
</view>
|
|
|
|
</block>
|
|
|
|
<view bindtap="toadd">
|
|
|
|
<text>+</text>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view> -->
|
|
|
|
<view class="formlist">
|
|
|
|
<text>俱乐部联系人</text>
|
|
|
|
<input type="text" placeholder="请输入联系人" bindinput="perpleInput"/>
|
|
|
|
</view>
|
|
|
|
<view class="formlist">
|
|
|
|
<text>俱乐部联系方式</text>
|
|
|
|
<input type="text" placeholder="请输入电话号码" bindinput="telInput"/>
|
|
|
|
</view>
|
|
|
|
<!-- <view class="chooseauth">
|
|
|
|
<view class="authleft"><image src="../../../images/left.png"></image>身份认证</view>
|
|
|
|
<view class="authright">
|
|
|
|
<radio-group name="radio" bindchange="radioChange">
|
|
|
|
<label><radio value="1" checked="true" color="#FFCB12"/>个人认证</label>
|
|
|
|
<label><radio value="2" color="#FFCB12"/>企业认证</label>
|
|
|
|
</radio-group>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="people">
|
|
|
|
<view class="idimg" hidden="{{people}}">
|
|
|
|
<view class="upload" wx:for="{{uploaderListfront}}" wx:key="upimagfront">
|
|
|
|
<icon class='ui_uploader_item_icon' bindtap='clearImgfront' data-index="{{index}}" type="clear" size="20"
|
|
|
|
color="red" />
|
|
|
|
<image bindtap='showImgfront' data-index="{{index}}" src='{{item}}' mode='aspectFill'></image>
|
|
|
|
</view>
|
|
|
|
<image src="../../../images/onef.png" bindtap='uploadfront' wx:if="{{showUploadfront}}"></image>
|
|
|
|
</view>
|
|
|
|
<view class="idimg" hidden="{{people}}">
|
|
|
|
<view class="upload" wx:for="{{uploaderListback}}" wx:key="upimagback">
|
|
|
|
<icon class='ui_uploader_item_icon' bindtap='clearImgback' data-index="{{index}}" type="clear" size="20"
|
|
|
|
color="red" />
|
|
|
|
<image bindtap='showImgback' data-index="{{index}}" src='{{item}}' mode='aspectFill'></image>
|
|
|
|
</view>
|
|
|
|
<image src="../../../images/authcom.png" bindtap='uploadback' wx:if="{{showUploadback}}"></image>
|
|
|
|
</view>
|
|
|
|
<view class="idimg" hidden="{{comp}}">
|
|
|
|
<view class="upload" wx:for="{{uploaderListcom}}" wx:key="upimagcom">
|
|
|
|
<icon class='ui_uploader_item_icon' bindtap='clearImgcom' data-index="{{index}}" type="clear" size="20"
|
|
|
|
color="red" />
|
|
|
|
<image bindtap='showImgcom' data-index="{{index}}" src='{{item}}' mode='aspectFill'></image>
|
|
|
|
</view>
|
|
|
|
<image src="../../../images/oneb.png" bindtap='uploadcom' wx:if="{{showUploadcom}}"></image>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
</view> -->
|
|
|
|
</form>
|
|
|
|
<view class="rule">
|
|
|
|
<view><text>*</text> 创建者需保证上传信息的真实性,如发现虚假信息,将会封号处理</view>
|
|
|
|
<view><text>*</text> 平台有权利和义务保密信息不外泄露</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="bottom" bindtap="setclub">提交审核</view>
|
|
|
|
</view>
|
|
|
|
<modal hidden="{{hidden}}" title="创建新标签" confirm-text="添加" cancel-text="取消"
|
|
|
|
bindcancel="cancel" bindconfirm="confirm">
|
|
|
|
<input type="text" bindinput="addtag"/>
|
|
|
|
</modal>
|