修改logo和金币明细

This commit is contained in:
duan 2024-12-31 11:26:32 +08:00
parent e6aaa97adb
commit 32d10cc470
2 changed files with 8 additions and 7 deletions

View File

@ -66,7 +66,7 @@
我的积分
</view>
</view> -->
<view v-if="isShowMoneyPay" class="statistics-box-item"
<!-- <view v-if="isShowMoneyPay" class="statistics-box-item"
@click="goNav('/me/yaoqing/ymg-yaoqing-tixian')">
<view class="statistics-box-item-btn">
我的红包
@ -74,7 +74,7 @@
<view class="statistics-box-item-top">
{{userInfo.amount || '0.00'}}
</view>
</view>
</view> -->
</view>
</view>
<!-- <view v-if="isVips == '是' && isWxIosPay == true" class="vip flex align-center justify-center">
@ -101,7 +101,7 @@
<!-- 钱包 -->
<view class="money" v-if="isWxIosPay == true" style="position: relative;">
<!-- <view
<view
style="position: relative;background-color: #f2b5b5;width: 700rpx;height: 74rpx;padding:20rpx;border-radius: 14rpx 14rpx 0rpx 0rpx;position: absolute;left: 0;top: 0;display: flex;align-items: center;justify-content: space-between;">
<view class="df">
<image src="../../static/dwbimgs/money.png" style="width: 47rpx;height: 47rpx;margin-right: 28rpx;"
@ -112,14 +112,15 @@
</view>
</view>
<view
style="font-weight: bold;font-size: 25rpx;color: #977641;width: 110rpx;text-align:center;line-height: 50rpx;background: linear-gradient( 90deg, #FEE7BC 0%, #FDCC89 100%);border-radius: 46rpx 46rpx 46rpx 46rpx;">
提现
@tap="goNav('/me/yaoqing/redPack-mingxi?moneyType=2&viewType=2')"
style="font-weight: bold;font-size: 25rpx;color: #977641;width: 160rpx;text-align:center;line-height: 50rpx;background: linear-gradient( 90deg, #FEE7BC 0%, #FDCC89 100%);border-radius: 46rpx 46rpx 46rpx 46rpx;">
金币明细
</view>
<view style="position: absolute;background-color: #fff;width: 40rpx;height: 40rpx;transform: rotate(45deg);bottom: -10rpx;left: 48%;background-color: #f2b5b5;">
</view>
</view> -->
<view style="margin-top: 0rpx;">观看历史</view>
</view>
<view style="margin-top: 40rpx;">观看历史</view>
<view class="df" style=" justify-content: space-between;margin-top: 28rpx;">
<view style="border-radius:21rpx 21rpx 21rpx 21rpx" v-for="item in list" :key="item">
<image :src="item.titleImg"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB