Browse Source

订单详情小程序太阳码对接

test
Enzo 4 years ago
parent
commit
f944b022f2
  1. 2
      pages/order/order_details.vue

2
pages/order/order_details.vue

@ -69,7 +69,7 @@
<view> <view>
<!-- <tki-qrcode ref="qrcode" @result="qrR" :val="checkArea" :size="115" unit="px" background="#fff" <!-- <tki-qrcode ref="qrcode" @result="qrR" :val="checkArea" :size="115" unit="px" background="#fff"
foreground="#000" pdground="#000" :onval="true" :loadMake="true" /> --> foreground="#000" pdground="#000" :onval="true" :loadMake="true" /> -->
<image v-if="orderDetails.verify_code" src="../../static/defult_code.png" mode="aspectFill" style="width: 300rpx;height: 300rpx;"></image>
<image v-if="orderDetails.verify_qrcode" :src="orderDetails.verify_qrcode" mode="aspectFill" style="width: 300rpx;height: 300rpx;"></image>
</view> </view>
<view class="lf-m-t-10"> <view class="lf-m-t-10">
<view class="lf-font-28 text-black1"> <view class="lf-font-28 text-black1">

Loading…
Cancel
Save