更改首页

This commit is contained in:
魏啾
2024-07-05 18:26:46 +08:00
parent a40cfd9c5f
commit 380a6312f8
19 changed files with 3841 additions and 1179 deletions

View File

@@ -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>