20240517
This commit is contained in:
@@ -2,7 +2,14 @@
|
||||
<view>
|
||||
<!-- 公共组件-每个页面必须引入 -->
|
||||
<public-module></public-module>
|
||||
<z-nav-bar title="我的账户" bgColor="#3AB3AE" fontColor="#fff"> </z-nav-bar>
|
||||
<z-nav-bar
|
||||
title="我的账户"
|
||||
bgColor="#3AB3AE"
|
||||
fontColor="#fff"
|
||||
:homeState="options.source == 'recharge' ? 1000 : 2000"
|
||||
:backState="options.source == 'recharge' ? 2000 : 1000"
|
||||
>
|
||||
</z-nav-bar>
|
||||
<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> -->
|
||||
@@ -22,18 +29,23 @@
|
||||
> -->
|
||||
</view>
|
||||
<view style="padding: 0 30rpx; padding-top: 0">
|
||||
|
||||
<view class="AC_chong" @click="onPageJump('/pages/mine/wallet/recharge/index')">立即充值
|
||||
<u-icon name="arrow-right" color="#fff" size="16" class="rightArrow"></u-icon>
|
||||
<!-- <image
|
||||
<view
|
||||
class="AC_chong"
|
||||
@click="onPageJump('/pages/mine/wallet/recharge/index')"
|
||||
>立即充值
|
||||
<u-icon
|
||||
name="arrow-right"
|
||||
color="#fff"
|
||||
size="16"
|
||||
class="rightArrow"
|
||||
></u-icon>
|
||||
<!-- <image
|
||||
|
||||
src="@/static/icon/icon_white_right.png"
|
||||
class="rightArrow"
|
||||
style=""
|
||||
></image> -->
|
||||
|
||||
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view style="padding: 30rpx; padding-top: 0">
|
||||
<view class="AC_con">
|
||||
@@ -56,10 +68,9 @@
|
||||
>
|
||||
<text v-if="slotProps.row.changeAmount > 0">+</text>
|
||||
<text>{{ slotProps.row.changeAmount }}</text> </view
|
||||
><view
|
||||
class="AC_mark"
|
||||
v-if="slotProps.row.remark "
|
||||
>{{ slotProps.row.remark}}</view
|
||||
><view class="AC_mark" v-if="slotProps.row.remark">{{
|
||||
slotProps.row.remark
|
||||
}}</view
|
||||
><view class="AC_time">{{ slotProps.row.createTime }}</view>
|
||||
</view>
|
||||
</template>
|
||||
@@ -159,6 +170,7 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
playData: {},
|
||||
options: {},
|
||||
platform: null,
|
||||
urlList: {
|
||||
list: "common/transactionDetails/getTransactionDetailsList",
|
||||
@@ -237,7 +249,8 @@ export default {
|
||||
},
|
||||
|
||||
//第一次加载
|
||||
onLoad(e) {
|
||||
onLoad(options) {
|
||||
this.options = options;
|
||||
// 隐藏原生的tabbar
|
||||
uni.hideTabBar();
|
||||
// #ifdef APP-PLUS
|
||||
@@ -647,14 +660,14 @@ export default {
|
||||
color: #3ab3ae !important;
|
||||
}
|
||||
.AC_chong {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
background-image: linear-gradient(90deg, #3ab3ae 0%, #73ee9c 100%);
|
||||
color: #fff;
|
||||
border-top-left-radius: 15rpx;
|
||||
border-top-right-radius: 15rpx;
|
||||
padding:20rpx 20rpx;
|
||||
padding: 20rpx 20rpx;
|
||||
font-size: 36rpx;
|
||||
font-weight: 800;
|
||||
text-align: right;
|
||||
|
||||
Reference in New Issue
Block a user