123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533 |
- <template>
- <page :nav="false" ref="pageRef" :light="true" :back="false" nav-color="transparent">
- <view
- class="pagae-nav"
- :style="{ paddingTop: statusBarHeight + 'px', background: headerBg }"
- >
- <view class="flex-column-align-center nav-title">我的</view>
- </view>
- <view class="centerWrapper" :style="{ backgroundImage: 'url(' + ossurl.mine.headbj + ')' }" >
- <view class="userBox" v-if="user" @click="$router.push('user_info')">
- <view class="center">
- <view class="avatarBox">
- <view class="avatarView">
- <image class="avatar" :src="user.avatar" />
- <image class="avatarEdit" :src="ossurl.mine.editIcon" />
- </view>
- </view>
- <view class="userInfo">
- <view class="nickname">{{ user.nickname || '' }}</view>
- <view class="idinfo">
- <view class="username" @click.native.stop="copy(user.username)">
- <image class="userInfoIcon" :src="ossurl.mine.headId" mode="widthFix"/>
- {{ user.username }}
- <view class="copyBtn">复制</view>
- </view>
- <div v-if="user.mobile" class="phone">
- <image class="userInfoIcon" :src="ossurl.mine.headPhone" mode="widthFix"/>
- {{ user.mobile }}
- </div>
- </view>
- </view>
- </view>
- <view class="numSection fx-c-s p30">
- <view class="item" @click="gotoRoute('coupon')" v-if="user">
- <text>{{ showNumber('couponCount') }}</text>
- <text>优惠券</text>
- </view>
- <view class="item" @click="gotoRoute('store')" v-if="user">
- <text>{{ showNumber('inventoryCount') }}</text>
- <text>仓库</text>
- </view>
- <view class="item" @click="gotoRoute('magic')" v-if="user">
- <text>{{ showNumber('magicBalance') }}</text>
- <text>源石</text>
- </view>
- </view>
- </view>
- <view class="userBox" v-else @click="$router.push('login')">
- <view
- class="avatarBox"
- >
- <view class="avatarView">
- <image class="avatar" :src="ossurl.common.noavatar" />
- </view>
- </view>
- <view class="userInfo">
- <view class="nickname">暂未登录!</view>
- <view class="info">点此登录账号</view>
- </view>
- </view>
- <view class="mineWrapper">
-
-
- <view class="stoneBox">
- <!-- <view
- class="stoneList"
- >
- <view class="stoneItem" @click="gotoRoute('coupon')" v-if="user">
- <image class="stoneIcon" :src="ossurl.mine.couponIcon" />
- 优惠券
- <span class="stoneNum">{{ showNumber('couponCount') }}</span>
- </view>
- <view class="stoneItem" @click="gotoRoute('store')" v-if="user">
- <image class="stoneIcon" :src="ossurl.mine.warehouseIcon" />
- 仓库
- <span class="stoneNum">{{ showNumber('inventoryCount') }}</span>
- </view>
- <view class="stoneItem" @click="gotoRoute('magic')" v-if="user">
- <image class="stoneIcon" :src="ossurl.mine.stoneIcon" />
- 源石
- <span class="stoneNum">{{ showNumber('magicBalance') }}</span>
- </view>
- </view> -->
- <view class="flexList p30">
- <view class="title">
- <text>常用功能</text>
- </view>
- <view class="center flex">
- <view class="flex-sub flexItem" @click="gotoRoute('pull_new_user')">
- <image class="flexIcon" :src="ossurl.mine.invite" />
- <view class="title">邀新有礼</view>
- </view>
- <view class="flex-sub flexItem" @click="gotoWeb()">
- <image class="flexIcon" :src="ossurl.mine.gift" />
- <view class="title">进群领福利</view>
- </view>
- <view class="flex-sub flexItem" @click="gotoRoute('message')">
- <image class="flexIcon" :src="ossurl.mine.message" />
- <view class="title">系统消息</view>
- </view>
- <view class="flex-sub flexItem" @click="gotoRoute('order_award')">
- <image class="flexIcon" :src="ossurl.mine.order" />
- <view class="title">宝箱订单</view>
- </view>
- </view>
- </view>
- </view>
- <view
- class="shoppingBox"
- :style="{ backgroundImage: 'url(' + ossurl.welfare.roomBg + ')' }"
- >
- <view class="title">
- 商城订单
- <view class="more" @click="gotoOrder(0)">
- 全部
- <view class="cuIcon-right"></view>
- </view>
- </view>
- <view class="shopList">
- <view class="item" @click="gotoOrder(1)">
- <image class="shopImage" :src="ossurl.mine.order1" />
- </view>
- <view class="item" @click="gotoOrder(4)">
- <image class="shopImage" :src="ossurl.mine.order2" />
- </view>
- </view>
- </view>
- <cell @show-vip="showVip" />
- <view class="margin14 radius6 overflow-hidden">
- <official-account></official-account>
- </view>
- <vip ref="vipRef" />
- <poster ref="posterRef" />
- </view>
- </view>
- </page>
- </template>
- <script>
- import fun from './fun.vue'
- import cell from './cell.vue'
- import vip from './vip.vue'
- import poster from './poster'
- import ossurl from '@/utils/ossurl'
- export default {
- components: { fun, vip, poster, cell },
- data() {
- return {
- ossurl,
- active: 0,
- avatar_show: false,
- scrollTop: 0,
- indexData: null
- }
- },
- computed: {
- user() {
- return this.$store.state.userInfo
- },
- hide() {
- return !this.$store.state.hide
- },
- headerBg() {
- return this.scrollTop > 0 ? '#fff' : 'transparent'
- },
- statusBarHeight() {
- if (this.$store.state.systemInfo) {
- return this.$store.state.systemInfo.statusBarHeight
- }
- return 20
- }
- },
- onPageScroll(e) {
- this.scrollTop = e.scrollTop
- },
- onTabItemTap() {},
- onShow() {
- this.avatar_show = this.isTimePast('2023-07-21 23:59:59')
- this.$service.base.track()
- this.getIndex()
- },
- methods: {
- async getIndex() {
- if (!this.$common.isLogin()) {
- this.indexData = null
- return
- }
- const res = await this.$service.award.magicIndex()
- this.indexData = res
- },
- isTimePast(time) {
- const currentTime = new Date()
- // 解析时间字符串
- const [targetDate, targetTime] = time.split(' ')
- const [targetYear, targetMonth, targetDay] = targetDate.split('-')
- const [targetHour, targetMinute, targetSecond] = targetTime.split(':')
- // 创建目标日期时间对象
- const targetDateTime = new Date(
- targetYear,
- targetMonth - 1,
- targetDay,
- targetHour,
- targetMinute,
- targetSecond
- )
- return currentTime > targetDateTime
- },
- change(e) {
- this.active = e.detail.current
- },
- copy(text) {
- console.log(text)
- this.$common.copy(text)
- },
- getPhoneNumber(e) {
- if (!e.detail.encryptedData) return
- this.bindMobile(e.detail)
- },
- async bindMobile(param) {
- const res = await this.$service.user.bindMobile(param)
- if (res) {
- this.$service.user.info()
- }
- },
- showVip() {
- this.$refs.vipRef.show()
- },
- showNext(item) {
- this.$common.showNext(item)
- },
- gotoRoute(route) {
- this.$router.pushCheck(route)
- },
- gotoOrder(active) {
- this.$router.pushCheck('order_product', { active })
- },
- gotoWeb() {
- const url =
- 'https://mp.weixin.qq.com/s?__biz=MzkzMTU2ODM4MQ==&mid=2247483786&idx=1&sn=b8fb65d562c3778881101d0e194bd5aa&chksm=c2684e18f51fc70ea3140fa1145adabed0d7203928d0b36431e425f9360fd66d4ed173f60870#rd'
- this.$router.web(url, '领福利')
- },
- showNumber(key) {
- if (!this.indexData) return '-'
- if (typeof this.indexData[key] === 'undefined') return '-'
- const val = this.bigNumberTransform(this.indexData[key])
- return val
- },
- bigNumberTransform(value) {
- const newValue = ['', '', '']
- let fr = 1000
- let num = 3
- let text1 = ''
- let fm = 1
- while (value / fr >= 1) {
- fr *= 10
- num += 1
- // console.log('数字', value / fr, 'num:', num)
- }
- if (num <= 4) {
- // 千
- newValue[0] = parseInt(value / 1000) + ''
- newValue[1] = '千'
- } else if (num <= 8) {
- // 万
- text1 = parseInt(num - 4) / 3 > 1 ? '千万' : '万'
- // tslint:disable-next-line:no-shadowed-variable
- fm = text1 === '万' ? 10000 : 10000000
- if (value % fm === 0) {
- newValue[0] = parseInt(value / fm) + ''
- } else {
- newValue[0] = Math.floor(parseFloat(value / fm) * 10) / 10 + ''
- }
- newValue[1] = text1
- } else if (num <= 16) {
- // 亿
- text1 = (num - 8) / 3 > 1 ? '千亿' : '亿'
- text1 = (num - 8) / 4 > 1 ? '万亿' : text1
- text1 = (num - 8) / 7 > 1 ? '千万亿' : text1
- // tslint:disable-next-line:no-shadowed-variable
- fm = 1
- if (text1 === '亿') {
- fm = 100000000
- } else if (text1 === '千亿') {
- fm = 100000000000
- } else if (text1 === '万亿') {
- fm = 1000000000000
- } else if (text1 === '千万亿') {
- fm = 1000000000000000
- }
- if (value % fm === 0) {
- newValue[0] = parseInt(value / fm) + ''
- } else {
- newValue[0] = Math.floor(parseFloat(value / fm) * 10) / 10 + ''
- }
- newValue[1] = text1
- }
- if (value < 1000) {
- newValue[0] = value + ''
- newValue[1] = ''
- }
- return newValue.join('')
- }
- }
- }
- </script>
- <style lang="scss"></style>
- <style lang="scss" scoped>
- .numSection{
- padding-bottom: 40rpx;
- margin-top: 50rpx;
- .item{
- width: 32%;
- text-align: center;
- border-right: 1rpx solid #dedede;
- &:last-child {
- border-right: none;
- }
- text{
- display: block;
- &:nth-child(1) {
- font-weight: bold;
- font-size: 32rpx;
- }
- &:nth-child(2) {
- color: #999;
- }
- }
- }
- }
- .pagae-nav {
- width: 100%;
- position: fixed;
- top: 0;
- z-index: 100;
- transition: 0.2s;
- }
- .nav-title {
- height: 80rpx;
- font-size: 32rpx;
- font-family: Source Han Sans, Source Han Sans;
- font-weight: bold;
- color: #000000;
- }
- .centerWrapper {
- padding-top: 200rpx;
- background-size: 100% auto;
- background-repeat: no-repeat;
- .userBox {
- padding-bottom: 40rpx;
- .center{
- display: flex;
- .avatarBox {
- height: 160rpx;
- background-size: 100% 100%;
- padding: 0 20rpx;
- position: relative;
- .avatarView {
- position: relative;
- display: inline-block;
- .avatar {
- width: 148rpx;
- height: 148rpx;
- border-radius: 50%;
-
- border: 8rpx solid #ffe996;
- }
- .avatarEdit {
- position: absolute;
- bottom: 0;
- right: 0;
- width: 48rpx;
- height: 48rpx;
- }
- }
- .centerEdit {
- width: 142rpx;
- height: 46rpx;
- position: absolute;
- right: 0;
- bottom: 20rpx;
- }
- }
- .userInfo {
- padding: 0 20rpx;
- padding-bottom: 32rpx;
- .nickname {
- font-size: 32rpx;
- font-family: Source Han Sans, Source Han Sans;
- font-weight: 700;
- color: #000000;
- padding: 24rpx 0 10rpx 0;
- margin-bottom: 20rpx;
- }
- .idinfo {
- display: flex;
- .username,
- .phone {
- display: flex;
- align-items: center;
- justify-content: center;
- margin-right: 44rpx;
- }
- }
- .copyBtn {
- background: rgba(255, 255, 255, 0.33);
- border-radius: 4rpx 4rpx 4rpx 4rpx;
- margin-left: 8rpx;
- color: #ac8906;
- font-size: 20rpx;
- padding: 4rpx 8rpx;
- }
- .info {
- font-size: 24rpx;
- font-family: Source Han Sans, Source Han Sans;
- font-weight: 350;
- color: #997A03;
- }
- .userInfoIcon {
- width: 34rpx;
- margin-right: 8rpx;
- }
- }
- }
-
- }
- }
- .mineWrapper {
- padding: 0 20rpx;
- background-color: #f6f6f6;
- position: relative;
- margin-top: -50rpx;
-
- .stoneBox {
- // margin-top: -40rpx;
- .flexIcon {
- width: 96rpx;
- height: 96rpx;
- }
- .stoneList {
- background-size: 100% 100%;
- height: 98rpx;
- display: flex;
- .stoneItem {
- padding: 22rpx 12rpx 10rpx 50rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- height: 64rpx;
- font-size: 24rpx;
- font-family: Source Han Sans, Source Han Sans;
- font-weight: 350;
- color: #906700;
- .stoneIcon {
- width: 32rpx;
- height: 32rpx;
- margin-right: 8rpx;
- }
- .stoneNum {
- font-size: 36rpx;
- font-family: Rousseau Deco, Rousseau Deco;
- font-weight: bold;
- color: #000000;
- margin-left: 12rpx;
- }
- }
- }
- }
- .flexList {
- background-color: #fff;
- padding: 28rpx;
- border-radius: 20;
- margin-bottom: 40rpx;
- .title{
- margin-bottom: 30rpx;
- text{
- font-weight: bold;
- }
- }
- .flexItem {
- text-align: center;
- flex: 1;
- }
- }
- }
- .shoppingBox {
- background-color: #ffffff;
- border-radius: 16rpx;
- padding: 2rpx 28rpx 30rpx 28rpx;
- margin-top: 20rpx;
- background-size: 240rpx 150rpx;
- background-position: top right;
- background-repeat: no-repeat;
- .title {
- display: flex;
- align-items: center;
- justify-content: space-between;
- font-size: 28rpx;
- font-family: Source Han Sans, Source Han Sans;
- color: #000000;
- padding: 24rpx 0;
- font-weight: bold;
- .more {
- font-size: 24rpx;
- font-family: Source Han Sans, Source Han Sans;
- font-weight: 350;
- color: #d1c289;
- display: flex;
- align-items: center;
- }
- }
- .shopList {
- display: flex;
- .item {
- min-width: 338rpx;
- .shopImage {
- width: 332rpx;
- height: 154rpx;
- }
- &:last-child {
- margin-left: -16rpx;
- }
- }
- }
- }
- </style>
|