index.vue 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533
  1. <template>
  2. <page :nav="false" ref="pageRef" :light="true" :back="false" nav-color="transparent">
  3. <view
  4. class="pagae-nav"
  5. :style="{ paddingTop: statusBarHeight + 'px', background: headerBg }"
  6. >
  7. <view class="flex-column-align-center nav-title">我的</view>
  8. </view>
  9. <view class="centerWrapper" :style="{ backgroundImage: 'url(' + ossurl.mine.headbj + ')' }" >
  10. <view class="userBox" v-if="user" @click="$router.push('user_info')">
  11. <view class="center">
  12. <view class="avatarBox">
  13. <view class="avatarView">
  14. <image class="avatar" :src="user.avatar" />
  15. <image class="avatarEdit" :src="ossurl.mine.editIcon" />
  16. </view>
  17. </view>
  18. <view class="userInfo">
  19. <view class="nickname">{{ user.nickname || '' }}</view>
  20. <view class="idinfo">
  21. <view class="username" @click.native.stop="copy(user.username)">
  22. <image class="userInfoIcon" :src="ossurl.mine.headId" mode="widthFix"/>
  23. {{ user.username }}
  24. <view class="copyBtn">复制</view>
  25. </view>
  26. <div v-if="user.mobile" class="phone">
  27. <image class="userInfoIcon" :src="ossurl.mine.headPhone" mode="widthFix"/>
  28. {{ user.mobile }}
  29. </div>
  30. </view>
  31. </view>
  32. </view>
  33. <view class="numSection fx-c-s p30">
  34. <view class="item" @click="gotoRoute('coupon')" v-if="user">
  35. <text>{{ showNumber('couponCount') }}</text>
  36. <text>优惠券</text>
  37. </view>
  38. <view class="item" @click="gotoRoute('store')" v-if="user">
  39. <text>{{ showNumber('inventoryCount') }}</text>
  40. <text>仓库</text>
  41. </view>
  42. <view class="item" @click="gotoRoute('magic')" v-if="user">
  43. <text>{{ showNumber('magicBalance') }}</text>
  44. <text>源石</text>
  45. </view>
  46. </view>
  47. </view>
  48. <view class="userBox" v-else @click="$router.push('login')">
  49. <view
  50. class="avatarBox"
  51. >
  52. <view class="avatarView">
  53. <image class="avatar" :src="ossurl.common.noavatar" />
  54. </view>
  55. </view>
  56. <view class="userInfo">
  57. <view class="nickname">暂未登录!</view>
  58. <view class="info">点此登录账号</view>
  59. </view>
  60. </view>
  61. <view class="mineWrapper">
  62. <view class="stoneBox">
  63. <!-- <view
  64. class="stoneList"
  65. >
  66. <view class="stoneItem" @click="gotoRoute('coupon')" v-if="user">
  67. <image class="stoneIcon" :src="ossurl.mine.couponIcon" />
  68. 优惠券
  69. <span class="stoneNum">{{ showNumber('couponCount') }}</span>
  70. </view>
  71. <view class="stoneItem" @click="gotoRoute('store')" v-if="user">
  72. <image class="stoneIcon" :src="ossurl.mine.warehouseIcon" />
  73. 仓库
  74. <span class="stoneNum">{{ showNumber('inventoryCount') }}</span>
  75. </view>
  76. <view class="stoneItem" @click="gotoRoute('magic')" v-if="user">
  77. <image class="stoneIcon" :src="ossurl.mine.stoneIcon" />
  78. 源石
  79. <span class="stoneNum">{{ showNumber('magicBalance') }}</span>
  80. </view>
  81. </view> -->
  82. <view class="flexList p30">
  83. <view class="title">
  84. <text>常用功能</text>
  85. </view>
  86. <view class="center flex">
  87. <view class="flex-sub flexItem" @click="gotoRoute('pull_new_user')">
  88. <image class="flexIcon" :src="ossurl.mine.invite" />
  89. <view class="title">邀新有礼</view>
  90. </view>
  91. <view class="flex-sub flexItem" @click="gotoWeb()">
  92. <image class="flexIcon" :src="ossurl.mine.gift" />
  93. <view class="title">进群领福利</view>
  94. </view>
  95. <view class="flex-sub flexItem" @click="gotoRoute('message')">
  96. <image class="flexIcon" :src="ossurl.mine.message" />
  97. <view class="title">系统消息</view>
  98. </view>
  99. <view class="flex-sub flexItem" @click="gotoRoute('order_award')">
  100. <image class="flexIcon" :src="ossurl.mine.order" />
  101. <view class="title">宝箱订单</view>
  102. </view>
  103. </view>
  104. </view>
  105. </view>
  106. <view
  107. class="shoppingBox"
  108. :style="{ backgroundImage: 'url(' + ossurl.welfare.roomBg + ')' }"
  109. >
  110. <view class="title">
  111. 商城订单
  112. <view class="more" @click="gotoOrder(0)">
  113. 全部
  114. <view class="cuIcon-right"></view>
  115. </view>
  116. </view>
  117. <view class="shopList">
  118. <view class="item" @click="gotoOrder(1)">
  119. <image class="shopImage" :src="ossurl.mine.order1" />
  120. </view>
  121. <view class="item" @click="gotoOrder(4)">
  122. <image class="shopImage" :src="ossurl.mine.order2" />
  123. </view>
  124. </view>
  125. </view>
  126. <cell @show-vip="showVip" />
  127. <view class="margin14 radius6 overflow-hidden">
  128. <official-account></official-account>
  129. </view>
  130. <vip ref="vipRef" />
  131. <poster ref="posterRef" />
  132. </view>
  133. </view>
  134. </page>
  135. </template>
  136. <script>
  137. import fun from './fun.vue'
  138. import cell from './cell.vue'
  139. import vip from './vip.vue'
  140. import poster from './poster'
  141. import ossurl from '@/utils/ossurl'
  142. export default {
  143. components: { fun, vip, poster, cell },
  144. data() {
  145. return {
  146. ossurl,
  147. active: 0,
  148. avatar_show: false,
  149. scrollTop: 0,
  150. indexData: null
  151. }
  152. },
  153. computed: {
  154. user() {
  155. return this.$store.state.userInfo
  156. },
  157. hide() {
  158. return !this.$store.state.hide
  159. },
  160. headerBg() {
  161. return this.scrollTop > 0 ? '#fff' : 'transparent'
  162. },
  163. statusBarHeight() {
  164. if (this.$store.state.systemInfo) {
  165. return this.$store.state.systemInfo.statusBarHeight
  166. }
  167. return 20
  168. }
  169. },
  170. onPageScroll(e) {
  171. this.scrollTop = e.scrollTop
  172. },
  173. onTabItemTap() {},
  174. onShow() {
  175. this.avatar_show = this.isTimePast('2023-07-21 23:59:59')
  176. this.$service.base.track()
  177. this.getIndex()
  178. },
  179. methods: {
  180. async getIndex() {
  181. if (!this.$common.isLogin()) {
  182. this.indexData = null
  183. return
  184. }
  185. const res = await this.$service.award.magicIndex()
  186. this.indexData = res
  187. },
  188. isTimePast(time) {
  189. const currentTime = new Date()
  190. // 解析时间字符串
  191. const [targetDate, targetTime] = time.split(' ')
  192. const [targetYear, targetMonth, targetDay] = targetDate.split('-')
  193. const [targetHour, targetMinute, targetSecond] = targetTime.split(':')
  194. // 创建目标日期时间对象
  195. const targetDateTime = new Date(
  196. targetYear,
  197. targetMonth - 1,
  198. targetDay,
  199. targetHour,
  200. targetMinute,
  201. targetSecond
  202. )
  203. return currentTime > targetDateTime
  204. },
  205. change(e) {
  206. this.active = e.detail.current
  207. },
  208. copy(text) {
  209. console.log(text)
  210. this.$common.copy(text)
  211. },
  212. getPhoneNumber(e) {
  213. if (!e.detail.encryptedData) return
  214. this.bindMobile(e.detail)
  215. },
  216. async bindMobile(param) {
  217. const res = await this.$service.user.bindMobile(param)
  218. if (res) {
  219. this.$service.user.info()
  220. }
  221. },
  222. showVip() {
  223. this.$refs.vipRef.show()
  224. },
  225. showNext(item) {
  226. this.$common.showNext(item)
  227. },
  228. gotoRoute(route) {
  229. this.$router.pushCheck(route)
  230. },
  231. gotoOrder(active) {
  232. this.$router.pushCheck('order_product', { active })
  233. },
  234. gotoWeb() {
  235. const url =
  236. 'https://mp.weixin.qq.com/s?__biz=MzkzMTU2ODM4MQ==&mid=2247483786&idx=1&sn=b8fb65d562c3778881101d0e194bd5aa&chksm=c2684e18f51fc70ea3140fa1145adabed0d7203928d0b36431e425f9360fd66d4ed173f60870#rd'
  237. this.$router.web(url, '领福利')
  238. },
  239. showNumber(key) {
  240. if (!this.indexData) return '-'
  241. if (typeof this.indexData[key] === 'undefined') return '-'
  242. const val = this.bigNumberTransform(this.indexData[key])
  243. return val
  244. },
  245. bigNumberTransform(value) {
  246. const newValue = ['', '', '']
  247. let fr = 1000
  248. let num = 3
  249. let text1 = ''
  250. let fm = 1
  251. while (value / fr >= 1) {
  252. fr *= 10
  253. num += 1
  254. // console.log('数字', value / fr, 'num:', num)
  255. }
  256. if (num <= 4) {
  257. // 千
  258. newValue[0] = parseInt(value / 1000) + ''
  259. newValue[1] = '千'
  260. } else if (num <= 8) {
  261. // 万
  262. text1 = parseInt(num - 4) / 3 > 1 ? '千万' : '万'
  263. // tslint:disable-next-line:no-shadowed-variable
  264. fm = text1 === '万' ? 10000 : 10000000
  265. if (value % fm === 0) {
  266. newValue[0] = parseInt(value / fm) + ''
  267. } else {
  268. newValue[0] = Math.floor(parseFloat(value / fm) * 10) / 10 + ''
  269. }
  270. newValue[1] = text1
  271. } else if (num <= 16) {
  272. // 亿
  273. text1 = (num - 8) / 3 > 1 ? '千亿' : '亿'
  274. text1 = (num - 8) / 4 > 1 ? '万亿' : text1
  275. text1 = (num - 8) / 7 > 1 ? '千万亿' : text1
  276. // tslint:disable-next-line:no-shadowed-variable
  277. fm = 1
  278. if (text1 === '亿') {
  279. fm = 100000000
  280. } else if (text1 === '千亿') {
  281. fm = 100000000000
  282. } else if (text1 === '万亿') {
  283. fm = 1000000000000
  284. } else if (text1 === '千万亿') {
  285. fm = 1000000000000000
  286. }
  287. if (value % fm === 0) {
  288. newValue[0] = parseInt(value / fm) + ''
  289. } else {
  290. newValue[0] = Math.floor(parseFloat(value / fm) * 10) / 10 + ''
  291. }
  292. newValue[1] = text1
  293. }
  294. if (value < 1000) {
  295. newValue[0] = value + ''
  296. newValue[1] = ''
  297. }
  298. return newValue.join('')
  299. }
  300. }
  301. }
  302. </script>
  303. <style lang="scss"></style>
  304. <style lang="scss" scoped>
  305. .numSection{
  306. padding-bottom: 40rpx;
  307. margin-top: 50rpx;
  308. .item{
  309. width: 32%;
  310. text-align: center;
  311. border-right: 1rpx solid #dedede;
  312. &:last-child {
  313. border-right: none;
  314. }
  315. text{
  316. display: block;
  317. &:nth-child(1) {
  318. font-weight: bold;
  319. font-size: 32rpx;
  320. }
  321. &:nth-child(2) {
  322. color: #999;
  323. }
  324. }
  325. }
  326. }
  327. .pagae-nav {
  328. width: 100%;
  329. position: fixed;
  330. top: 0;
  331. z-index: 100;
  332. transition: 0.2s;
  333. }
  334. .nav-title {
  335. height: 80rpx;
  336. font-size: 32rpx;
  337. font-family: Source Han Sans, Source Han Sans;
  338. font-weight: bold;
  339. color: #000000;
  340. }
  341. .centerWrapper {
  342. padding-top: 200rpx;
  343. background-size: 100% auto;
  344. background-repeat: no-repeat;
  345. .userBox {
  346. padding-bottom: 40rpx;
  347. .center{
  348. display: flex;
  349. .avatarBox {
  350. height: 160rpx;
  351. background-size: 100% 100%;
  352. padding: 0 20rpx;
  353. position: relative;
  354. .avatarView {
  355. position: relative;
  356. display: inline-block;
  357. .avatar {
  358. width: 148rpx;
  359. height: 148rpx;
  360. border-radius: 50%;
  361. border: 8rpx solid #ffe996;
  362. }
  363. .avatarEdit {
  364. position: absolute;
  365. bottom: 0;
  366. right: 0;
  367. width: 48rpx;
  368. height: 48rpx;
  369. }
  370. }
  371. .centerEdit {
  372. width: 142rpx;
  373. height: 46rpx;
  374. position: absolute;
  375. right: 0;
  376. bottom: 20rpx;
  377. }
  378. }
  379. .userInfo {
  380. padding: 0 20rpx;
  381. padding-bottom: 32rpx;
  382. .nickname {
  383. font-size: 32rpx;
  384. font-family: Source Han Sans, Source Han Sans;
  385. font-weight: 700;
  386. color: #000000;
  387. padding: 24rpx 0 10rpx 0;
  388. margin-bottom: 20rpx;
  389. }
  390. .idinfo {
  391. display: flex;
  392. .username,
  393. .phone {
  394. display: flex;
  395. align-items: center;
  396. justify-content: center;
  397. margin-right: 44rpx;
  398. }
  399. }
  400. .copyBtn {
  401. background: rgba(255, 255, 255, 0.33);
  402. border-radius: 4rpx 4rpx 4rpx 4rpx;
  403. margin-left: 8rpx;
  404. color: #ac8906;
  405. font-size: 20rpx;
  406. padding: 4rpx 8rpx;
  407. }
  408. .info {
  409. font-size: 24rpx;
  410. font-family: Source Han Sans, Source Han Sans;
  411. font-weight: 350;
  412. color: #997A03;
  413. }
  414. .userInfoIcon {
  415. width: 34rpx;
  416. margin-right: 8rpx;
  417. }
  418. }
  419. }
  420. }
  421. }
  422. .mineWrapper {
  423. padding: 0 20rpx;
  424. background-color: #f6f6f6;
  425. position: relative;
  426. margin-top: -50rpx;
  427. .stoneBox {
  428. // margin-top: -40rpx;
  429. .flexIcon {
  430. width: 96rpx;
  431. height: 96rpx;
  432. }
  433. .stoneList {
  434. background-size: 100% 100%;
  435. height: 98rpx;
  436. display: flex;
  437. .stoneItem {
  438. padding: 22rpx 12rpx 10rpx 50rpx;
  439. display: flex;
  440. align-items: center;
  441. justify-content: center;
  442. height: 64rpx;
  443. font-size: 24rpx;
  444. font-family: Source Han Sans, Source Han Sans;
  445. font-weight: 350;
  446. color: #906700;
  447. .stoneIcon {
  448. width: 32rpx;
  449. height: 32rpx;
  450. margin-right: 8rpx;
  451. }
  452. .stoneNum {
  453. font-size: 36rpx;
  454. font-family: Rousseau Deco, Rousseau Deco;
  455. font-weight: bold;
  456. color: #000000;
  457. margin-left: 12rpx;
  458. }
  459. }
  460. }
  461. }
  462. .flexList {
  463. background-color: #fff;
  464. padding: 28rpx;
  465. border-radius: 20;
  466. margin-bottom: 40rpx;
  467. .title{
  468. margin-bottom: 30rpx;
  469. text{
  470. font-weight: bold;
  471. }
  472. }
  473. .flexItem {
  474. text-align: center;
  475. flex: 1;
  476. }
  477. }
  478. }
  479. .shoppingBox {
  480. background-color: #ffffff;
  481. border-radius: 16rpx;
  482. padding: 2rpx 28rpx 30rpx 28rpx;
  483. margin-top: 20rpx;
  484. background-size: 240rpx 150rpx;
  485. background-position: top right;
  486. background-repeat: no-repeat;
  487. .title {
  488. display: flex;
  489. align-items: center;
  490. justify-content: space-between;
  491. font-size: 28rpx;
  492. font-family: Source Han Sans, Source Han Sans;
  493. color: #000000;
  494. padding: 24rpx 0;
  495. font-weight: bold;
  496. .more {
  497. font-size: 24rpx;
  498. font-family: Source Han Sans, Source Han Sans;
  499. font-weight: 350;
  500. color: #d1c289;
  501. display: flex;
  502. align-items: center;
  503. }
  504. }
  505. .shopList {
  506. display: flex;
  507. .item {
  508. min-width: 338rpx;
  509. .shopImage {
  510. width: 332rpx;
  511. height: 154rpx;
  512. }
  513. &:last-child {
  514. margin-left: -16rpx;
  515. }
  516. }
  517. }
  518. }
  519. </style>