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.
11 lines
358 B
11 lines
358 B
3 years ago
|
<!--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>
|