You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							22 lines
						
					
					
						
							869 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							22 lines
						
					
					
						
							869 B
						
					
					
				
								<!--pages/topics/interactive/submitTopic/index.wxml-->
							 | 
						|
								<view class="container">
							 | 
						|
								  <view class="item">
							 | 
						|
								    <view class="must_fill">*</view>
							 | 
						|
								      <input class="title" maxlength="95" value="{{topicTitle}}" bindinput="bindTextInput" placeholder="议题标题"></input>
							 | 
						|
								    </view>
							 | 
						|
								    
							 | 
						|
								    <view class="line-view"></view>
							 | 
						|
								    <view class="item">
							 | 
						|
								      <view class="must_fill">*</view>
							 | 
						|
								      <textarea class="textArea" maxlength="1000" value="{{topicDetail}}" bindinput="bindTextAreaInput" placeholder="议题内容" />
							 | 
						|
								    </view>
							 | 
						|
								  
							 | 
						|
								  <mp-cells ext-class="uploader_bd">
							 | 
						|
								      <mp-cell>
							 | 
						|
								          <mp-uploader ext-class="myUploader" binddelete="deleteFile" upload="{{uplaodFile}}" files="{{files}}" max-count="9" delete="true"></mp-uploader>
							 | 
						|
								      </mp-cell>
							 | 
						|
								  </mp-cells>
							 | 
						|
								  <view class="btnView">
							 | 
						|
								    <e-ibutton title="提交" bind:onTap="submit"/>
							 | 
						|
								  </view>
							 | 
						|
								</view>
							 | 
						|
								
							 |