修改金豆为金币

This commit is contained in:
2024-12-12 16:18:20 +08:00
parent 679df05a66
commit e39688ab9f
11 changed files with 61 additions and 47 deletions

View File

@@ -6,14 +6,14 @@
<!-- <view class="money">
<view class="money-l flex align-center">
账号余额:
<text>{{moneyNum}}</text>
<text>{{moneyNum}}</text>
<view class="money-l-go" @click="goWallet('/me/wallet/wallet')">
查看明细
</view>
</view>
<view class="money-r">
解锁价格:
<text>{{payPrice}}</text>
<text>{{payPrice}}</text>
</view>
</view> -->
<!-- <scroll-view scroll-y="true" class="payLists">
@@ -31,10 +31,10 @@
</view> -->
<!-- #endif -->
<!-- <view class="payList-item-dou">
{{item.money}}
{{item.money}}
</view>
<view class="payList-item-duo" v-if="item.giveMoney>0">
多送{{item.giveMoney}}
多送{{item.giveMoney}}
</view>
<view class="payList-item-hui" v-if="item.remarks">
{{item.remarks}}
@@ -136,7 +136,7 @@
type: Number,
default: null
},
//需要支付的金
//需要支付的金
payPrice: {
type: Number,
default: 0