123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694 |
- <template>
- <view>
- <view class="background">
- <!-- 个人信息 @click="gotoUrl('/pages/mine/personInfos')" -->
- <view class="person-infos">
- <view class="photo">
- <image class="img" src="@/assets/img/默认头像.png" mode=""></image>
- </view>
- <view class="else">
- <view class="name">
- {{regUser.name}}
- </view>
- <view class="company">
- {{personInfo.fullName}}
- </view>
- </view>
- <u-picker v-model="changeUserShow" mode="selector" :range="userList"
- :default-selector="[defaultIndex]" range-key="tenantName" @confirm="selector1confirm" ></u-picker>
-
- <view class="change" @click="changeUserShowBtn" v-if="userList&&userList.length>1">
- 切换
- </view>
- <!-- <view class="change">
- 切换
- </view> -->
- </view>
- <!-- 账户余额 -->
- <view class="content">
- <view class="balance">
- <view class="title">
- <view class="icon">
- <image class="img" src="@/assets/img/wallet@3x.png" mode=""></image>
- </view>
- <view class="text">
- 账户余额
- <span class="state" v-if="personInfo.balance<0">已欠费</span>
- </view>
- </view>
- <view class="balance-number">
- <view class="number" :class="{
- number2:personInfo.balance<0
- }" >
- {{personInfo.balance}}元
- </view>
- <view class="recharge" @click="gotoUrl('/pages/recharge/accountRecharge')" >
- 充值
- </view>
- </view>
- </view>
- <!-- 期限 -->
- <view class="deadline" v-for="(obj,i) in contractList" :key="i">
- <view class="deadline-item" v-for="(item,i) in obj.contractItemList" :key="i" v-if="item.paymentMethod==1" >
- <view class="item-icon">
-
- <image class="img" v-if="item.name.indexOf('水')>-1" src="@/assets/img/deadline2.png" mode=""></image>
- <image class="img" v-else-if="item.name.indexOf('房')>-1||item.name.indexOf('租')>-1" src="@/assets/img/deadline1.png" mode=""></image>
- <image class="img" v-else-if="item.name.indexOf('保洁')>-1" src="@/assets/img/deadline4.png" mode=""></image>
- <image class="img" v-else-if="item.name.indexOf('物业')>-1" src="@/assets/img/deadline3.png" mode=""></image>
-
- <image class="img" v-else src="@/assets/img/deadline3.png" mode=""></image>
-
-
- </view>
- <view class="date-box" :class="{
- stateBl:stateBl(item.prepaidEndTime)
- }">
- <view class="classify">
- {{item.name}}
- </view>
- <view class="classify">
- <span class="state" v-if="item.prepaidEndTime&&stateBl(item.prepaidEndTime)">已到期</span>
- <span class="state" v-if="!item.prepaidEndTime">未交费</span>
- </view>
- <view class="date" v-if="item.prepaidEndTime">
- 已缴费至 <text class="state">{{item.prepaidEndTime}}</text>
- </view>
-
- </view>
- </view>
- </view>
- </view>
- <!-- 地址 -->
- <!-- <view class="address-box" >
- <view class="address">
- <view class="address-title">
- {{personInfo.name}}
- </view>
- <view class="address-value" v-if="false" >
-
- <u-icon name="map" v-if="personInfo.remark"></u-icon>{{personInfo.remark}}
- {{companyInfo.typeN}}
- </view>
- </view> -->
- <!-- 切换 -->
- <!-- <u-picker v-model="changeUserShow" mode="selector" :range="userList"
- :default-selector="[defaultIndex]" range-key="tenantName" @confirm="selector1confirm" ></u-picker>
-
- <view class="change" @click="changeUserShowBtn" v-if="userList&&userList.length>1">
- 切换
- </view>
- <view class="image" >
- <image class="img" src="@/assets/img/mineBackground.svg" mode=""></image>
- </view>
- </view> -->
- <!-- 功能 -->
- <view class="function-group">
- <view class="function-item" v-if="false" @click="gotoUrl('/pages/mine/tenantInformation')">
- <view class="icon">
- <image class="img" src="@/assets/img/riLine-contacts-book-line.svg" mode=""></image>
- </view>
- <view class="name">
- 用户信息
- </view>
- <view class="arrow">
- <u-icon name="arrow-right" color="#b2b2b2"></u-icon>
- </view>
- </view>
- <view class="function-item" v-if="false">
- <view class="icon">
- <image class="img" src="@/assets/img/riLine-pie-chart-line.svg" mode=""></image>
- </view>
- <view class="name">
- 用电监控
- </view>
- <view class="arrow">
- <u-icon name="arrow-right" color="#b2b2b2"></u-icon>
- </view>
- </view>
- <view class="function-item" v-if="false">
- <view class="icon">
- <image class="img" src="@/assets/img/riLine-book-2-line.svg" mode=""></image>
- </view>
- <view class="name">
- 用电常识
- </view>
- <view class="arrow">
- <u-icon name="arrow-right" color="#b2b2b2"></u-icon>
- </view>
- </view>
- <view class="function-item" @click="gotoUrl('/pages/invoiceManagement/invoiceManagement')">
- <view class="icon">
- <image class="img" src="@/assets/img/iconPark-order2.svg" mode=""></image>
- </view>
- <view class="name">
- 发票管理
- </view>
- <view class="arrow">
- <u-icon name="arrow-right" color="#b2b2b2"></u-icon>
- </view>
- </view>
- <view class="function-item" @click="gotoUrl('/pages/mine/contactService')">
- <view class="icon">
- <image class="img" src="@/assets/img/riLine-customer-service-2-line.svg" mode=""></image>
- </view>
- <view class="name">
- 客服热线
- </view>
- <view class="arrow">
- <u-icon name="arrow-right" color="#b2b2b2"></u-icon>
- </view>
- </view>
- </view>
- <view class="function-group" v-if="false">
- <view class="function-item">
- <view class="icon">
- <image class="img" src="@/assets/img/riLine-user-settings-line.svg" mode=""></image>
- </view>
- <view class="name">
- 个人信息
- </view>
- <view class="arrow">
- <u-icon name="arrow-right" color="#b2b2b2"></u-icon>
- </view>
- </view>
- </view>
- <view class="function-group">
- <view class="function-item" @click="gotoUrl('/pages/mine/setting')">
- <view class="icon">
- <image class="img" src="@/assets/img/riLine-settings-2-line.svg" mode=""></image>
- </view>
- <view class="name">
- 设置
- </view>
- <view class="arrow">
- <u-icon name="arrow-right" color="#b2b2b2"></u-icon>
- </view>
- </view>
- </view>
- </view>
- <Tabbar :current="2" ref="tabbarMain" :prefetchNum="prefetchNum" ></Tabbar>
- </view>
- </template>
- <script>
- import * as API from '@/apis/pagejs/index.js'
- import * as API_user from '@/apis/pagejs/user.js'
- import * as API_deduction from '@/apis/pagejs/deduction.js'
- import * as API_message from '@/apis/pagejs/message.js'
- import Tabbar from '@/components/Tabbar.vue'
- export default {
- components: {
- Tabbar
- },
- data() {
- return {
- companyInfo:{},
- regUser:{},
- userList:[],
- changeUserShow:false,
- defaultIndex:0,
- prefetchNum:0,
- personInfo:{
-
- },
- contractList:[]
- }
- },
- onLoad() {
- this.personInfo=this.carhelp.getPersonInfo()
- //this.homePage()
-
- this.userList=this.carhelp.getPersonInfoPlus().userList
- //this.prefetch()
- //this.personalCenter()
-
- },
- onShow() {
- this.query()
- },
- methods: {
- stateBl(time){
- var get=new Date(time)
- var time=new Date()
- return get<time;
- },
-
- getContractList() {
-
- API_deduction.contractList({
- pageIndex: 1,
- pageSize: 9999
- }).then((response) => {
- uni.hideLoading();
- this.contractList = response.data.data;
- }).catch(error => {
- uni.hideLoading();
- uni.showToast({
- icon: "none",
- title: error
- })
- })
- },
- prefetch(){
- API_message.prefetch({
- }).then((response) => {
- this.prefetchNum=response.data
- this.getBillList()
-
- }).catch(error => {
- //uni.hideLoading();
- uni.hideLoading();
- uni.showToast({
- icon: "none",
- title: error
- })
- })
- },
- getBillList(){
-
- API_message.headlineBill().then((response) => {
-
- this.headlineBill=response.data;
- var num=response.data.unReadtNum;
-
- if (this.$refs.tabbarMain) {
- this.$refs.tabbarMain.setprefetchNum(this.prefetchNum+num);
- }
-
- }).catch(error => {
- uni.hideLoading();
- uni.showToast({
- icon: "none",
- title: error
- })
- })
- },
- query() {
- uni.showLoading({
- title: "加载中",
- mask: true,
- })
- API_user.findByOpenId({
- noerror: true,
- openId: this.carhelp.getOpenId(),
- }).then((response) => {
- //this.loginset(response)
- uni.hideLoading();
- var token = response ? response.data.token : '';
- this.carhelp.setToken(token);
- this.carhelp.setPersonInfo(response.data.tenantInfo);
- this.carhelp.setPersonInfoPlus(response.data)
- this.companyInfo = response.data.companyInfo;
- this.regUser = response.data.regUser;
- this.personInfo = response.data.tenantInfo;
- this.prefetch();
- this.getContractList()
- //this.homePage()
- }).catch(error => {
- uni.hideLoading();
- uni.showToast({
- icon: "none",
- title: error
- })
- })
- },
- changeUserShowBtn() {
- this.defaultIndex = this.userList.findIndex(item => {
- return item.id == this.regUser.id
- })
- this.changeUserShow = true
- },
- selector1confirm(e) {
- var obj = this.userList[e[0]]
- uni.showLoading({
- title: "加载中",
- mask: true,
- })
- API_user.changeUser({
- id: obj.id,
- openId: this.carhelp.getOpenId()
- }).then((response) => {
- this.query()
- //this.companyInfo=response.data.companyInfo;
- }).catch(error => {
- uni.hideLoading();
- uni.showToast({
- icon: "none",
- title: error
- })
- })
- },
- personalCenter() {
- uni.showLoading({
- title: "加载中",
- mask: true,
- })
- API_user.personalCenter({
- }).then((response) => {
- uni.hideLoading();
- //this.companyInfo=response.data.companyInfo;
- }).catch(error => {
- uni.hideLoading();
- uni.showToast({
- icon: "none",
- title: error
- })
- })
- },
- homePage() {
- uni.showLoading({
- title: "加载中",
- mask: true,
- })
- API.homePage({
- }).then((response) => {
- uni.hideLoading();
- this.companyInfo = response.data.companyInfo;
- this.regUser = response.data.regUser;
- this.personInfo = response.data.tenantInfo;
- }).catch(error => {
- uni.hideLoading();
- uni.showToast({
- icon: "none",
- title: error
- })
- })
- }
- }
- }
- </script>
- <style lang="scss" scoped>
- .background {
- background: linear-gradient(180deg, rgba(194, 219, 255, 1) 53%, rgba(180, 211, 255, 0) 100%);
- padding: 72rpx 32rpx;
- height: 516rpx;
- // 个人信息
- .person-infos {
- display: flex;
- align-items: center;
- .photo {
- width: 112rpx;
- height: 112rpx;
- border-radius: 50px;
- .img {
- width: 100%;
- height: 100%;
- }
- }
- .else {
- margin-left: 24rpx;
- width: 400rpx;
- .name {
- color: rgb(16, 16, 16);
- font-size: 36rpx;
- font-weight: bold;
- }
- .company {
- color: rgba(16, 16, 16, 1);
- }
- }
- // 切换
- .change {
- border: 1px solid rgba(22, 119, 255, 1);
- width: 128rpx;
- height: 64rpx;
- line-height: 64rpx;
- border-radius: 50px;
- margin-left: auto;
- color: rgba(22, 119, 255, 1);
- text-align: center;
- }
- }
- // 账户余额
- .content {
- margin: 48rpx 0rpx;
-
- border-radius: 8px;
- background: linear-gradient(180deg, rgba(220, 235, 255, 1) 0%, rgba(255, 255, 255, 1) 39%);
- border: 1px solid rgba(255, 255, 255, 1);
- .balance{
- padding: 32rpx 24rpx;
- border-bottom: 1px solid #F4F4F4;
- }
- .title {
- display: flex;
- .icon {
- width: 40rpx;
- height: 40rpx;
- .img {
- width: 100%;
- height: 100%;
- }
- }
- .text {
- margin-left: 16rpx;
- color: rgba(51, 51, 51, 1);
- font-size: 32rpx;
- font-weight: bold;
- .state {
- white-space: pre;
-
- margin-left: 16rpx;
- color: rgba(238, 49, 56, 1);
- }
- }
- }
- .balance-number {
- display: flex;
- align-items: center;
- justify-content: space-between;
- margin-top: 16rpx;
- margin-left: 56rpx;
- .number2 {
-
- color: rgba(238, 49, 56, 1);
-
- }
- .number {
-
- font-size: 56rpx;
- font-weight: bold;
- }
- .recharge {
- width: 144rpx;
- height: 56rpx;
- line-height: 56rpx;
- border-radius: 50px;
- background: linear-gradient(85.19deg, rgba(255, 61, 0, 1) 4.89%, rgba(255, 123, 0, 1) 95.37%);
- color: rgba(255, 255, 255, 1);
- text-align: center;
- }
- }
- // 期限
- .deadline {
-
- display: flex;
- flex-wrap: wrap;
-
- .deadline-item:first-of-type{
-
- //border-top: 1px solid #F4F4F4;
- }
- .deadline-item:last-of-type{
-
- // border-left: 1px solid #F4F4F4;
- }
- .deadline-item {
- border-bottom: 1px solid #F4F4F4;
- border-right: 1px solid #F4F4F4;
- width: 50%;
- display: flex;
- padding: 24rpx ;
-
-
- .item-icon {
- width: 40rpx;
- height: 40rpx;
- margin-right: 12rpx;
- .img {
- width: 100%;
- height: 100%;
- vertical-align: middle;
- }
- }
- .stateBl{
- .state {
- // white-space: pre;
- color: rgba(238, 49, 56, 1);
- }
- }
- .date-box {
-
- .state {
- white-space: pre;
- //color: rgba(238, 49, 56, 1);
- }
- text{
- margin-left: 8rpx;
- }
- .classify {
- color: rgba(51, 51, 51, 1);
- font-size: 32rpx;
- font-weight: bold;
-
- }
- .date{
- color: rgba(51,51,51,1);
- font-size: 24rpx;
- margin-top: 4rpx;
- }
- }
- }
- }
- }
- // 地址
- .address-box {
- border-radius: 8px;
- background: linear-gradient(90deg, rgba(49, 110, 207, 1) 2%, rgba(20, 73, 159, 1) 100%);
- color: #fff;
- padding: 40rpx 32rpx;
- margin-top: 40rpx;
- display: flex;
- align-items: center;
- position: relative;
- .address {
- .address-title {
- font-size: 40rpx;
- }
- .address-value {
- font-size: 24rpx;
- margin-top: 8rpx;
- }
- }
- // 切换
- .change {
- border: 1px solid rgba(255, 255, 255, 1);
- width: 128rpx;
- height: 64rpx;
- line-height: 64rpx;
- border-radius: 50px;
- color: rgba(255, 255, 255, 1);
- text-align: center;
- margin-left: auto;
- z-index: 99;
- }
- .image {
- width: 174rpx;
- height: 174rpx;
- position: absolute;
- right: 0;
- top: 20rpx;
- .img {
- width: 100%;
- height: 100%;
- }
- }
- }
- }
- // 功能
- .function-group {
- border-radius: 8px;
- background-color: #fff;
- margin-bottom: 24rpx;
- .function-item {
- display: flex;
- align-items: center;
- padding: 26rpx 26rpx 26rpx 0;
- margin-left: 26rpx;
- border-bottom: 1px solid rgba(221, 221, 221, 1);
- .icon {
- width: 40rpx;
- height: 40rpx;
- .img {
- width: 100%;
- height: 100%;
- }
- }
- .name {
- color: rgba(51, 51, 51, 1);
- font-size: 30rpx;
- margin-left: 26rpx;
- }
- .arrow {
- margin-left: auto;
- }
- }
- }
- </style>
|