|
@ -2,11 +2,11 @@ |
|
|
<view class="bsPageCont"> |
|
|
<view class="bsPageCont"> |
|
|
<image class="bsImg" src="../../images/bsBac.png" /> |
|
|
<image class="bsImg" src="../../images/bsBac.png" /> |
|
|
<view class="bsTitle"> |
|
|
<view class="bsTitle"> |
|
|
<van-cell-group class="bsCon"> |
|
|
<van-cell-group class="bsCon" border="{{false}}"> |
|
|
<van-cell title="反馈类型" value="{{fieldValue}}" is-link readonly bind:tap="onClick" /> |
|
|
<van-cell title="反馈类型" border="{{false}}" value="{{fieldValue}}" is-link readonly bind:tap="onClick" /> |
|
|
</van-cell-group> |
|
|
</van-cell-group> |
|
|
<van-popup show="{{ show }}" round position="bottom"> |
|
|
<van-popup show="{{ show }}" round position="bottom"> |
|
|
<van-cascader wx:if="{{ show }}" value="{{ cascaderValue }}" title="请选择类型" options="{{ options }}" bind:close="onClose" bind:finish="onFinish" /> |
|
|
<van-picker columns="{{ options }}" bind:confirm="onconfirm" bind:cancel="oncancel" show-toolbar /> |
|
|
</van-popup> |
|
|
</van-popup> |
|
|
</view> |
|
|
</view> |
|
|
<view class="bsCon2"> |
|
|
<view class="bsCon2"> |
|
@ -15,5 +15,12 @@ |
|
|
<view class="bsSpan" style="margin-top: 15rpx;">上传图片/视频</view> |
|
|
<view class="bsSpan" style="margin-top: 15rpx;">上传图片/视频</view> |
|
|
<van-uploader file-list="{{ fileList }}" bind:after-read="afterRead" bind:before-read="beforeRead" bind:delete="deleteData" max-count="3" /> |
|
|
<van-uploader file-list="{{ fileList }}" bind:after-read="afterRead" bind:before-read="beforeRead" bind:delete="deleteData" max-count="3" /> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
<view class="bsCon3"> |
|
|
|
|
|
<view class="bsSpan1">位置</view> |
|
|
|
|
|
<van-radio-group value="{{ radio }}" bind:change="onChange" direction="horizontal"> |
|
|
|
|
|
<van-radio name="1">所住房间</van-radio> |
|
|
|
|
|
<van-radio name="2">公共区域</van-radio> |
|
|
|
|
|
</van-radio-group> |
|
|
|
|
|
</view> |
|
|
<view class="bsBtn" bindtap="onButtonTap">提交</view> |
|
|
<view class="bsBtn" bindtap="onButtonTap">提交</view> |
|
|
</view> |
|
|
</view> |