This commit is contained in:
zpc 2025-03-23 17:41:55 +08:00
parent 18dc0380f6
commit d83f42d1e5
2 changed files with 1 additions and 5 deletions

View File

@ -236,10 +236,6 @@
<template v-else>
<view class="pay-type" @click="changePay('useIntegral')">
<!-- <view class="icon">
<image :src="$img('/static/img/pay_type1.png')" lazy-load></image>
</view> -->
<view class="title flex align-center">
使用{{$config.getAppSetting('currency1_name')}}抵扣¥{{ orderData.use_integral_money }}
<text

View File

@ -52,7 +52,7 @@
</view>
<view class="other-item" @click="$c.to({ url: '/pages/user/jf_jl' })">
<view class="num" style="color: #333333;">{{ userinfo.score || 0 }}</view>
<view class="num" style="color: #333333;">{{ userinfo.money2 || 0 }}</view>
<view class="title">{{$config.getAppSetting('currency2_name')}}</view>
</view>