This commit is contained in:
whitechiina 2026-07-27 10:41:04 +08:00
parent 2d032bee93
commit a33d143297
13 changed files with 17 additions and 16 deletions

View File

@ -41,14 +41,14 @@
{{item.pay_price}} {{item.pay_price}}
</view> </view>
<view class="num" v-else-if="!item.original_price && (BrandInfor.brand_id == 13 || BrandInfor.brand_id == 1)" :style="{'color':Brand()['ThemeColor']}"> <view class="num" v-else-if="!item.original_price && (BrandInfor.brand_id == 13 || BrandInfor.brand_id == 1)" :style="{'color':Brand()['ThemeColor']}">
<view class="now">{{(item.bt_price * (item.num || item.amount))}}</view> <!-- <view class="now">{{(item.bt_price * (item.num || item.amount))}}</view> -->
<view class="last">{{(item.pay_price * (item.num || item.amount))}}</view> <view class="now">{{(item.pay_price * (item.num || item.amount))}}</view>
</view> </view>
<view class="num" v-else-if="!item.original_price && BrandInfor.brand_id == 10" :style="{'color':Brand()['ThemeColor']}"> <view class="num" v-else-if="!item.original_price && BrandInfor.brand_id == 10" :style="{'color':Brand()['ThemeColor']}">
<view class="now"> <!-- <view class="now">
<text>{{ toFixed((item.bt_price + item.add_price) * (item.num || item.amount)) }}</text> <text>{{ toFixed((item.bt_price + item.add_price) * (item.num || item.amount)) }}</text>
</view> </view> -->
<view class="last"> <view class="now">
<text>{{item.adj_pay * (item.num ? item.num : item.amount).toFixed(2)}}</text> <text>{{item.adj_pay * (item.num ? item.num : item.amount).toFixed(2)}}</text>
</view> </view>
</view> </view>

View File

@ -22,8 +22,9 @@
<view class="text-wrapper_1"> <view class="text-wrapper_1">
<text lines="1" class="text_7">¥</text> <text lines="1" class="text_7">¥</text>
<!-- <text lines="1" class="text_8">{{_amount(item['adj_pay'] * item['num'])}}</text> --> <!-- <text lines="1" class="text_8">{{_amount(item['adj_pay'] * item['num'])}}</text> -->
<text lines="1" class="text_8">{{__amount(item['bt_price'] * item['num'])}}</text> <!-- <text lines="1" class="text_8">{{__amount(item['bt_price'] * item['num'])}}</text>
<text lines="1" class="text_8 del">{{__amount(item['adj_pay'] * item['num'])}}</text> <text lines="1" class="text_8 del">{{__amount(item['adj_pay'] * item['num'])}}</text> -->
<text lines="1" class="text_8">{{__amount(item['adj_pay'] * item['num'])}}</text>
</view> </view>
<text lines="1" class="text_9">×{{item['num']}}</text> <text lines="1" class="text_9">×{{item['num']}}</text>
</view> </view>
@ -108,7 +109,7 @@
<view class="Checkbox" :style="{'--aftercolor':Brand()['ThemeColor']}" :class="{'active-Checkbox': use_broker? true : false}"></view> <view class="Checkbox" :style="{'--aftercolor':Brand()['ThemeColor']}" :class="{'active-Checkbox': use_broker? true : false}"></view>
</view> </view>
</view> --> </view> -->
<view class="Commodity Commodity-Item" style="padding-top: 0rpx;" @click="isCard()" v-if="!isWx && cardFlag"> <view class="Commodity Commodity-Item" style="padding-top: 0rpx; display: flex; flex-direction: column" @click="isCard()" v-if="!isWx && cardFlag">
<view class="discount" style="width: 100%; display: flex; justify-content: space-between"> <view class="discount" style="width: 100%; display: flex; justify-content: space-between">
<view> <view>
<text lines="1" class="quantity">消费补贴卡</text> <text lines="1" class="quantity">消费补贴卡</text>
@ -116,7 +117,7 @@
</view> </view>
<view class="Checkbox" :style="{'--aftercolor':Brand()['ThemeColor']}" :class="{'active-Checkbox': use_card? true : false}"></view> <view class="Checkbox" :style="{'--aftercolor':Brand()['ThemeColor']}" :class="{'active-Checkbox': use_card? true : false}"></view>
</view> </view>
<view style="padding: 0rpx 0rpx; color: #EC0208; font-size: 20rpx; line-height: 50rpx" v-if="Number(UserCard.amount) == 0 || Number(ZeroData.realSubsidy) >= Number(UserCard.amount)"> <view style="width: 100%; text-align: left; padding: 0rpx 0rpx; color: #EC0208; font-size: 20rpx; line-height: 50rpx" v-if="Number(UserCard.amount) == 0 || Number(ZeroData.realSubsidy) >= Number(UserCard.amount)">
*消费补贴卡余额已为零请联系市场推广人员领取 *消费补贴卡余额已为零请联系市场推广人员领取
</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.9f3a8129.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.b9611c11.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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long