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.
1 lines
2.3 KiB
1 lines
2.3 KiB
<view class="box"><view class="pl-lg pr-lg"><view class="box-item"><view class="box-item-title f-paragraph pb-lg text-bold flex"><text class="c-warning f-sm-title">*</text><text>选择关联订单</text></view><view data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" class="fill-body radius-16" bindtap="__e"><view class="{{['ml-lg','mr-lg','f-mini-title','flex-between','box-item-cont',orderInfo.id&&'b-1px-b']}}"><text class="c-5A677E">关联订单</text><view class="flex-y-center"><text class="pr-md">{{orderInfo.id?'重新选择':'请选择'}}</text><view class="iconfont icon-right text-bold _i"></view></view></view><block wx:if="{{orderInfo.id}}"><blcok vue-id="1632b5b6-1" bind:__l="__l" vue-slots="{{['default']}}"><block wx:for="{{orderInfo.order_goods}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="flex-y-center pt-lg pl-md pr-md pb-lg"><image class="item-image radius-16" mode="aspectFill" src="{{item.goods_cover}}"></image><view class="pl-md"><view class="f-mini-title text-bold">{{item.goods_name}}</view><view class="c-caption f-caption pt-md pb-md"><text class="pr-md">预约时间</text><text>{{orderInfo.start_time}}</text></view><view class="flex-y-center c-warning" style="line-height:1;"><text class="text-bold f-icontext">¥</text><text class="f-sm-title text-bold">{{item.true_price}}</text></view></view></view></block></blcok></block></view></view><view class="box-item pt-md"><view class="box-item-title f-paragraph pb-lg text-bold flex"><text class="c-warning f-sm-title">*</text><text>申诉理由</text></view><view class="pd-lg radius-16 fill-body" style="overflow:hidden;"><textarea class="c-paragraph" style="width:100%;" cols="30" rows="10" placeholder="请输入申诉理由" maxlength="1000" data-event-opts="{{[['input',[['bindInput',['$event']]]]]}}" value="{{content}}" bindinput="__e"></textarea><view class="pt-md text-right c-5A677E f-paragraph">{{''+($root.g0>1000?1000:$root.g1)+' / 1000'}}</view></view></view></view><view class="space-max-footer"></view><fix-bottom-button vue-id="1632b5b6-2" text="{{[{text:'申诉记录',type:'cancel'},{text:'提交申诉',type:'confirm',isAuth:true}]}}" bgColor="#fff" classType="{{2}}" data-event-opts="{{[['^cancel',[['e1']]],['^confirm',[['confirm']]]]}}" bind:cancel="__e" bind:confirm="__e" bind:__l="__l"></fix-bottom-button></view> |