1 |
- <view style="{{(colorStyle)}}"><view class="OrderCancellation"><view class="header"></view><view class="whiteBg"><view class="input"><input type="number" placeholder="请输入核销码" data-event-opts="{{[['input',[['__set_model',['','verify_code','$event',[]]]]]]}}" value="{{verify_code}}" bindinput="__e"/></view><view data-event-opts="{{[['tap',[['codeChange',['$event']]]]]}}" class="bnt" bindtap="__e">立即核销</view></view><view data-event-opts="{{[['tap',[['scanCode',['$event']]]]]}}" class="scan" bindtap="__e"><image src="../static/scan.gif"></image></view></view><block wx:if="{{iShidden}}"><view><view class="WriteOff"><view class="pictrue"><image src="{{orderInfo.image}}"></image></view><view class="num acea-row row-center-wrapper"><text>{{orderInfo.order_id}}</text><view data-event-opts="{{[['tap',[['goOrderDetails',['$0','$1'],['orderInfo.order_id','orderInfo.order_type']]]]]}}" class="views" bindtap="__e">查看<text class="iconfont icon-jiantou views-jian"></text></view></view><view class="tip">确定要核销此订单吗?</view><view data-event-opts="{{[['tap',[['confirm',['$event']]]]]}}" class="sure" bindtap="__e">确定核销</view><view data-event-opts="{{[['tap',[['cancel',['$event']]]]]}}" class=" cancel" bindtap="__e">取消</view></view><view class="mask"></view></view></block><block wx:if="{{navigation}}"><home vue-id="0e1c2094-1" bind:__l="__l"></home></block></view>
|