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.
 
 
 
 

10 lines
358 B

<!--pages/demandHall/platform/index.wxml-->
<view class="page">
<view class="area-box">
<textarea value="{{content}}" bindinput="contentChange" placeholder="介入原因"></textarea>
<view class="upload-box">
<image src="../../../images/upload.png"></image>
</view>
</view>
<view class="submit" bindtap="submit">提交</view>
</view>