This commit is contained in:
whitechiina 2026-07-17 17:46:33 +08:00
parent 0a0c659219
commit 99cd939fae
5 changed files with 7 additions and 7 deletions

View File

@ -23,7 +23,7 @@
</view> </view>
</view> </view>
<view class="xfbt" style="color: #fff" v-if="Number(cardbtPrice)"> <view class="xfbt" style="color: #fff" v-if="Number(cardbtPrice)">
消费补贴¥{{cardbtPrice}} 消费补贴¥{{__amount(cardbtPrice)}}
</view> </view>
</view> </view>
</view> </view>
@ -201,7 +201,7 @@
</view> </view>
</view> </view>
<view class="xfbt" v-if="Number(cardbtPrice)"> <view class="xfbt" v-if="Number(cardbtPrice)">
消费补贴¥{{cardbtPrice}} 消费补贴¥{{__amount(cardbtPrice)}}
</view> </view>
</view> </view>
</view> </view>
@ -292,7 +292,7 @@
</view> </view>
</view> </view>
<view class="xfbt" v-if="Number(cardbtPrice)"> <view class="xfbt" v-if="Number(cardbtPrice)">
消费补贴¥{{cardbtPrice}} 消费补贴¥{{__amount(cardbtPrice)}}
</view> </view>
</view> </view>
</view> </view>
@ -392,7 +392,7 @@
</view> </view>
</view> </view>
<view class="xfbt" v-if="Number(cardbtPrice)"> <view class="xfbt" v-if="Number(cardbtPrice)">
消费补贴¥{{cardbtPrice}} 消费补贴¥{{__amount(cardbtPrice)}}
</view> </view>
</view> </view>
</view> </view>

View File

@ -1,2 +1,2 @@
<!DOCTYPE html><html lang=zh-CN><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><title>在线点餐</title><script>var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)')) <!DOCTYPE html><html lang=zh-CN><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><title>在线点餐</title><script>var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)'))
document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><script src="https://h5.dhcc.wang/api/apilink-native.min.js?v=20200701"></script><link rel=stylesheet href=/privilege/static/index.883130ca.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=/privilege/static/js/chunk-vendors.05bba68b.js></script><script src=/privilege/static/js/index.439a5d9a.js></script></body></html> document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><script src="https://h5.dhcc.wang/api/apilink-native.min.js?v=20200701"></script><link rel=stylesheet href=/privilege/static/index.883130ca.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script src=/privilege/static/js/chunk-vendors.05bba68b.js></script><script src=/privilege/static/js/index.39454503.js></script></body></html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long