热更新

This commit is contained in:
2024-06-13 10:04:13 +08:00
parent e595e034dc
commit 7eaaf64a22
1180 changed files with 70026 additions and 731709 deletions

View File

@@ -10,6 +10,18 @@
:backState="options.source == 'recharge' ? 2000 : 1000"
>
</z-nav-bar>
<!-- style="position: fixed; width: 100%; z-index: 10" -->
<u-alert
type="warning"
size="20rpx"
:title="goBuyTitle"
:show-icon="true"
>
</u-alert>
<view class="ACTable">
<!-- <u-tabs :list="tab_list" @click="tab_click" lineColor="#54a966 100% 100%"
:activeStyle="{color: '#303133',fontWeight: 'bold',transform: 'scale(1.1)'}" ></u-tabs> -->
@@ -49,7 +61,7 @@
</view>
<view style="padding: 30rpx; padding-top: 0">
<view class="AC_con">
<view class="AC_jilu PM_font">充值记录</view>
<view class="AC_jilu PM_font">充值消费记录</view>
<common-list
:dataList="MoneyRecord"
isCondition="true"
@@ -169,6 +181,7 @@ import { mapState } from "vuex";
export default {
data() {
return {
goBuyTitle:'【天医币】仅为我平台支付使用币种 。一人民币=一天医币,仅为了方便用户支付使用。【天医币】可以用于在我平台支付书籍或课程使用。【天医币】这个名称是为适应我们平台的定位属性,所起名称。与区块链虚拟货币无任何关系。',
playData: {},
options: {},
platform: null,
@@ -408,7 +421,7 @@ export default {
.AC_List {
overflow: hidden;
.left {
width: calc(100% - 120rpx) !important;
width: calc(100% - 220rpx) !important;
font-weight: 700;
float: left;
color: #333;
@@ -417,7 +430,7 @@ export default {
}
.right {
display: block;
width: 100rpx !important;
width: 200rpx !important;
float: right;
text-align: right;
font-size: 32rpx;
@@ -440,6 +453,7 @@ export default {
}
.AC_mark {
width: 100%;
font-size: 28rpx;
margin-top: 20rpx;
margin-bottom: 15rpx;
@@ -681,4 +695,11 @@ export default {
// right: 30rpx;
// top: 20rpx;
}
/deep/.u-alert__content__title
{
// background-color: #f0f0f0;
font-size: 24rpx !important;
// color: #f4511a !important;
line-height: 28rpx !important;
}
</style>