| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560 |
- <template>
- <layout>
- <view class="container">
- <view class="my-background">
- <view class="user-top">
- <view class="flex justify-between p-3 align-center">
- <view class="flex">
- <image :src="isLogin ? member.avatar ? member.avatar : '/static/images/logo.png' : '/static/images/logo.png'"
- class="rounded-circle avatar-img" @tap="serv({type:'pages',pages:'/pages/components/pages/mine/userinfo'})"></image>
- <view class="flex flex-column text-white justify-center align-cente ml-2" v-if="isLogin">
- <text class="nick-text">{{ member.nickname }}</text>
- <text class="id-text">用户id:{{ member.id }}</text>
- </view>
- <view class="flex flex-column justify-center align-cente ml-2" v-else @tap="login">
- <text class="nick-text"><text style="color:#059825;">去登录</text>获取更多会员权益</text>
- </view>
- </view>
- </view>
- <view class="vip-box" v-if="isLogin">
- <view class="vip-box-content py-3 px-2 flex-column" v-if="member.cardId > 0">
- <view class=" flex justify-between align-center px-3 " @tap="goVip">
- <view class="flex align-center">
- <image src="/static/images/mine/vip.png" class="icon-img"></image>
- <view class="text-white font-size-smaller ml-1">{{ member.cardName }}</view>
- </view>
- <view class="text-white font-size-smaller"><view class="vip-btn2">查看详情</view></view>
- </view>
- </view>
- <view class="vip-box-content py-4 px-2" v-else>
- <view class="vip-box-left flex align-center justify-center">
- <view class="flex flex-column w-30 align-center ">
- <view style="width: 60rpx;height: 70rpx;"><image src="/static/images/c1.png" style="width: 58rpx;height: 58rpx;"></image> </view>
- <text class="font-size-smaller ">赠送积分</text>
- </view>
- <view class="flex flex-column w-30 align-center justify-center">
- <view style="width: 60rpx;height: 70rpx;"><image src="/static/images/c3.png" style="width: 60rpx;height: 58rpx;"></image></view>
- <text class="font-size-smaller ">享受折扣</text>
- </view>
- <view class="flex flex-column w-30 align-center">
- <view style="width: 60rpx;height: 70rpx;"><image src="/static/images/c2.png" style="width: 60rpx;height: 60rpx;"></image></view>
- <text class="font-size-smaller ">赠送余额</text>
- </view>
- </view>
- <view class="vip-box-right flex align-center justify-center " @tap="goVip">
- <view class="vip-btn">升级尊享</view>
- </view>
- </view>
- </view>
- </view>
- <view class="px-3 mt-1">
-
- <!-- user box begin -->
- <view class="d-flex flex-column bg-white user-box">
- <!-- user grid begin -->
- <view class="w-100 d-flex align-items-center just-content-center">
- <view class="user-grid" @tap="serv({type:'pages',pages:'/pages/components/pages/coupons/coupons'})">
- <view class="value font-size-extra-lg font-weight-bold text-color-base">
- {{ isLogin ? member.couponCount : 0}}
- </view>
- <view class="font-size-sm text-color-assist">优惠券</view>
- </view>
- <view><uv-line direction="col" length="50"></uv-line></view>
- <view class="user-grid" @tap="serv({type:'pages', pages: '/pages/components/pages/balance/bill?cate=1'})">
- <view class="value font-size-extra-lg font-weight-bold text-color-base">
- {{ isLogin ? member.integral : 0 }}
- </view>
- <view class="font-size-sm text-color-assist">积分</view>
- </view>
- <view><uv-line direction="col" length="50"></uv-line></view>
- <view class="user-grid" @tap="serv({type:'pages',pages:'/pages/components/pages/balance/balance'})">
- <view class="value font-size-extra-lg font-weight-bold text-color-base">
- {{ isLogin ? member.nowMoney : 0 }}
- </view>
- <view class="font-size-sm text-color-assist">余额</view>
- </view>
- </view>
- <!-- user grid end -->
- </view>
- <!-- user box end -->
- </view>
-
- <view class="px-3 mt-1">
-
- <!-- user box begin -->
- <view class="d-flex flex-column bg-white user-box">
-
- <!-- user grid begin -->
- <view class="w-100 d-flex align-items-center just-content-center py-2">
- <view class="w-50 flex justify-center align-center" @tap="toDetail('/pages/components/pages/orders/orders',99)">
- <view class="">
- <image src="/static/images/my_order.png" style="height: 80rpx;width: 70rpx;"></image>
- </view>
- <view class="flex flex-column justify-center align-center">
- <text>我的订单</text>
- <text class=" text-color-assist mt-1" style="font-size: 20rpx;">这里查看你的订单</text>
- </view>
- </view>
- <view><uv-line direction="col" length="50"></uv-line></view>
- <view class="w-50 flex justify-center align-center" @tap="toDetail('/pages/components/pages/coupons/coupons',4)">
- <view class="">
- <image src="/static/images/my_coupon.png" style="height: 70rpx;width: 75rpx;"></image>
- </view>
- <view class="flex flex-column justify-center align-center">
- <text>领劵中心</text>
- <text class=" text-color-assist mt-1" style="font-size: 20rpx;">用券购买更划算</text>
- </view>
- </view>
- </view>
- <!-- user grid end -->
- </view>
- <!-- user box end -->
-
- </view>
-
- </view>
-
- <!-- service box begin -->
- <view class="service-box">
- <view class="font-size-lg text-color-base font-weight-bold" style="margin-bottom: 50rpx;">我的服务</view>
- <view class="u-m-t-20">
- <uv-grid :border="false" :col="4">
- <block v-for="(item,index) in services" :key="index">
- <uv-grid-item v-if="item.type == 'call'" v-on:click="makePhoneCall(item.phone)" :customStyle="{paddingBottom:50+'rpx'}">
- <image :src="item.image" style="width: 40rpx;height: 40rpx;" ></image>
- <text class="font-size-sm text-color-assist my-2">{{item.name}}</text>
- </uv-grid-item>
- <uv-grid-item v-else @tap="serv(item)" :customStyle="{paddingBottom:50+'rpx'}">
- <image :src="item.image" style="width: 40rpx;height: 40rpx;" ></image>
- <text class="font-size-sm text-color-assist my-2">{{item.name}}</text>
- </uv-grid-item>
- </block>
- </uv-grid>
- </view>
- </view>
- </view>
- </layout>
- </template>
- <script setup>
- import {
- ref,
- computed
- } from 'vue'
- import { useMainStore } from '@/store/store'
- import { storeToRefs } from 'pinia'
- import { onLoad,onShow} from '@dcloudio/uni-app'
- import { formatDateTime,kmUnit } from '@/utils/util'
- import {
- userGetUserInfo,
- mineService
- } from '@/api/user'
- import {
- check
- } from '@/api/merchant'
- const main = useMainStore()
- const { member,isLogin } = storeToRefs(main)
- const title = ref('个人中心')
- const services = ref([])
- const growthValue = computed(() => {
- if (!isLogin.value) return 0
- const {
- currentValue,
- needValue
- } = member.value
- return currentValue / (currentValue + needValue) * 100
- })
- onLoad(() => {
- getServices();
- })
- onShow(() => {
- getUserInfo();
- })
- const toDetail = (page,index) => {
- uni.navigateTo({
- url: page + '?current=' + index
- })
- }
- const getUserInfo = async() => {
- if (isLogin.value) {
- let data = await userGetUserInfo();
- if (data) {
- main.SET_MEMBER(data);
- }
- }
- }
- const getServices = async() => {
- let data = await mineService();
- if (data) {
- services.value = data;
- }
- }
- const makePhoneCall = (phoneNumber) => {
- uni.makePhoneCall({
- phoneNumber: phoneNumber,
- })
- }
- const login = () => {
- uni.navigateTo({
- url: '/pages/components/pages/login/login'
- })
- }
- // const packages = () => {
- // if (!isLogin.value) {
- // login()
- // return
- // }
- // uni.navigateTo({
- // url: '/pages/components/pages/packages/index'
- // })
- //}
- const serv = async(item) => {
- switch (item.type) {
- case 'pages':
- if(item.pages == 'no'){
- uni.showToast({
- title: '开发中......',
- icon: 'error'
- })
- return
- }
- if (!isLogin.value) {
- login()
- return
- }
- if(item.pages == '/pages/components/pages/merchant/index'){
- let res = await check()
- if(res == 9999){
- uni.showModal({
- title: '提示',
- content: '演示环境:进入默认yshop店铺商家,确定进入?',
- success: function (res) {
- if (res.confirm) {
- uni.navigateTo({
- url: item.pages
- })
- } else if (res.cancel) {
- return
- }
- }
- });
-
- return
- }
- if(!res){
- return
- }
- }
-
- uni.navigateTo({
- url: item.pages
- })
- break;
- case 'miniprogram':
- uni.navigateToMiniProgram({
- appId: item.app_id
- })
- break;
- case 'menu':
- uni.navigateTo({
- url: '/pages/components/pages/mine/service?id=' + item.id + '&name=' + item.name
- })
- break;
- case 'content':
- uni.navigateTo({
- url: '/pages/components/pages/mine/content?id=' + item.id + '&name=' + item.name
- })
- break;
- }
- }
- const goVip = () => {
-
- if(member.value.cardId > 0){
- uni.navigateTo({
- url: '/pages/components/pages/vip/detail?id=' + member.value.cardId
- })
- }else{
- uni.navigateTo({
- url: '/pages/components/pages/vip/vip'
- })
- }
-
- }
- </script>
- <style lang="scss" scoped>
- page {
- height: auto;
- min-height: 100%;
- }
-
- .user-top{
- padding-top: calc(30rpx + var(--status-bar-height));
- }
-
- .my-background {
- position: relative;
- width: 100%;
- background: linear-gradient(180deg, #b7edcb 0, #ffffff 100%, #ffffff 100%) !important
- }
-
- .avatar-img {
- width: 100rpx;
- height: 100rpx;
- }
- .nick-text {
- font-size: 24rpx;
- color: #333;
- //font-weight: bold;
- }
- .id-text {
- font-size: 22rpx;
- color: #333;
- }
- .icon-img {
- width: 50rpx;
- height: 50rpx;
- }
- .vip-box {
- padding: 0 30rpx;
-
- // position: relative;
-
- .vip-box-content {
- border-radius: 20rpx;
- background: linear-gradient(180deg, #25140a 0, #402b16 100%, #402b16 100%) !important;
- //height: 100rpx;
- display: flex;
- .vip-box-left{
- //position: absolute;top: 38rpx;left:60rpx;z-index: 2;
- width: 70%;
- color: #f4dba2;
- }
- .vip-box-right {
- width: 30%;
- color: #fff;
- //color: #ffffff;position: absolute;top: 45rpx;right:60rpx;z-index: 2;
- }
- }
- .vip-btn{
- background-color: #f4dba2;
- padding: 10rpx 30rpx;
- font-size: 22rpx;
- border-radius: 30rpx;
- color: #25140a;
- }
- .vip-btn2{
- background-color: #f4dba2;
- padding: 8rpx 25rpx;
- font-size: 20rpx;
- border-radius: 30rpx;
- color: #25140a;
- }
- }
- .font-size-26 {
- font-size: 28rpx;
- }
- .font-size-24 {
- font-size: 24rpx;
- }
- .vip-bg-img {
- position: absolute;
- top: 10rpx;
- left: 0;
- right:0;
- margin:auto;
- width:700rpx
- }
-
- .item-image {
- width: 40rpx;
- height: 40rpx;
- }
- .bg {
- width: 100%;
- height: calc(410 / 594 * 750rpx);
- }
- .hym-btn {
- position: absolute;
- top: 40rpx;
- right: 40rpx;
- color: $color-primary;
- display: flex;
- align-items: center;
- justify-content: center;
- border-radius: 50rem;
- font-size: $font-size-sm;
- box-shadow: 0 0 20rpx rgba(66, 66, 66, 0.1);
- &::after {
- border: 0;
- }
- image {
- width: 30rpx;
- height: 30rpx;
- margin-right: 10rpx;
- }
- }
- .user-box {
- position: relative;
- border-radius: 8rpx;
- margin-bottom: 10rpx;
- //margin-top: 40rpx;
- box-shadow: $box-shadow;
- }
- // .avatar {
- // position: relative;
- // margin-top: -35rpx;
- // margin-left: 35rpx;
- // margin-right: 35rpx;
- // width: 160rpx;
- // height: 160rpx;
- // border-radius: 20rpx;
- // display: flex;
- // align-items: center;
- // justify-content: center;
- // background-color: #FFFFFF;
- // box-shadow: 0 0 20rpx rgba($color: #000000, $alpha: 0.2);
- // image {
- // width: 140rpx;
- // height: 140rpx;
- // border-radius: 100%;
- // }
- // .badge {
- // position: absolute;
- // right: -10rpx;
- // bottom: -10rpx;
- // background-color: #FFFFFF;
- // border-radius: 50rem;
- // display: flex;
- // align-items: center;
- // justify-content: center;
- // color: $color-warning;
- // font-size: 24rpx;
- // padding: 8rpx 16rpx;
- // box-shadow: 0 0 20rpx rgba($color: #000000, $alpha: 0.2);
- // image {
- // width: 30rpx;
- // height: 30rpx;
- // }
- // }
- // }
- .level-benefit {
- margin-left: 35rpx;
- padding: 10rpx 0 10rpx 30rpx;
- border-radius: 50rem 0 0 50rem;
- }
- .user-grid {
- width: 33%;
- padding: 30rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- .value {
- margin-bottom: 20rpx;
- }
- }
- .level-benefit-box {
- border-radius: 8rpx;
- margin-bottom: 30rpx;
- box-shadow: 0 10rpx 8rpx rgba($color: #878889, $alpha: 0.1);
- width: 100%;
- display: flex;
- padding: 30rpx;
- flex-direction: column;
- background-color: #FFFFFF;
- .row {
- display: flex;
- padding: 30rpx 0 20rpx;
- justify-content: space-around;
- align-items: center;
- .grid {
- width: 20%;
- display: flex;
- flex-direction: column;
- font-size: $font-size-sm;
- color: $text-color-assist;
- align-items: center;
- image {
- width: 80rpx;
- height: 80rpx;
- margin-bottom: 10rpx;
- }
- }
- }
- }
- .banner {
- width: 100%;
- border-radius: 8rpx;
- margin-bottom: 30rpx;
- }
- .service-box {
- width: 100%;
- background-color: #FFFFFF;
- padding: 32rpx 30rpx 10rpx;
- box-shadow: $box-shadow;
- // .row {
- // display: flex;
- // flex-wrap: wrap;
- // color: $text-color-assist;
- // font-size: $font-size-sm;
- // padding-bottom: -40rpx;
- // .grid {
- // display: flex;
- // flex-direction: column;
- // justify-content: center;
- // align-items: center;
- // margin-bottom: 40rpx;
- // width: 25%;
- // position: relative;
- // image {
- // width: 80rpx;
- // height: 80rpx;
- // margin-bottom: 20rpx;
- // }
- // }
- // .opacity-0 {
- // position: absolute;
- // width: 100%;
- // height: 100%;
- // opacity: 0;
- // z-index: 10;
- // }
- // }
- }
- </style>
|