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.
|
|
|
<!--subpages/eventAdd/add/add.wxml-->
|
|
|
|
<view class="bsPageCont">
|
|
|
|
<image class="bsImg" src="../../../images/bxBac.png" />
|
|
|
|
<image class="bsImg1" src="../../../images/icon_1.png" />
|
|
|
|
<view class="bxMessage">
|
|
|
|
<text style="font-weight: bold;font-size: 40rpx;">填写信息</text>
|
|
|
|
<text style="color: rgba(102,102,102,1);font-size: 26rpx;">请您填写相关问题</text>
|
|
|
|
</view>
|
|
|
|
<view class="bsCon2">
|
|
|
|
<view class="bxName">
|
|
|
|
<view class="bsSpan1">报修物品</view>
|
|
|
|
<van-cell-group class="bxinput">
|
|
|
|
<van-field value="{{ bxname }}" placeholder="请输入" border="{{ false }}" bind:change="onChange" />
|
|
|
|
</van-cell-group>
|
|
|
|
</view>
|
|
|
|
<view class="bsSpan">故障说明</view>
|
|
|
|
<textarea class="question-input" placeholder="请输入内容" bindinput="onInput" value="{{questionText}}" maxlength="" />
|
|
|
|
<view class="bsSpan" style="margin-top: 15rpx;margin-left: 0rpx;">上传图片/视频</view>
|
|
|
|
<van-uploader file-list="{{ fileList }}" bind:after-read="afterRead" bind:before-read="beforeRead" bind:delete="deleteData" max-count="3" />
|
|
|
|
</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>
|