27 lines
854 B
Plaintext
27 lines
854 B
Plaintext
<!--packageH/installationSever/installationSeverAfterApply/installationSeverAfterApply.wxml-->
|
|
|
|
|
|
<view class="orderIds">
|
|
<text>订单编号:{{order_sn}}</text>
|
|
</view>
|
|
<view class="afterWhyBox">
|
|
<view class="whyTxt" style="margin-bottom: 0.75rem">售后原因</view>
|
|
<van-field model:value="{{message}}" rows="8" type="textarea" placeholder="请输入描述售后原因" />
|
|
</view>
|
|
<view class="uploadImg">
|
|
<view class="imgTxt">上传图片</view>
|
|
<view class="uploadImgList">
|
|
<view class="img" wx:for="{{pictureList}}">
|
|
<image src="{{item}}"></image>
|
|
</view>
|
|
<view class="upload" bindtap="onRead_2">
|
|
<i class="iconfont icon-photobzhaoxiang"></i>
|
|
<text>照片</text>
|
|
</view>
|
|
|
|
</view>
|
|
</view>
|
|
<!-- 按钮 -->
|
|
<view class="posBtn set-pc-styleLeft">
|
|
<view class="btn" bindtap="sendBtn">提交</view>
|
|
</view> |