refundOrder.wxml 2.1 KB

1
  1. <view class="content"><view class="inner"><view class="drug-list"><view class="item"><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="index" wx:key="index"><block wx:if="{{order!=null&&order.isPackage!=1}}"><view class="drug-info"><view class="img-box"><image src="{{item.g0.image}}" mode="aspectFit"></image></view><view class="info"><view class="top"><view class="title ellipsis2">{{item.g1.productName}}</view><view class="spec">{{item.g2.sku}}</view></view><view class="price-num"><view class="price-box"><text class="unit">¥</text><text class="price">{{item.g3}}</text></view><view class="num">{{"x"+item.g4.num}}</view></view></view></view></block></block><block wx:if="{{order!=null&&order.isPackage==1&&order.packageJson!=null}}"><view class="drug-info"><view class="img-box"><image src="{{$root.g5.imgUrl}}" mode="aspectFit"></image></view><view class="info"><view class="top"><view class="title ellipsis2"><view class="tag">套餐</view>{{$root.g6.title+''}}</view><view class="spec">{{$root.g7.descs}}</view></view></view></view></block></view></view><view class="reason-apply"><view class="title-box"><text class="label">退款金额</text><input class="money" type="text" disabled="{{true}}" placeholder="退款金额" placeholder-class="form-input" data-event-opts="{{[['input',[['__set_model',['','refundAmount','$event',[]]]]]]}}" value="{{refundAmount}}" bindinput="__e"/></view><view class="title-box"><text class="label">申请原因</text><picker value="{{reasons}}" range-key="dictLabel" range="{{reasonsList}}" data-event-opts="{{[['change',[['reasonsChange',['$event']]]]]}}" bindchange="__e"><view class="chose-box"><text class="text">{{reasons}}</text><image src="../../static/images/arrow_gray.png" mode></image></view></picker></view><view class="textarea-box"><textarea placeholder="请描述申请售后服务的具体原因" placeholder-class="textarea-place" data-event-opts="{{[['input',[['__set_model',['','explains','$event',[]]]]]]}}" value="{{explains}}" bindinput="__e"></textarea></view></view><view class="btn-box"><view data-event-opts="{{[['tap',[['submit']]]]}}" class="sub-btn" bindtap="__e">申请售后</view></view></view></view>