yuminge-app/yun-min-program-plugin-master/packageD/member/myOrder/orderVerification/orderVerification.wxml

15 lines
425 B
Plaintext

<!--pages/member/myOrder/orderVerification/orderVerification.wxml-->
<view class="goodsinfo">
<view class="qrcode" wx:if="{{showQrcode}}">
<view class="top">
<image src="{{qrcode}}" mode='widthFix' />
</view>
<view class="bottom">请核销员扫码</view>
</view>
<!-- 自定义信息 -->
<view style="width: 90%;margin: 0 auto;">
<custom-message listMap="{{customForm}}"></custom-message>
</view>
</view>