更改首页
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<view class="code-wrap">
|
||||
<view class="num-wrap">
|
||||
<text class="t">账户余额:</text>
|
||||
<text class="num">{{shopInfo.amount}}</text>
|
||||
<text class="num">{{shopInfo.amount || '--'}}</text>
|
||||
</view>
|
||||
<view class="line-code">
|
||||
<tki-barcode ref="tkiBarcode" show :opations="tkiOptions"></tki-barcode>
|
||||
@@ -15,7 +15,7 @@
|
||||
<uqrcode ref="uqrcode" canvas-id="qrcode" :value="createcardNo"></uqrcode>
|
||||
</view>
|
||||
<view class="name">
|
||||
<text>使用门店:{{shopInfo.shopName}}</text>
|
||||
<text>使用门店:{{shopInfo.shopName || '--'}}</text>
|
||||
</view>
|
||||
<view class="line"></view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user