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.
35 lines
1.0 KiB
35 lines
1.0 KiB
<!--pages/article/feedback/index.wxml-->
|
|
<cu-custom bgColor="bg-white" isBack="{{true}}">
|
|
<view slot="content">反馈情报</view>
|
|
</cu-custom>
|
|
<view class="zt">
|
|
<view class="view1">
|
|
<view class="cu-form-group margin-top">
|
|
<view class="title">反馈纸厂</view>
|
|
<picker bindchange="PickerChange" value="{{index}}" range="{{picker}}">
|
|
<view class="picker">
|
|
{{index?picker[index]:'禁止换行,超出容器部分会以 ... 方式截断'}}
|
|
</view>
|
|
</picker>
|
|
</view>
|
|
</view>
|
|
<view class="view2">
|
|
<view class="cu-form-group margin-top">
|
|
<view class="title">反馈类型</view>
|
|
<picker bindchange="PickerChange" value="{{index}}" range="{{picker}}">
|
|
<view class="picker">
|
|
{{index?picker[index]:'禁止换行,超出容器部分会以 ... 方式截断'}}
|
|
</view>
|
|
</picker>
|
|
</view>
|
|
</view>
|
|
<view class="view3">
|
|
<view class="cu-form-group margin-top">
|
|
<view class="title">反馈内容</view>
|
|
</view>
|
|
<view class="textareaView">
|
|
<textarea class="textarea"></textarea>
|
|
</view>
|
|
</view>
|
|
|
|
</view>
|