evaluate.wxml 2.4 KB

1
  1. <view class="wrap data-v-5db031f3"><navbar vue-id="58568d73-1" iSimmersive="{{false}}" title-color="#ffffff" background="#c30d24" placeholder="{{true}}" title="商品评价" class="data-v-5db031f3" bind:__l="__l"></navbar><block wx:if="{{isError}}"><info vue-id="58568d73-2" class="data-v-5db031f3" bind:__l="__l"></info></block><block wx:if="{{!isError}}"><view class="data-v-5db031f3"><view class="goods data-v-5db031f3"><view class="title data-v-5db031f3"><text class="data-v-5db031f3">{{"共"+$root.g0+"件商品"}}</text></view><view class="goods-box data-v-5db031f3"><block wx:for="{{order.item}}" wx:for-item="value" wx:for-index="index" wx:key="index"><view class="goods-item clear data-v-5db031f3"><view class="goods-img data-v-5db031f3"><image src="{{value.thumb_image}}" class="data-v-5db031f3"></image></view><view class="goods-info data-v-5db031f3"><view class="t data-v-5db031f3"><text class="data-v-5db031f3">{{value.title}}</text><text class="data-v-5db031f3">{{"¥"+value.sell_price}}</text></view><view class="b data-v-5db031f3"><text class="data-v-5db031f3">{{value.spec}}</text><text class="data-v-5db031f3">{{"× "+value.nums}}</text></view></view></view></block></view></view><view class="order data-v-5db031f3"><view class="list clear data-v-5db031f3"><view class="list-box clear data-v-5db031f3"><view class="data-v-5db031f3">商品金额:</view><view class="data-v-5db031f3">{{order.real_amount}}</view></view><view class="list-box clear data-v-5db031f3"><view class="data-v-5db031f3">运费金额:</view><view class="data-v-5db031f3">{{order.payable_freight}}</view></view><view class="list-box clear data-v-5db031f3"><view class="data-v-5db031f3">订单总额:</view><view class="money data-v-5db031f3">{{order.order_amount}}</view></view><view class="list-box clear data-v-5db031f3"><view class="data-v-5db031f3">商品评分:</view><view class="data-v-5db031f3"><sx-rate vue-id="58568d73-3" value="{{rate}}" data-event-opts="{{[['^change',[['onChange']]]]}}" bind:change="__e" class="data-v-5db031f3" bind:__l="__l"></sx-rate></view></view><view class="list-box clear data-v-5db031f3"><textarea placeholder="请填写商品评价" maxlength="200" data-event-opts="{{[['blur',[['bindTextAreaBlur',['$event']]]]]}}" bindblur="__e" class="data-v-5db031f3"></textarea></view></view></view><view class="btn data-v-5db031f3"><view data-event-opts="{{[['tap',[['onSubmit',['$event']]]]]}}" bindtap="__e" class="data-v-5db031f3">提交</view></view></view></block></view>