1 line
1.5 KiB
Plaintext
1 line
1.5 KiB
Plaintext
<view><status-nav vue-id="c2042706-1" statusBackw="{{true}}" statusTitle="{{true}}" title-val="申请售后" tabcolor="#ffffff" bind:__l="__l"></status-nav><view style="{{'padding-top:'+(statusHNH+'px')+';'}}"><view class="bacb margin-s20 padding-s30 padding-zy20 padding-x40"><view class="margin-x20 fon24 color33">{{"订单号:"+afterOrder.orderId}}</view><view class="dis borbot padding-x30 "><image class="flexs goodsImg" src="{{afterOrder.skuList[0].src}}" mode></image><view class="margin-z20 margin-y30 width100"><view class="clips2 fon28">{{afterOrder.skuList[0].title}}</view><view class="fon24 color9 margin-s10">{{afterOrder.skuList[0].cate}}</view></view><view class="margin-z20 " style="text-align:right;"><view class="fon24 bold">¥<text class="fon32">{{afterOrder.skuList[0].price}}</text>.0</view><view class="margin-s10" style="font-size:30rpx;color:#6f6f6f;">{{"共"+afterOrder.skuList[0].num+"件"}}</view></view></view><view class="padding-s30 margin-x20">申请售后原因</view><view style="background-color:#f6f6f6;padding:20rpx;height:230rpx;border-radius:8rpx;"><textarea style="background-color:#f6f6f6;width:100%;font-size:26rpx;height:100%;" placeholder="请输入不想要的原因" data-event-opts="{{[['input',[['__set_model',['','content','$event',[]]]]]]}}" value="{{content}}" bindinput="__e"></textarea></view></view><view class="disbc"><button class="businessbtn" disabled="{{disabled}}" data-event-opts="{{[['tap',[['submit',['$event']]]]]}}" bindtap="__e">{{btncon}}</button></view></view></view> |