123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563 |
- <template>
- <view v-if="ifShow" class="memberCenter">
- <global-loading />
- <view class="memberBox">
- <view class="posBox">
- <view class="memberBoxTop">
- <view class="memberTopPos" :style="{ backgroundImage: 'url(' + levelInfo.memberLevelBackground + ')' }">
- <view class="memberTopBg">
- <view class="flex-items">
- <view class="avatarBox">
- <image :src="memberData.headImage"></image>
- </view>
- <view class="nameBox">
- <view class="name fs36">{{ memberData.name }}</view>
- <view class="level">
- <image :src="levelInfo.memberLevelIcon"></image>
- </view>
- </view>
- </view>
- <view class="integralInfo flex-items flex-sp-between mar-top-20">
- <view class="itemBox">
- <view class="integraNum fs32 font-color-333 fs-weight-400">{{ memberData.totalCredit }}</view>
- <view class="fs24 font-color-333 fs-weight-400">累计积分</view>
- </view>
- <view class="itemBox">
- <view class="integraNum fs32 font-color-333 fs-weight-400">
- {{ memberData.totalCredit - memberData.credit }}
- </view>
- <view class="fs24 font-color-333 fs-weight-400">累计消费</view>
- </view>
- <view class="itemBox">
- <view class="integraNum fs32 font-color-333 fs-weight-400">{{ memberData.credit }}</view>
- <view class="fs24 font-color-333 fs-weight-400">剩余积分</view>
- </view>
- </view>
- </view>
- </view>
- </view>
- </view>
- </view>
- <view class="signBox flex-items flex-sp-between mar-top-30" @click="goToSign">
- <view class="signLeft flex-items flex-sp-between">
- <view class="signIcon"></view>
- <view class="signText fs28 font-color-C5AA7B">积分签到</view>
- </view>
- <view class="u-arrow u-arrow-right"></view>
- </view>
- <view class="signTabs mar-top-30 flex-items">
- <view :class="{ active: tabActive === 1 }" class="tabItem flex-items flex-center" @click="changeTab(1)">
- <view class="icon detailIcon"></view>
- <text>积分明细</text>
- </view>
- <view :class="{ active: tabActive === 2 }" class="tabItem flex-items flex-center" @click="changeTab(2)">
- <view class="icon exchangeIcon"></view>
- <text>积分兑换</text>
- </view>
- </view>
- <view v-if="tabActive === 1" class="signInfo mar-top-20">
- <view class="signInBox">
- <view v-for="(item, index) in integralRecord" :key="index" class="signItem flex-items flex-sp-between">
- <view class="leftBox flex-items">
- <image src="../../static/images/origin/signIcon1.png"></image>
- <view class="leftInfo">
- <label class="fs28 font-color-333">{{ item.recordContent }}</label>
- <view class="fs24 font-color-999">{{ item.createTime }}</view>
- </view>
- </view>
- <view class="rightBtn">{{ item.recordType === 1 ? '+' : '-' }}{{ item.credit }}</view>
- </view>
- <view v-if="integralRecord.length === 0" class="emptyCart-box flex-items-plus flex-column">
- <image class="emptyCart-img" src="../../static/images/origin/searchEmpty.png"></image>
- <label class="font-color-999 fs26 mar-top-30">暂无记录~</label>
- </view>
- </view>
- </view>
- <view v-else class="signExchange mar-top-20">
- <view class="exchangeInfoBox">
- <view v-for="(item, index) in creditCouponList" :key="index" class="exchangeItem flex-items flex-sp-between">
- <view class="exchangeLeft flex-items">
- <view class="discountBox mar-right-20">
- <view v-if="item.couponType === 1" class="fs24">
- {{ item.fullMoney === 0 ? `无门槛减${item.reduceMoney}元`
- : `满${item.fullMoney}元减${item.reduceMoney}元` }}
- </view>
- <view v-else class="fs24">
- {{ item.fullMoney === 0 ? `无门槛打${item.reduceMoney}折`
- : `满${item.fullMoney}元打${item.reduceMoney}折` }}
- </view>
- <view class="fs30">{{ item.couponType === 1 ? '满减券' : '折扣券' }}</view>
- </view>
- <view class="exchangeInfo">
- <view v-if="item.couponType === 1" class="fs28 font-color-333">
- {{ item.fullMoney === 0
- ? `无门槛减${item.reduceMoney}元` : `满${item.fullMoney}元减${item.reduceMoney}元` }}
- </view>
- <view v-else class="fs28 font-color-333">
- {{ item.fullMoney === 0 ? `无门槛打${item.reduceMoney}折`
- : `满${item.fullMoney}元打${item.reduceMoney}折` }}
- </view>
- <view v-if="item.stockNumber > 0" class="fs24 state">还剩{{ item.stockNumber }}个</view>
- <view v-else class="fs24 state finish">已兑完</view>
- <view class="integral fs32">{{ item.credit }}积分</view>
- </view>
- </view>
- <view class="exchangeRight">
- <view
- v-if="item.state === 0 && item.stockNumber !== 0" class="exchangeBtn fs28 font-color-FFF"
- @click="goExchangeDetail(item)"
- >
- 兑换
- </view>
- <view v-if="item.stockNumber === 0" class="exchangeBtn available fs28 font-color-FFF">已兑完</view>
- <view
- v-if="item.state === 1" class="exchangeBtn available fs28 font-color-FFF"
- @click="goExchangeDetail(item)"
- >
- 已兑换
- </view>
- </view>
- </view>
- <view v-if="creditCouponList.length === 0" class="emptyCart-box flex-items-plus flex-column">
- <image class="emptyCart-img" src="../../static/images/origin/searchEmpty.png"></image>
- <label class="font-color-999 fs26 mar-top-30">暂无优惠券~</label>
- </view>
- </view>
- </view>
- <TuiModal :show="isConvertible" :custom="true" :fadein="true">
- <view class="Put-box1">
- <view class="text-align fs34 fs-bold">
- 温馨提示
- </view>
- <view class="mar-top-40 text-align">
- 您的积分不够哦,请获取更多的积分!
- </view>
- <view class="flex-display flex-sp-between">
- <view class="btn" @click="goToSign">
- 去签到
- </view>
- </view>
- <view v-if="isConvertible" class="cancelDel" @click="isConvertible = false">
- <image src="../../static/images/origin/cancelClose.png" mode=""></image>
- </view>
- </view>
- </TuiModal>
- </view>
- </template>
- <script>
- import tuiModal from '@/components/modal/modal'
- const NET = require('../../utils/request')
- const API = require('../../config/api')
- export default {
- name: 'Index',
- components: {
- TuiModal: tuiModal
- },
- data() {
- return {
- memberData: {},
- equityList: [],
- integralRecord: [],
- creditCouponList: [],
- levelInfo: {},
- tabActive: 1,
- isConvertible: false,
- integralInfo: {
- page: 1,
- pageSize: 10,
- session: ''
- },
- couponListInfo: {
- page: 1,
- pageSize: 10,
- session: ''
- },
- ifShow: false
- }
- },
- onLoad(option) {
- this.memberData = uni.getStorageSync('storage_userInfo')
- this.GetUser()
- if (option.tabActive) {
- this.tabActive = parseInt(option.tabActive)
- }
- this.getIntegralList()
- this.getCreditCouponList()
- this.getMemberByMemberLevel()
- },
- methods: {
- GetUser() {
- NET.request(API.GetUser, {}, 'GET').then((res) => {
- this.memberData = res.data
- uni.setStorageSync('storage_userInfo', this.memberData)
- })
- .catch((res) => {
- })
- },
- getIntegralList() {
- // 获取签到信息
- // uni.showLoading({
- // mask: true,
- // title: '加载中...',
- // })
- NET.request(API.selectCreditRecord, this.integralInfo, 'POST').then((res) => {
- // uni.hideLoading()
- this.ifShow = true
- this.integralRecord = res.data.list
- })
- .catch((res) => {
- })
- },
- // 获取可兑换优惠券列表
- getCreditCouponList() {
- NET.request(API.selectCreditCouponList, this.couponListInfo, 'POST').then((res) => {
- this.creditCouponList = res.data.list
- })
- .catch((res) => {
- })
- },
- // 去首页
- goToShopping() {
- this.$switchTab('/pages/tabbar/index/index')
- },
- getPercent(num, total) {
- num = parseFloat(num)
- total = parseFloat(total)
- if (isNaN(num) || isNaN(total)) {
- return '-'
- }
- return total <= 0 ? '0%' : Math.round((num / total) * 10000) / 100.0
- },
- // 获取会员等级
- getMemberByMemberLevel() {
- NET.request(`${API.getMemberByMemberLevel}/${this.memberData.memberLevelId}`, {}, 'GET').then((res) => {
- this.levelInfo = res.data
- uni.setStorageSync('storage_levelInfo', this.levelInfo)
- })
- .catch((res) => {
- })
- },
- // 签到
- goToSign() {
- uni.navigateTo({
- url: '../../pages_category_page1/integral/sign'
- })
- },
- // 跳转到兑换优惠详情
- goExchangeDetail(item) {
- if (this.memberData.credit < item.credit) {
- this.isConvertible = true
- } else {
- uni.navigateTo({
- url: `../integral/exchangeDetail?data=${JSON.stringify(item)}`
- })
- }
- },
- // 切换tab
- changeTab(type) {
- this.tabActive = type
- }
- }
- }
- </script>
- <style lang="scss" scoped>
- page {
- background: #F8F8F8;
- }
- .memberCenter {
- border-top: 2rpx solid #4b4b4b;
- background: url("../../static/images/origin/addBankBg.png") no-repeat left top;
- background-size: contain;
- min-height: 800rpx;
- padding: 0 20rpx;
- .memberBox {
- min-height: 230rpx;
- margin-top: 120rpx;
- width: 100%;
- border-radius: 25rpx;
- background-size: contain;
- position: relative;
- box-sizing: border-box;
- .posBox {
- position: absolute;
- width: 100%;
- left: 0;
- top: -80rpx;
- }
- .memberBoxTop {
- position: relative;
- .memberTopPos {
- //background: url("../../static/images/origin/integralBg.png") no-repeat left top;
- background-size: cover;
- height: 302rpx;
- border-radius: 24rpx;
- box-shadow: 0 0 20rpx rgba(0, 0, 0, 0.05);
- .memberTopBg {
- padding: 40rpx 30rpx;
- .integralInfo {
- padding: 0 50rpx;
- .itemBox {
- text-align: center;
- }
- }
- }
- }
- }
- .avatarBox {
- margin-left: 30rpx;
- image {
- width: 110rpx;
- height: 110rpx;
- border: 5rpx solid #FFFFFF;
- border-radius: 50%;
- }
- }
- .nameBox {
- margin-left: 20rpx;
- .name {
- color: #333333;
- margin-right: 30rpx;
- }
- .level {
- image {
- width: 172rpx;
- height: 50rpx;
- }
- }
- }
- }
- .signBox {
- background: #f9f6ed;
- height: 96rpx;
- border-radius: 24rpx;
- padding: 0 20rpx;
- .signLeft {
- .signIcon {
- background: url("../../static/images/origin/signIcon.png") no-repeat center left;
- background-size: contain;
- height: 120rpx;
- width: 96rpx;
- margin-right: 20rpx;
- }
- }
- .u-arrow {
- width: 24rpx;
- height: 24rpx;
- border-top: 3rpx solid #C5AA7B;
- border-right: 3rpx solid #C5AA7B;
- }
- }
- .signTabs {
- .tabItem {
- width: 50%;
- height: 96rpx;
- border-radius: 16rpx;
- text {
- color: #999999;
- font-size: 28rpx;
- }
- .icon {
- width: 40rpx;
- height: 40rpx;
- margin-right: 15rpx;
- }
- .detailIcon {
- background: url("../../static/images/origin/detailIcon.png") no-repeat center center;
- background-size: contain;
- }
- .exchangeIcon {
- background: url("../../static/images/origin/exchangeIcon.png") no-repeat center center;
- background-size: contain;
- }
- }
- .active {
- background: #333333;
- .detailIcon {
- background: url("../../static/images/origin/detailIcon1.png") no-repeat center center;
- background-size: contain;
- }
- .exchangeIcon {
- background: url("../../static/images/origin/exchangeIcon1.png") no-repeat center center;
- background-size: contain;
- }
- text {
- color: #FFEBC4;
- }
- }
- }
- .signInfo {
- background: #FFFFFF;
- border-radius: 16rpx;
- box-shadow: 0 0 20rpx rgba(0, 0, 0, 0.05);
- padding: 30rpx;
- .signInBox {
- .signItem {
- border-top: 2rpx solid #F3F4F5;
- padding: 30rpx 0;
- .leftBox {
- image {
- width: 90rpx;
- height: 90rpx;
- margin-right: 30rpx;
- }
- }
- }
- .signItem:first-child {
- border-top: none;
- }
- .rightBtn {
- width: 160rpx;
- height: 58rpx;
- line-height: 58rpx;
- background: #FFF9F6;
- border-radius: 10rpx;
- color: #C83732;
- text-align: center;
- font-weight: 300;
- font-size: 24rpx;
- }
- }
- }
- .signExchange {
- box-shadow: 0 0 20rpx rgba(0, 0, 0, 0.05);
- background: #FFFFFF;
- border-radius: 16rpx;
- padding: 40rpx 30rpx;
- .exchangeInfoBox {
- .exchangeItem {
- padding-bottom: 20rpx;
- margin-bottom: 20rpx;
- border-bottom: 2rpx #F3F4F5 solid;
- .exchangeLeft {
- .discountBox {
- color: #FDFED6;
- width: 300rpx;
- height: 146rpx;
- background: url('../../static/images/origin/exchangeItem.png') no-repeat left top;
- background-size: contain;
- padding: 30rpx 25rpx;
- }
- .exchangeInfo {
- .state {
- text-align: center;
- background: #333333;
- color: #FFEBC4;
- font-size: 24rpx;
- margin: 8rpx 0 4rpx 0;
- padding: 8rpx 14rpx;
- border-radius: 8rpx;
- }
- .finish {
- color: #CCCCCC;
- border: 2rpx solid #CCCCCC;
- background: none;
- }
- .integral {
- color: #D72E2E;
- }
- }
- }
- .exchangeRight {
- height: 146rpx;
- display: flex;
- flex-direction: column;
- justify-content: flex-end;
- .exchangeBtn {
- width: 120rpx;
- height: 48rpx;
- line-height: 48rpx;
- text-align: center;
- background: linear-gradient(90deg, #C83732 0%, #E25C44 100%);
- box-shadow: 0 6rpx 12rpx rgba(233, 0, 0, 0.3);
- border-radius: 24rpx;
- }
- .available {
- background: linear-gradient(90deg, #C83732 0%, #E25C44 100%);
- box-shadow: 0 6rpx 12rpx rgba(233, 0, 0, 0.3);
- }
- }
- }
- .exchangeItem:last-child {
- border-bottom: none;
- }
- }
- }
- .cancelDel {
- position: absolute;
- bottom: -100rpx;
- left: 45%;
- image {
- width: 60upx;
- height: 60upx;
- }
- }
- .Put-box1 {
- .btn {
- margin-top: 50rpx;
- width: 100%;
- height: 84rpx;
- line-height: 84rpx;
- text-align: center;
- background: #333333;
- color: #FFEBC4;
- }
- }
- .emptyCart-box {
- margin: 60upx 0;
- .emptyCart-img {
- width: 113upx;
- height: 98upx;
- }
- }
- }
- </style>
|