index.vue 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518
  1. <template>
  2. <view :style="colorStyle">
  3. <view class="acea-row nav">
  4. <view class="acea-row row-center-wrapper" :class="{ on: nav === 1 }" @click="navTab(1)">{{ $t(`消费商`) }}
  5. </view>
  6. <view class="acea-row row-center-wrapper" :class="{ on: nav === 2 }" @click="navTab(2)">{{ $t(`绑定记录`) }}
  7. </view>
  8. </view>
  9. <view v-show="(nav === 2)" class="record-wrapper">
  10. <u-cell-group>
  11. <u-cell v-for="(item, index) in invoiceList" :key="index">
  12. <view slot="title" class="u-slot-title">
  13. <u--text mode="name" :text="item.userName" bold></u--text>
  14. <u--text :text="('前上级:'+item.beforeParentName)"></u--text>
  15. <u--text :text="('现上级:'+item.afterParentName)"></u--text>
  16. </view>
  17. <view slot="right-icon" style="margin-top: 20px">
  18. <u--text :text="item.typeMsg" bold align="right"></u--text>
  19. <u--text :text="item.updateTime"></u--text>
  20. </view>
  21. </u-cell>
  22. </u-cell-group>
  23. <view v-show="page === 2 && !invoiceList.length" class="nothing">
  24. <image :src="imgHost + '/statics/images/noInvoice.png'"></image>
  25. <view>{{ $t(`没有绑定信息哟~`) }}</view>
  26. </view>
  27. </view>
  28. <view v-show="(nav === 1)">
  29. <view class="list">
  30. <u-grid :border="true" col="2" @click="click">
  31. <u-grid-item v-for="(listItem, listIndex) in list" :key="listIndex">
  32. <text class="grid-text">{{( listItem.title) }}{{listIndex ==0 ?' >':''}}</text>
  33. <text class="grid-text-amount">{{ listItem.count }}{{listIndex <=1?'元':''}}</text>
  34. </u-grid-item>
  35. </u-grid>
  36. <view class="imageUrl">
  37. <view class="imageUrlin">
  38. <u--image src="https://cdn.uviewui.com/uview/album/1.jpg" height="200px" width="100%"
  39. :showLoading="true">
  40. <view slot="error" style="font-size: 24rpx;">加载失败</view>
  41. </u--image>
  42. </view>
  43. </view>
  44. </view>
  45. <!-- <view v-show="page === 2 && !invoiceList.length" class="nothing">
  46. <image :src="imgHost + '/statics/images/noInvoice.png'"></image>
  47. <view>{{ $t(`没有消费商信息哟~`) }}</view>
  48. </view> -->
  49. <navigator class="add-link" :url="`/pages/users/user_invoice_form/index?specialInvoice=${specialInvoice}`">
  50. {{ $t(`邀请用户立即参与`) }}</navigator>
  51. </view>
  52. <!-- #ifndef MP -->
  53. <home></home>
  54. <!-- #endif -->
  55. </view>
  56. </template>
  57. <script>
  58. import home from '@/components/home';
  59. import {
  60. mapGetters
  61. } from "vuex";
  62. import {
  63. invoiceList,
  64. invoiceDelete,
  65. getUserInfo
  66. } from '@/api/user.js';
  67. import {
  68. postStatistics,
  69. linkedBindLogList
  70. } from '@/api/home.js';
  71. import {
  72. orderInvoiceList
  73. } from '@/api/order.js';
  74. import colors from '@/mixins/color.js';
  75. import { HTTP_REQUEST_URL } from '@/config/app';
  76. export default {
  77. components: {
  78. home
  79. },
  80. mixins: [colors],
  81. data() {
  82. return {
  83. list: [{
  84. name: 'photo',
  85. title: '累计收益',
  86. count: 0
  87. },
  88. {
  89. name: 'lock',
  90. title: '今日收益',
  91. count: 0
  92. },
  93. {
  94. name: 'star',
  95. title: '直属伙伴',
  96. count: 0
  97. },
  98. {
  99. name: 'hourglass',
  100. title: '团队伙伴',
  101. count: 0
  102. },
  103. {
  104. name: 'home',
  105. title: '我的幸运数',
  106. count: 0
  107. },
  108. {
  109. name: 'star',
  110. title: '当前幸运数',
  111. count: 0
  112. },
  113. ],
  114. imgHost: HTTP_REQUEST_URL,
  115. orderList: [],
  116. invoiceList: [],
  117. nav: 1, // 1:发票记录 2:抬头管理
  118. page: 1,
  119. limit: 30,
  120. loading: false,
  121. finished: false,
  122. specialInvoice: true
  123. };
  124. },
  125. watch: {
  126. nav: {
  127. immediate: true,
  128. handler(value) {
  129. this.page = 1;
  130. switch (value) {
  131. case 1:
  132. this.orderList = [];
  133. this.getStatistics();
  134. break;
  135. case 2:
  136. this.invoiceList = [];
  137. this.getInvoiceList();
  138. break;
  139. }
  140. }
  141. }
  142. },
  143. computed: mapGetters(['isLogin']),
  144. onLoad(option) {
  145. if (option.from === 'invoice_form') {
  146. this.nav = 2;
  147. }
  148. this.getStatistics();
  149. },
  150. methods: {
  151. click(name) {
  152. console.log(name);
  153. },
  154. getStatistics() {
  155. uni.showLoading({
  156. title: this.$t(`加载中`)
  157. });
  158. postStatistics({
  159. userId: this.$store.state.app.uid
  160. }
  161. ).then(res => {
  162. this.list[0].count = res.data.earningsCount || 0
  163. this.list[1].count = res.data.todayEarnings || 0
  164. this.list[2].count = res.data.oneCount || 0
  165. this.list[3].count = res.data.twoCount || 0
  166. this.list[4].count = res.data.sort || 0
  167. this.list[5].count = res.data.outSort || 0
  168. this.specialInvoice = true
  169. uni.hideLoading();
  170. });
  171. },
  172. // 菜单切换
  173. navTab(nav) {
  174. if (this.nav !== nav) {
  175. this.nav = nav;
  176. }
  177. },
  178. // 记录列表
  179. getOrderList() {
  180. uni.showLoading({
  181. title: this.$t(`加载中`)
  182. });
  183. orderInvoiceList({
  184. page: this.page,
  185. limit: this.limit
  186. }).then(res => {
  187. const {
  188. data
  189. } = res;
  190. uni.hideLoading();
  191. this.orderList = this.orderList.concat(data);
  192. this.finished = data.length < this.limit;
  193. this.page += 1;
  194. }).catch(err => {
  195. uni.showToast({
  196. title: err.msg,
  197. icon: 'none'
  198. });
  199. });
  200. },
  201. // 发票列表
  202. getInvoiceList() {
  203. uni.showLoading({
  204. title: this.$t(`加载中`)
  205. });
  206. linkedBindLogList({
  207. userId: this.$store.state.app.uid,
  208. current: this.page,
  209. size: this.limit
  210. }).then(res => {
  211. const {
  212. data
  213. } = res;
  214. uni.hideLoading();
  215. this.invoiceList = this.invoiceList.concat(data);
  216. this.finished = data.length < this.limit;
  217. this.page += 1;
  218. }).catch(err => {
  219. uni.showToast({
  220. title: err.msg,
  221. icon: 'none'
  222. });
  223. });
  224. },
  225. // 编辑发票
  226. editInvoice(id) {
  227. uni.navigateTo({
  228. url: `/pages/users/user_invoice_form/index?id=${id}`
  229. });
  230. },
  231. // 删除发票
  232. deleteInvoice(id) {
  233. let that = this;
  234. uni.showModal({
  235. content: that.$t(`删除该发票?`),
  236. confirmColor: '#E93323',
  237. success(res) {
  238. if (res.confirm) {
  239. invoiceDelete(id).then(() => {
  240. that.$util.Tips({
  241. title: that.$t(`删除成功`),
  242. icon: 'success'
  243. }, () => {
  244. let index = that.invoiceList.findIndex(value => {
  245. return value.id == id;
  246. });
  247. that.invoiceList.splice(index, 1);
  248. });
  249. }).catch(err => {
  250. return that.$util.Tips({
  251. title: err
  252. });
  253. });
  254. }
  255. }
  256. });
  257. }
  258. }
  259. }
  260. </script>
  261. <style lang="scss" scoped>
  262. .imageUrl {
  263. text-align: center !important;
  264. margin-top: 30px;
  265. width: 100%;
  266. height: 230px
  267. }
  268. .imageUrlin {
  269. width: 80%;
  270. height: 200px;
  271. margin-left: auto;
  272. margin-right: auto;
  273. }
  274. .grid-text {
  275. font-size: 16px;
  276. color: #3b3c3d;
  277. padding: 20rpx 20px 20rpx 0rpx;
  278. /* #ifndef APP-PLUS */
  279. box-sizing: border-box;
  280. /* #endif */
  281. }
  282. .grid-text-amount {
  283. font-size: 16px;
  284. color: #d82a64;
  285. padding: 10rpx 20px 20rpx 0rpx;
  286. /* #ifndef APP-PLUS */
  287. box-sizing: border-box;
  288. /* #endif */
  289. }
  290. .nav {
  291. position: fixed;
  292. top: 0;
  293. left: 0;
  294. z-index: 9;
  295. width: 100%;
  296. height: 90rpx;
  297. background-color: #FFFFFF;
  298. }
  299. .nav .acea-row {
  300. flex: 1;
  301. border-top: 3rpx solid transparent;
  302. border-bottom: 3rpx solid transparent;
  303. font-size: 30rpx;
  304. color: #282828;
  305. }
  306. .nav .on {
  307. border-bottom-color: var(--view-theme);
  308. color: var(--view-theme);
  309. }
  310. .list {
  311. padding: 14rpx 32rpx;
  312. margin-top: 90rpx;
  313. margin-bottom: 140rpx;
  314. }
  315. .list .item {
  316. padding: 28rpx 32rpx;
  317. background-color: #FFFFFF;
  318. }
  319. .list .item~.item {
  320. margin-top: 14rpx;
  321. }
  322. .list .item-hd .acea-row {
  323. flex: 1;
  324. min-width: 0;
  325. }
  326. .list .name {
  327. font-weight: 600;
  328. font-size: 30rpx;
  329. color: #282828;
  330. }
  331. .list .label {
  332. width: 56rpx;
  333. height: 28rpx;
  334. border: 1rpx solid var(--view-theme);
  335. margin-left: 18rpx;
  336. font-size: 20rpx;
  337. line-height: 26rpx;
  338. text-align: center;
  339. color: var(--view-theme);
  340. }
  341. .list .type {
  342. // width: 172rpx;
  343. height: 42rpx;
  344. margin-left: 30rpx;
  345. background-color: #FCF0E0;
  346. font-size: 24rpx;
  347. line-height: 42rpx;
  348. text-align: center;
  349. color: #D67300;
  350. }
  351. .list .type.special {
  352. background-color: #FDE9E7;
  353. color: #E93323;
  354. }
  355. .list .item-bd {
  356. margin-top: 18rpx;
  357. }
  358. .list .cell {
  359. font-size: 26rpx;
  360. color: #666666;
  361. }
  362. .list .cell~.cell {
  363. margin-top: 12rpx;
  364. }
  365. .list .item-ft {
  366. margin-top: 11rpx;
  367. }
  368. .list .btn {
  369. font-size: 26rpx;
  370. color: #282828;
  371. cursor: pointer;
  372. }
  373. .list .btn~.btn {
  374. margin-left: 35rpx;
  375. }
  376. .list .btn .iconfont {
  377. margin-right: 10rpx;
  378. font-size: 24rpx;
  379. color: #000000;
  380. }
  381. .add-link {
  382. position: fixed;
  383. right: 30rpx;
  384. bottom: 33rpx;
  385. left: 30rpx;
  386. height: 86rpx;
  387. border-radius: 43rpx;
  388. background-color: var(--view-theme);
  389. font-size: 30rpx;
  390. line-height: 86rpx;
  391. text-align: center;
  392. color: #FFFFFF;
  393. .iconfont {
  394. margin-right: 14rpx;
  395. font-size: 28rpx;
  396. }
  397. }
  398. .nothing {
  399. margin-top: 254rpx;
  400. font-size: 26rpx;
  401. text-align: center;
  402. color: #999999;
  403. .image {
  404. width: 400rpx;
  405. height: 260rpx;
  406. margin-bottom: 20rpx;
  407. }
  408. }
  409. .record-wrapper {
  410. margin-top: 110rpx;
  411. .item {
  412. padding-right: 30rpx;
  413. padding-left: 30rpx;
  414. border-radius: 6rpx;
  415. margin: 30rpx;
  416. background-color: #FFFFFF;
  417. .item-hd {
  418. padding-top: 36rpx;
  419. padding-bottom: 36rpx;
  420. .image {
  421. width: 78rpx;
  422. height: 78rpx;
  423. border-radius: 6rpx;
  424. }
  425. .text {
  426. flex: 1;
  427. display: -webkit-box;
  428. -webkit-box-orient: vertical;
  429. -webkit-line-clamp: 2;
  430. overflow: hidden;
  431. margin-left: 24rpx;
  432. font-size: 26rpx;
  433. line-height: 37rpx;
  434. color: #282828;
  435. }
  436. }
  437. .item-bd {
  438. padding: 26rpx 30rpx 25rpx 32rpx;
  439. border-radius: 20rpx;
  440. background-color: #F5F6F7;
  441. font-size: 26rpx;
  442. line-height: 37rpx;
  443. color: #818181;
  444. .name {
  445. margin-bottom: 8rpx;
  446. font-weight: bold;
  447. font-size: 26rpx;
  448. color: #282828;
  449. }
  450. .money {
  451. font-weight: bold;
  452. font-size: 24rpx;
  453. color: #282828;
  454. .num {
  455. font-size: 32rpx;
  456. }
  457. }
  458. }
  459. .item-ft {
  460. padding-top: 30rpx;
  461. padding-bottom: 30rpx;
  462. font-weight: bold;
  463. font-size: 28rpx;
  464. color: #282828;
  465. .link {
  466. width: 150rpx;
  467. height: 57rpx;
  468. border: 1rpx solid #707070;
  469. border-radius: 29rpx;
  470. font-weight: normal;
  471. font-size: 26rpx;
  472. line-height: 57rpx;
  473. text-align: center;
  474. color: #282828;
  475. }
  476. }
  477. }
  478. }
  479. </style>