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
239 B
10 lines
239 B
|
1 week ago
|
<view class="page">
|
||
|
|
<textarea
|
||
|
|
class="tex"
|
||
|
|
placeholder-class="place-tex"
|
||
|
|
placeholder="请描述具体问题,有助于我们更好的服务"
|
||
|
|
auto-height="{{true}}"
|
||
|
|
></textarea>
|
||
|
|
<view class="btn">提交</view>
|
||
|
|
</view>
|