This commit is contained in:
pengxiaolong
2025-07-25 16:39:52 +08:00
parent 7116e57fc3
commit 8580cd18fa
128 changed files with 2991 additions and 411 deletions

View File

@@ -35,10 +35,9 @@
<view class="AnchorAinfo">
<view class="AnchorAname"> {{ item.anchorIdA }} </view>
<view class="AnchorATime">{{ formatDate(item.pkTime) }}</view>
<!-- <view class="AnchorAICon" v-if="item.userACoins !== null"> -->
<view class="AnchorAICon">
<view class="AnchorAICon" v-if="item.userACoins !== null">
<view class="AnchorAIContext">实际打金币:</view>
<view class="AnchorAIConNum">{{ formatCoinNum(iconNumber) }}</view>
<view class="AnchorAIConNum">{{ formatCoinNum(item.userACoins) }}</view>
</view>
</view>
</view>
@@ -122,8 +121,6 @@ export default {
item: {},
coinNumlist: [],
triggered: false,
iconNumber: 123457,
};
},
onLoad(options) {