score.vue 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415
  1. <!-- 钱包 -->
  2. <template>
  3. <s-layout class="wallet-wrap" :bgStyle="{'backgroundColor':'#ffffff'}" :title="t('wallet.wallet')" navbar="normal">
  4. <view class="score-box bg-white ss-flex-col ss-row-center ss-col-center">
  5. <view class="ss-flex ss-m-t-30 w-100">
  6. <view class="ss-flex" style="flex-direction: column;flex:1;border-right:1px solid #f6f6f6">
  7. <view class="ss-m-b-10 circle value-box ss-flex ss-row-center" style="background:#fc000f">
  8. <view style="color:#fc000f">{{ t('wallet.红积分') }}</view>
  9. </view>
  10. <view class="ss-m-b-30 ss-font-40 text-center" style="color:#fc000f">
  11. <text class="all-title ss-m-r-8">{{ points2point(userWallet.integralDO.redCurrentQuota) }}</text>
  12. </view>
  13. </view>
  14. <view class="ss-flex" style="flex-direction: column;flex:1;border-right:1px solid #f6f6f6">
  15. <view class="ss-m-b-10 circle value-box ss-flex ss-row-center" style="background:#ecb80b">
  16. <view style="color:#ecb80b">{{ t('wallet.黄积分') }}</view>
  17. </view>
  18. <view class="ss-m-b-30 ss-font-40 text-center" style="color:#ecb80b">
  19. <text class="all-title ss-m-r-8">{{ points2point(userWallet.integralDO.yellowCurrentQuota) }}</text>
  20. </view>
  21. </view>
  22. <view class="ss-flex" style="flex-direction: column;flex:1;">
  23. <view class="ss-m-b-10 circle value-box ss-flex ss-row-center" style="background:#0c912f">
  24. <view style="color:#0c912f">{{ t('wallet.绿积分') }}</view>
  25. </view>
  26. <view class="ss-m-b-30 ss-font-40 text-center" style="color:#0c912f">
  27. <text class="all-title ss-m-r-8">{{ points2point(userWallet.integralDO.greenCurrentQuota) }}</text>
  28. </view>
  29. </view>
  30. </view>
  31. <view class="ss-flex ss-m-b-30">
  32. <view class="all-title ss-m-x-8">
  33. <button class="btn ss-reset-button" @tap="sheep.$router.go('/pages/user/wallet/scoreToConsumption')">
  34. {{ t('wallet.积分转换') }}
  35. </button>
  36. </view>
  37. <view class="all-title ss-m-x-8" >
  38. <button class="btn ss-reset-button" @tap="sheep.$router.go('/pages/user/wallet/consumptionTransfers')">
  39. {{ t('wallet.积分转让') }}
  40. </button>
  41. </view>
  42. </view>
  43. <!-- 分割线 -->
  44. <view style="width: 100%;height: 20rpx;background-color: #ececec;"></view>
  45. <uni-list :border="false" class="ss-p-t-10 ss-w-100">
  46. <!-- <uni-list-item clickable @tap="sheep.$router.go('/pages/user/wallet/maxScoreLog')" title="当前可获得峰值"
  47. showArrow :border="false">
  48. <template v-slot:body>
  49. <p style="width: 100%">
  50. {{t('wallet.current_peak')+ points2point(userWallet.integralDO.accumulatedQuota + userWallet.integralDO.ancestorQuota) }}/{{ points2point(userWallet.integralDO.highQuotaTotal) }}
  51. </p>
  52. </template>
  53. </uni-list-item> -->
  54. <!-- <uni-list-item clickable @tap="sheep.$router.go('/pages/user/wallet/ScoreLog', {isFreeze: true})"
  55. title="待确权" showArrow :border="false">
  56. <template v-slot:body>
  57. <p style="width: 100%">待确权:{{points2point(userWallet.integralDO.freezeQuota)}}</p>
  58. </template>
  59. </uni-list-item> -->
  60. <uni-list-item clickable @tap="sheep.$router.go('/pages/user/wallet/consumptionLog')"
  61. title="峰值记录" showArrow :border="false">
  62. <template v-slot:body>
  63. <p style="width: 100%">{{ t('wallet.峰值记录') }}
  64. <text :style="{ color: (userWallet.integralDO.accumulatedQuota + userWallet.integralDO.ancestorQuota + userWallet.integralDO.luckyQuota) == userWallet.integralDO.highQuotaTotal ? '#ff0000' : 'inherit' }">
  65. {{ points2point(userWallet.integralDO.accumulatedQuota + userWallet.integralDO.ancestorQuota + userWallet.integralDO.luckyQuota) }}/{{ points2point(userWallet.integralDO.highQuotaTotal) }}
  66. </text>
  67. </p>
  68. </template>
  69. </uni-list-item>
  70. <uni-list-item clickable @tap="sheep.$router.go('/pages/user/wallet/consumptionLog',{integralType: 1})"
  71. title="红积分记录" showArrow :border="false">
  72. <template v-slot:body>
  73. <p style="width: 100%">{{ t('wallet.红积分记录') }}</p>
  74. </template>
  75. </uni-list-item>
  76. <uni-list-item clickable @tap="sheep.$router.go('/pages/user/wallet/consumptionLog',{integralType: 2})"
  77. title="黄积分记录" showArrow :border="false">
  78. <template v-slot:body>
  79. <p style="width: 100%">{{ t('wallet.黄积分记录') }}</p>
  80. </template>
  81. </uni-list-item>
  82. <uni-list-item clickable @tap="sheep.$router.go('/pages/user/wallet/consumptionLog',{integralType: 3})"
  83. title="绿积分记录" showArrow :border="false">
  84. <template v-slot:body>
  85. <p style="width: 100%">{{ t('wallet.绿积分记录') }}</p>
  86. </template>
  87. </uni-list-item>
  88. <!-- <uni-list-item clickable @tap="sheep.$router.go('/pages/user/wallet/consumptionTransfersLog')"
  89. title="消费分转账" showArrow :border="false">
  90. <template v-slot:body>
  91. <p style="width: 100%">消费分转账</p>
  92. </template>
  93. </uni-list-item> -->
  94. <!-- <uni-list-item clickable @tap="sheep.$router.go('/pages/user/wallet/withdrawalLog')" title="提现记录"
  95. showArrow :border="false">
  96. <template v-slot:body>
  97. <p style="width: 100%">{{ t('wallet.withdrawal') }}</p>
  98. </template>
  99. </uni-list-item>
  100. <uni-list-item clickable @tap="state.showModel = true" title="佣金计算规则" :border="false">
  101. <template v-slot:body>
  102. <p style="width: 100%">{{ t('wallet.commission_rules') }}</p>
  103. </template>
  104. </uni-list-item> -->
  105. </uni-list>
  106. </view>
  107. <!-- 佣金计算规则 -->
  108. <su-popup :show="state.showModel" type="center" round="10" :isMaskClick="false" showClose @close="close">
  109. <view class="head-nav">
  110. <view :class="state.navIndex==0?'activite':''" class="ss-m-l-20" @click="checkIndex(0)">
  111. {{ t('wallet.commission_rules') }}
  112. </view>
  113. </view>
  114. <scroll-view class="scroll-view_H" scroll-y="true">
  115. <richtext title="佣金计算规则" type='tab' />
  116. </scroll-view>
  117. </su-popup>
  118. </s-layout>
  119. </template>
  120. <script setup>
  121. import sheep from '@/sheep';
  122. import {
  123. onLoad,
  124. onReachBottom
  125. } from '@dcloudio/uni-app';
  126. import {
  127. computed,
  128. reactive
  129. } from 'vue';
  130. import {
  131. points2point,
  132. } from '@/sheep/hooks/useGoods';
  133. import _ from 'lodash';
  134. import dayjs from 'dayjs';
  135. import PointApi from '@/sheep/api/member/point';
  136. import {
  137. resetPagination
  138. } from '@/sheep/util';
  139. import ScoreApi from '@/sheep/api/distri/score';
  140. import ScoreLog from './ScoreLog'
  141. import richtext from '@/pages/public/richtext'
  142. import { t } from '@/locale'
  143. const userWallet = computed(() => sheep.$store('user').userWallet);
  144. const statusBarHeight = sheep.$platform.device.statusBarHeight * 2;
  145. const userInfo = computed(() => sheep.$store('user').userInfo);
  146. const sys_navBar = sheep.$platform.navbar;
  147. const state = reactive({
  148. currentTab: 0,
  149. pagination: {
  150. list: [],
  151. total: 0,
  152. pageSize: 10,
  153. pageNo: 1,
  154. },
  155. loadStatus: '',
  156. showModel: false,
  157. });
  158. function close() {
  159. state.showModel = false;
  160. }
  161. const pointsPercentage = computed(() => {
  162. const currentQuota = parseFloat(points2point(userWallet.value.integralDO.accumulatedQuota + userWallet
  163. .value.integralDO.ancestorQuota));
  164. const highQuotaTotal = parseFloat(points2point(userWallet.value.integralDO.highQuotaTotal));
  165. const percentage = (currentQuota / highQuotaTotal) * 100;
  166. return Math.min(percentage, 100); // 确保百分比不会超过100
  167. });
  168. const percentageColor = computed(() => {
  169. if (pointsPercentage.value >= 90) {
  170. return '#fe0000';
  171. } else if (pointsPercentage.value >= 75) {
  172. return '#d8b800';
  173. } else {
  174. return '#0c912f';
  175. }
  176. });
  177. const circleStyle = computed(() => {
  178. return {
  179. // background: `conic-gradient(${percentageColor.value} ${pointsPercentage.value}%, #ddd ${pointsPercentage.value}%)`
  180. background: percentageColor.value
  181. };
  182. });
  183. onLoad((options) => {
  184. uni.$on('createWithDrawComplete', sheep.$store('user').getWallet);
  185. uni.$on('consumptionTransfersComplete', sheep.$store('user').getWallet);
  186. });
  187. </script>
  188. <style lang="scss" scoped>
  189. .circle {
  190. position: relative;
  191. width: 100px;
  192. height: 100px;
  193. border-radius: 50%;
  194. }
  195. .circle::before {
  196. content: '';
  197. position: absolute;
  198. top: 5px;
  199. left: 5px;
  200. right: 5px;
  201. bottom: 5px;
  202. border-radius: 50%;
  203. background-color: #fff;
  204. }
  205. .circle view {
  206. position: absolute;
  207. top: 50%;
  208. left: 50%;
  209. transform: translate(-50%, -50%);
  210. font-size: 14px;
  211. font-weight: bold;
  212. }
  213. .scroll-view_H {
  214. width: 600rpx;
  215. height: 700rpx;
  216. padding: 20rpx;
  217. }
  218. .head-nav {
  219. margin: 20rpx auto;
  220. display: flex;
  221. align-items: center;
  222. box-sizing: border-box;
  223. color: var(--ui-BG-Main);
  224. }
  225. .head-nav>view {
  226. padding-bottom: 10rpx;
  227. border-bottom: 4rpx solid var(--ui-BG-Main);
  228. }
  229. .uni-list-item {
  230. margin: 0 20rpx;
  231. padding: 10rpx 0;
  232. border-bottom: 1px solid #d8d8d9;
  233. }
  234. .color-red {
  235. color: red;
  236. }
  237. .color-green {
  238. color: green;
  239. }
  240. .score-box {
  241. border-radius: 20rpx;
  242. // padding-top: 100rpx;
  243. }
  244. .avatar-box {
  245. width: 100rpx;
  246. height: 100rpx;
  247. border-radius: 50%;
  248. overflow: hidden;
  249. .avatar-img {
  250. width: 100%;
  251. height: 100%;
  252. }
  253. }
  254. .value-box {
  255. width: 160rpx;
  256. height: 160rpx;
  257. text-align: center;
  258. border-radius: 50%;
  259. font-weight: bold;
  260. }
  261. .btn {
  262. padding:0 1rem;
  263. background: linear-gradient(90deg, var(--ui-BG-Main), var(--ui-BG-Main-gradient));
  264. border-radius: 20rpx;
  265. font-size: 28rpx;
  266. font-weight: 500;
  267. color: $white;
  268. position: relative;
  269. z-index: 1;
  270. }
  271. .header-box {
  272. width: 100%;
  273. background: linear-gradient(180deg, var(--ui-BG-Main) 0%, var(--ui-BG-Main-gradient) 100%) no-repeat;
  274. background-size: 750rpx 100%;
  275. padding: 0 0 120rpx 0;
  276. box-sizing: border-box;
  277. .score-box {
  278. height: 100%;
  279. .all-num {
  280. font-size: 50rpx;
  281. font-weight: bold;
  282. color: #fff;
  283. font-family: OPPOSANS;
  284. }
  285. .all-title {
  286. font-size: 26rpx;
  287. font-weight: 500;
  288. color: #fff;
  289. }
  290. .cicon-help-o {
  291. color: #fff;
  292. font-size: 28rpx;
  293. }
  294. }
  295. }
  296. // 筛选
  297. .filter-box {
  298. height: 114rpx;
  299. background-color: $bg-page;
  300. .total-box {
  301. font-size: 24rpx;
  302. font-weight: 500;
  303. color: $dark-9;
  304. }
  305. .date-btn {
  306. background-color: $white;
  307. line-height: 54rpx;
  308. border-radius: 27rpx;
  309. padding: 0 20rpx;
  310. font-size: 24rpx;
  311. font-weight: 500;
  312. color: $dark-6;
  313. .ss-seldate-icon {
  314. font-size: 50rpx;
  315. color: $dark-9;
  316. }
  317. }
  318. }
  319. .model-box {
  320. height: 50vh;
  321. }
  322. .list-box {
  323. width: 500rpx;
  324. padding: 0 30rpx;
  325. overflow-y: auto;
  326. .list-item {
  327. background: #fff;
  328. // border-bottom: 1rpx solid #dfdfdf;
  329. padding: 30rpx;
  330. .name {
  331. font-size: 28rpx;
  332. font-weight: 500;
  333. color: rgba(102, 102, 102, 1);
  334. line-height: 28rpx;
  335. // margin-bottom: 20rpx;
  336. }
  337. .time {
  338. font-size: 24rpx;
  339. font-weight: 500;
  340. color: rgba(196, 196, 196, 1);
  341. line-height: 24px;
  342. }
  343. .add {
  344. font-size: 30rpx;
  345. font-weight: 500;
  346. color: #e6b873;
  347. }
  348. .minus {
  349. font-size: 30rpx;
  350. font-weight: 500;
  351. color: $dark-3;
  352. }
  353. }
  354. }
  355. </style>