48 lines
1.4 KiB
Plaintext
48 lines
1.4 KiB
Plaintext
<template>
|
|
<view class="relative">
|
|
<image src="/static/beijingdfa.png" class="absolute w-750 h-430"></image>
|
|
<uni-nav-bar title="我的工分" color="#fff" leftIcon="back" @clickLeft="goBack()" class="zi-2" fixed :border="false" fixed backgroundColor="rgba(0,0,0,0)"></uni-nav-bar>
|
|
<view class="w-750 h-330 rowsa rowsm">
|
|
<view class="tct colfff">
|
|
<view class="fw-600 fs-60">6523.28</view>
|
|
<view class="fs-28 mt-16">可用工分</view>
|
|
</view>
|
|
<view @tap="goNext('newMoney')" class="w-212 h-68 br-44 bgff rowsc rowsm fw-600" style="color: #fe9541;">提现</view>
|
|
</view>
|
|
<view class="relative rowsc" style="bottom: 36rpx;">
|
|
<view class="w-560 h-96 bgff rowsc rowsm fw-600 br-20" style="color: #fe9541;">
|
|
我的账单
|
|
</view>
|
|
</view>
|
|
<view class="pl-20 pr-20">
|
|
<view v-for="(item,index) in 4" :key="index" class="bgff mb-20 rowsb rowsm w-710 h-142 br-16 pl-32 pr-32">
|
|
<view class="rows">
|
|
<image src="/static/kabbgau.png" class="w-76 h-76"></image>
|
|
<view class="h-76 pl-20 fs-28">
|
|
<view>消费</view>
|
|
<view class="fs-24 col999">2022-02-03 16:30</view>
|
|
</view>
|
|
</view>
|
|
<view class="fs-32 col666">-500.00</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
data() {
|
|
return {
|
|
|
|
}
|
|
},
|
|
methods: {
|
|
|
|
}
|
|
}
|
|
</script>
|
|
|
|
<style>
|
|
page {background: #f7f6fa;}
|
|
</style>
|