score.vue 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352
  1. <!-- 我的积分 -->
  2. <template>
  3. <s-layout class="wallet-wrap" :bgStyle="{'backgroundColor':'#ffffff'}" title="我的积分" navbar="normal">
  4. <view class="score-box bg-white ss-flex-col ss-row-center ss-col-center">
  5. <view class="ss-m-b-40 value-box " @tap="state.showModel = true">
  6. <view class="all-title ss-m-r-8">#</view>
  7. </view>
  8. <view class="ss-m-b-40 ss-font-40">
  9. <text class="all-title ss-m-r-8">#{{ userInfo.point || 0 }}</text>
  10. </view>
  11. <view class="ss-m-b-40 ss-font-32 text-center">
  12. <view class="all-title ss-m-r-8 ss-m-b-10 ">当前可兑换积分:#3783</view>
  13. <view class="all-title ss-m-r-8" style="color: var(--ui-BG-Main)" @tap="state.showQueModel = true">
  14. 待确权积分:#353</view>
  15. </view>
  16. <view class="ss-m-b-80">
  17. <view class="all-title ss-m-r-8 ss-m-b-10">可兑换积分得计算规则</view>
  18. <view class="all-title ss-m-r-8 text-center">[点击查看说明]</view>
  19. </view>
  20. <view class="ss-m-b-40">
  21. <view class="all-title ss-m-r-8">
  22. <button class="btn ss-reset-button ui-Shadow-Main" @tap="sheep.$router.go('/pages/user/wallet/scoreToMoney')">
  23. 兑换
  24. </button>
  25. </view>
  26. </view>
  27. <!-- <view class="ss-m-b-40">
  28. <view class="all-title ss-m-r-8">
  29. <button class="btn ss-reset-button ui-Shadow-Main">
  30. 代购NFR
  31. </button>
  32. </view>
  33. </view> -->
  34. </view>
  35. <!-- tab 统计 -->
  36. <!-- <su-sticky :customNavHeight="sys_navBar">
  37. <view class="filter-box ss-p-x-30 ss-flex ss-col-center ss-row-between">
  38. <uni-datetime-picker v-model="state.date" type="daterange" @change="onChangeTime" :end="state.today">
  39. <button class="ss-reset-button date-btn">
  40. <text>{{ dateFilterText }}</text>
  41. <text class="cicon-drop-down ss-seldate-icon"></text>
  42. </button>
  43. </uni-datetime-picker>
  44. </view>
  45. <su-tabs :list="tabMaps" @change="onChange" :scrollable="false" :current="state.currentTab"></su-tabs>
  46. </su-sticky> -->
  47. <!-- 积分来源 -->
  48. <su-popup :show="state.showModel" type="center" round="10" :isMaskClick="false" showClose @close="close">
  49. <view class="model-box ss-flex-col">
  50. <scroll-view class="list-box" scroll-y="true" @touchmove.stop>
  51. <view v-if="state.pagination.total > 0">
  52. <view class="list-item ss-flex ss-col-center"
  53. v-for="item in state.pagination.list" :key="item.id">
  54. <view class="name">{{ item.title }} : #{{ item.point}}</view>
  55. </view>
  56. </view>
  57. <s-empty v-else text="暂无数据" paddingTop="120" icon="/static/data-empty.png" />
  58. </scroll-view>
  59. </view>
  60. </su-popup>
  61. <!-- 积分确权 -->
  62. <su-popup :show="state.showQueModel" type="center" round="10" :isMaskClick="false" showClose @close="close">
  63. <view class="model-box ss-flex-col">
  64. <view class="all-title ss-p-x-30 ss-p-t-30" >
  65. 待确权积分 <text style="float: right;">共#234</text>
  66. </view>
  67. <scroll-view class="list-box" style="width: 600rpx;" scroll-y="true" @touchmove.stop>
  68. <view v-if="state.pagination.total > 0">
  69. <view class="list-item ss-flex ss-col-center ss-row-between "
  70. v-for="(item,index) in state.pagination.list" :key="item.id" style="padding: 30rpx 0;">
  71. <view class="ss-flex ss-col-center" style="width: 100%;">
  72. <view>
  73. {{index+1}}
  74. </view>
  75. <!-- 头像 -->
  76. <view class="avatar-box ss-m-x-20">
  77. <image class="avatar-img" :src="
  78. sheep.$url.static('/static/img/shop/default_avatar.png')" mode="aspectFill"></image>
  79. </view>
  80. <view class="ss-flex ss-m-t-10" style="flex-direction: column;align-items: flex-start;width: calc(100% - 5.5rem);">
  81. <view class="name" style="width: 100%;"> {{ item.name || '空' }} <text style="float: right;">#{{item.point}}</text></view>
  82. <view class="time " style="width: 100%;">{{sheep.$helper.timeFormat(item.createTime, 'yyyy-mm-dd hh:MM')}}
  83. <text style="float: right;">消费额:¥234</text></view>
  84. </view>
  85. </view>
  86. </view>
  87. </view>
  88. <s-empty v-else text="暂无数据" paddingTop="80" icon="/static/data-empty.png" />
  89. </scroll-view>
  90. </view>
  91. </su-popup>
  92. </s-layout>
  93. </template>
  94. <script setup>
  95. import sheep from '@/sheep';
  96. import {
  97. onLoad,
  98. onReachBottom
  99. } from '@dcloudio/uni-app';
  100. import {
  101. computed,
  102. reactive
  103. } from 'vue';
  104. import _ from 'lodash';
  105. import dayjs from 'dayjs';
  106. import PointApi from '@/sheep/api/member/point';
  107. import {
  108. resetPagination
  109. } from '@/sheep/util';
  110. const statusBarHeight = sheep.$platform.device.statusBarHeight * 2;
  111. const userInfo = computed(() => sheep.$store('user').userInfo);
  112. const sys_navBar = sheep.$platform.navbar;
  113. const state = reactive({
  114. currentTab: 0,
  115. pagination: {
  116. list: 0,
  117. total: 0,
  118. pageSize: 6,
  119. pageNo: 1,
  120. },
  121. loadStatus: '',
  122. date: [],
  123. today: '',
  124. showModel: false,
  125. showQueModel: false
  126. });
  127. const close = () => {
  128. state.showModel = false
  129. state.showQueModel = false
  130. }
  131. const tabMaps = [{
  132. name: '全部',
  133. value: 'all',
  134. },
  135. {
  136. name: '收入',
  137. value: 'true',
  138. },
  139. {
  140. name: '支出',
  141. value: 'false',
  142. },
  143. ];
  144. const dateFilterText = computed(() => {
  145. if (state.date[0] === state.date[1]) {
  146. return state.date[0];
  147. } else {
  148. return state.date.join('~');
  149. }
  150. });
  151. async function getLogList() {
  152. state.loadStatus = 'loading';
  153. let {
  154. code,
  155. data
  156. } = await PointApi.getPointRecordPage({
  157. pageNo: state.pagination.pageNo,
  158. pageSize: state.pagination.pageSize,
  159. addStatus: state.currentTab > 0 ? tabMaps[state.currentTab].value : undefined,
  160. 'createTime[0]': state.date[0] + ' 00:00:00',
  161. 'createTime[1]': state.date[1] + ' 23:59:59',
  162. });
  163. if (code !== 0) {
  164. return;
  165. }
  166. state.pagination.list = data.list;
  167. state.pagination.total = data.total;
  168. state.loadStatus = state.pagination.list.length < state.pagination.total ? 'more' : 'noMore';
  169. }
  170. onLoad(() => {
  171. state.today = dayjs().format('YYYY-MM-DD');
  172. state.date = [state.today, state.today];
  173. getLogList();
  174. });
  175. function onChange(e) {
  176. state.currentTab = e.index;
  177. resetPagination(state.pagination);
  178. getLogList();
  179. }
  180. function onChangeTime(e) {
  181. state.date[0] = e[0];
  182. state.date[1] = e[e.length - 1];
  183. resetPagination(state.pagination);
  184. getLogList();
  185. }
  186. function onLoadMore() {
  187. if (state.loadStatus === 'noMore') {
  188. return;
  189. }
  190. state.pagination.pageNo++;
  191. getLogList();
  192. }
  193. onReachBottom(() => {
  194. onLoadMore();
  195. });
  196. </script>
  197. <style lang="scss" scoped>
  198. .score-box {
  199. margin: 20rpx;
  200. border-radius: 20rpx;
  201. padding-top: 100rpx;
  202. }
  203. .avatar-box {
  204. width: 100rpx;
  205. height: 100rpx;
  206. border-radius: 50%;
  207. overflow: hidden;
  208. .avatar-img {
  209. width: 100%;
  210. height: 100%;
  211. }
  212. }
  213. .value-box {
  214. width: 100rpx;
  215. height: 100rpx;
  216. line-height: 100rpx;
  217. text-align: center;
  218. border-radius: 50%;
  219. border: 2px solid #f6f6f6;
  220. }
  221. .btn {
  222. width: 300rpx;
  223. background: linear-gradient(90deg, var(--ui-BG-Main), var(--ui-BG-Main-gradient));
  224. border-radius: 20rpx;
  225. font-size: 30rpx;
  226. font-weight: 500;
  227. line-height: 80rpx;
  228. color: $white;
  229. position: relative;
  230. z-index: 1;
  231. }
  232. .header-box {
  233. width: 100%;
  234. background: linear-gradient(180deg, var(--ui-BG-Main) 0%, var(--ui-BG-Main-gradient) 100%) no-repeat;
  235. background-size: 750rpx 100%;
  236. padding: 0 0 120rpx 0;
  237. box-sizing: border-box;
  238. .score-box {
  239. height: 100%;
  240. .all-num {
  241. font-size: 50rpx;
  242. font-weight: bold;
  243. color: #fff;
  244. font-family: OPPOSANS;
  245. }
  246. .all-title {
  247. font-size: 26rpx;
  248. font-weight: 500;
  249. color: #fff;
  250. }
  251. .cicon-help-o {
  252. color: #fff;
  253. font-size: 28rpx;
  254. }
  255. }
  256. }
  257. // 筛选
  258. .filter-box {
  259. height: 114rpx;
  260. background-color: $bg-page;
  261. .total-box {
  262. font-size: 24rpx;
  263. font-weight: 500;
  264. color: $dark-9;
  265. }
  266. .date-btn {
  267. background-color: $white;
  268. line-height: 54rpx;
  269. border-radius: 27rpx;
  270. padding: 0 20rpx;
  271. font-size: 24rpx;
  272. font-weight: 500;
  273. color: $dark-6;
  274. .ss-seldate-icon {
  275. font-size: 50rpx;
  276. color: $dark-9;
  277. }
  278. }
  279. }
  280. .list-box {
  281. width: 500rpx;
  282. height: 600rpx;
  283. padding:0 20rpx;
  284. overflow-y: auto;
  285. .list-item {
  286. background: #fff;
  287. // border-bottom: 1rpx solid #dfdfdf;
  288. padding: 30rpx;
  289. .name {
  290. font-size: 28rpx;
  291. font-weight: 500;
  292. color: rgba(102, 102, 102, 1);
  293. line-height: 28rpx;
  294. // margin-bottom: 20rpx;
  295. }
  296. .time {
  297. font-size: 24rpx;
  298. font-weight: 500;
  299. color: rgba(196, 196, 196, 1);
  300. line-height: 24px;
  301. }
  302. .add {
  303. font-size: 30rpx;
  304. font-weight: 500;
  305. color: #e6b873;
  306. }
  307. .minus {
  308. font-size: 30rpx;
  309. font-weight: 500;
  310. color: $dark-3;
  311. }
  312. }
  313. }
  314. </style>