integral.vue 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582
  1. <template>
  2. <view class="box">
  3. <view class="topBox">
  4. <view class="topCont">
  5. <view class="jfgz" @click="gorule">
  6. <view class="jfgzTxt">积分规则</view>
  7. <img src="../../static/timg/jthei.png" alt="" class="jfjt">
  8. </view>
  9. <view class="kyjf">
  10. <view class="kyjfTitle">可用积分</view>
  11. <view class="kyjfCont">
  12. <view class="kyjfNum">{{avaIntegral?avaIntegral:0}}</view>
  13. <!-- <view class="kyjfDq">333积分即将过期</view> -->
  14. </view>
  15. </view>
  16. </view>
  17. <view class="topBottom">
  18. <view class="topBottomLine" @click="goscoreRecord">
  19. <view><img src="../../static/timg/jfjl.png" alt="" class="topBottomLineImg"></view>
  20. <view class="topBottomLineTxt">积分记录</view>
  21. </view>
  22. <view class="topBottomSx"></view>
  23. <view class="topBottomLine" @click="goexchangeRecord">
  24. <view><img src="../../static/timg/dhjl.png" alt="" class="topBottomLineImg"></view>
  25. <view class="topBottomLineTxt">兑换记录</view>
  26. </view>
  27. </view>
  28. </view>
  29. <!-- 热门兑换 -->
  30. <view class="exchangeBox" v-if="hotlist.length>0">
  31. <view class="exchangeTitleBox">
  32. <view class="exchangeTitle">热门兑换</view>
  33. <img src="../../static/timg/renhuo.png" alt="" class="rehuoimg">
  34. </view>
  35. <view class="exchangeCont">
  36. <scroll-view scroll-x="true" class="scroll-viewX">
  37. <!-- <view class="exchange"> -->
  38. <view class="exchangeLine" v-for="(item,index) in hotlist" @click="goDetail(item.id)">
  39. <img class="exchangeLineImg" v-if="item.img" :src="item.img" alt="">
  40. <image v-else src="../../static/timg/noimg.png" mode="" class="exchangeLineImg"></image>
  41. <view class="exchangeName">{{item.name}}</view>
  42. <view> <span class="jfspan1">{{item.integral}}</span> <span class="jfspan2">积分</span></view>
  43. </view>
  44. <view style="width: 20rpx;"></view>
  45. <!-- </view> -->
  46. </scroll-view>
  47. </view>
  48. </view>
  49. <!-- 商品列表 -->
  50. <view class="goodsBox">
  51. <scroll-view scroll-x="true" class="scroll-X" >
  52. <view class="classificationBox">
  53. <view class="classification" v-for="(item,index) in categoryList" @click="topClick(index,item)">
  54. <view class="classificationName" :class="{classificationNameActive:topIndex==index}">{{item.Name}}</view>
  55. <view class="classificationHx" v-if="topIndex==index"></view>
  56. </view>
  57. </view>
  58. </scroll-view>
  59. <view class="goodsLineBOx">
  60. <view class="exchangeLine2" v-for="(item,index) in list" @click="goDetail(item.ID)">
  61. <img class="exchangeLineImg2" :src="item.url" alt="" v-if="item.url">
  62. <image v-else src="../../static/timg/noimg.png" mode="" class="exchangeLineImg2"></image>
  63. <view class="exchangeName2">{{item.Name}}</view>
  64. <view> <span class="jfspan1">{{item.Integral}}</span> <span class="jfspan2">积分</span></view>
  65. </view>
  66. </view>
  67. <nodata v-if="list.length==0"></nodata>
  68. </view>
  69. <img src="../../static/timg/btn_top@2x.png" alt="" class="btn_top" @click="btnTop">
  70. <!-- 手机号授权 -->
  71. <view class="authorizBox" v-if="authorizShow" @click="authorizShow=false">
  72. <view class="authorizCont" @click.stop="">
  73. <view class="authorizName">{{wxOpenData.miniAppName}}</view>
  74. <view class="authorizMs">您好,欢迎访问本店,授权手机号登录能获取我们最新的促销活动哦~</view>
  75. <button class="authorizContbutton" type="default" open-type="getPhoneNumber" @getphonenumber="decryptPhoneNumber">授权</button>
  76. </view>
  77. <view style="text-align: center;padding-top: 56rpx;">
  78. <image src="../../static/timg/icon_guanbi@2x.png" mode="" class="authorizCloseImg"></image>
  79. </view>
  80. </view>
  81. </view>
  82. </template>
  83. <script>
  84. import nodata from '../../components/nodata/nodata.vue'
  85. export default {
  86. components: {
  87. nodata,
  88. },
  89. data() {
  90. return {
  91. page:1,
  92. topIndex:0,
  93. totalIntegral:'',
  94. hotlist:'',
  95. categoryList:'',
  96. list:[],
  97. categoryID:'',
  98. avaIntegral:'',
  99. authorizShow:false,
  100. userInfo:'',
  101. ext:'',
  102. wxOpenData:'',
  103. }
  104. },
  105. onLoad(opt) {
  106. this.totalIntegral=opt.totalIntegral;
  107. this.userInfo=this.$store.state.userInfo;
  108. this.ext=this.$common.getExtStoreId();
  109. if(this.userInfo){
  110. this.getintegralInfo()
  111. this.gethotExchange();
  112. this.getcategoryList();
  113. this.getintegralGoodsPage();
  114. }else{
  115. this.$common.automaticlogin().then(val => {
  116. this.userInfo=this.$store.state.userInfo;
  117. this.wxOpenData=this.$store.state.wxOpenData;
  118. if(!this.userInfo){
  119. this.authorizShow=true
  120. }
  121. this.getintegralInfo()
  122. this.gethotExchange();
  123. this.getcategoryList();
  124. this.getintegralGoodsPage();
  125. })
  126. }
  127. },
  128. methods: {
  129. authorizShowno(){
  130. this.authorizShow=false
  131. },
  132. decryptPhoneNumber: function(e) {
  133. console.log(e);
  134. this.code=e.detail.code
  135. this.wxPhoneLogin()
  136. this.authorizShow=false;
  137. },
  138. wxPhoneLogin(){
  139. var that=this;
  140. this.$http('miniApp2/sys/wxPhoneLogin', {
  141. appId:this.ext.appId,
  142. unionId:this.ext.unionId,
  143. code:this.code,
  144. openId:this.wxOpenData.openid
  145. },'POST').then(res => {
  146. var data = res.data;
  147. if(data.newCustomer){
  148. uni.showModal({
  149. title: '提示',
  150. content: data.newCustomerMsg,
  151. success: function(resTK) {
  152. }
  153. });
  154. var token=res.data.token
  155. data.loginInfo={}
  156. data.loginInfo.token=token
  157. this.$store.commit('mutationswxOpenData', data);
  158. return false;
  159. }
  160. if(data.loginInfo){
  161. this.userInfo=data.loginInfo.openUser;
  162. this.wxOpenData=data.loginInfo;
  163. this.$store.commit('mutationswxOpenData', data)
  164. this.$store.commit('mutationsuserInfo', this.userInfo)
  165. this.myOrderCoupon()
  166. }
  167. })
  168. },
  169. btnTop(){
  170. //滚动回到顶部
  171. uni.pageScrollTo({
  172. scrollTop: 0,
  173. });
  174. },
  175. gorule(){
  176. uni.navigateTo({
  177. url:'rule'
  178. })
  179. },
  180. getintegralInfo(){
  181. this.$http('openIntegralMall/integralInfo', {
  182. }, 'GET').then(res => {
  183. this.avaIntegral=res.data.avaIntegral
  184. })
  185. },
  186. gethotExchange(){
  187. uni.showLoading({
  188. title: '加载中'
  189. })
  190. this.$http('openIntegralMall/hotExchange', {
  191. }, 'GET').then(res => {
  192. uni.hideLoading();
  193. this.hotlist=res.data;
  194. })
  195. },
  196. getcategoryList(){
  197. this.$http('openIntegralMall/categoryList', {
  198. }, 'GET').then(res => {
  199. this.categoryList=res.data;
  200. var obj={
  201. Id:'',
  202. Name:'全部'
  203. }
  204. this.categoryList.unshift(obj);
  205. })
  206. },
  207. getintegralGoodsPage(){
  208. uni.showLoading({
  209. title: '加载中'
  210. })
  211. this.$http('openIntegralMall/integralGoodsPage', {
  212. categoryID:this.categoryID,
  213. page:this.page,
  214. limit:10
  215. }, 'GET').then(res => {
  216. uni.hideLoading();
  217. var list=res.data.Items;
  218. this.list=this.list.concat(list)
  219. })
  220. },
  221. topClick(index,item){
  222. this.topIndex=index;
  223. this.categoryID=item.ID;
  224. if(item.ID==undefined){
  225. this.categoryID=''
  226. }
  227. this.list=[];
  228. this.page=1;
  229. this.getintegralGoodsPage();
  230. },
  231. goDetail(id){
  232. uni.navigateTo({
  233. url:'integralgoodsDetail?id='+id+'&avaIntegral='+this.avaIntegral
  234. })
  235. },
  236. goscoreRecord(){
  237. uni.navigateTo({
  238. url:'scoreRecord?avaIntegral='+this.avaIntegral
  239. })
  240. },
  241. goexchangeRecord(){
  242. uni.navigateTo({
  243. url:'exchangeRecord'
  244. })
  245. }
  246. },
  247. onReachBottom(){
  248. this.page++;
  249. this.getintegralGoodsPage();
  250. },
  251. onPullDownRefresh(){
  252. this.list=[];
  253. this.page=1;
  254. this.getintegralInfo();
  255. this.gethotExchange();
  256. this.getcategoryList();
  257. this.getintegralGoodsPage();
  258. setTimeout(() => {
  259. uni.stopPullDownRefresh(); // 关闭下拉刷新
  260. }, 2000);
  261. }
  262. }
  263. </script>
  264. <style scoped>
  265. .btn_top{
  266. width: 100rpx;
  267. height: 100rpx;
  268. position: fixed;
  269. right: 24rpx;
  270. bottom: 60rpx;
  271. }
  272. .scroll-X{
  273. width: 750rpx;
  274. }
  275. .goodsLineBOx{
  276. display: flex;
  277. flex-wrap: wrap;
  278. justify-content: space-between;
  279. padding: 0 24rpx;
  280. padding-bottom: env(safe-area-inset-bottom);
  281. }
  282. .exchangeLineImg2{
  283. width: 341rpx;
  284. height: 318rpx;
  285. border-bottom: 1px solid #eee;
  286. display: block;
  287. }
  288. .exchangeName2{
  289. font-weight: 400;
  290. color: #333333;
  291. font-size: 28rpx;
  292. padding-top: 16rpx;
  293. padding-left: 20rpx;
  294. width: 300rpx;
  295. overflow: hidden; /*超出隐藏*/
  296. text-overflow: ellipsis;/*隐藏后添加省略号*/
  297. white-space: nowrap;/*强制不换行*/
  298. padding-bottom:6rpx;
  299. }
  300. .exchangeLine2{
  301. /* margin-left: 24rpx; */
  302. margin-top: 30rpx;
  303. height: 439rpx;
  304. border-radius: 16rpx;
  305. border: 1px solid #EEEEEE;
  306. overflow: hidden;
  307. }
  308. .classificationBox{
  309. display: flex;
  310. padding-bottom: 12rpx;
  311. border-bottom: 1px solid #EEEEEE;
  312. }
  313. .classificationName{
  314. white-space: nowrap;
  315. font-size: 28rpx;
  316. color: #3C3C3C;
  317. line-height: 40rpx;
  318. padding:24rpx 24rpx 8rpx 24rpx;
  319. font-weight: 400;
  320. max-width:170rpx;
  321. overflow: hidden; /*超出隐藏*/
  322. text-overflow: ellipsis;/*隐藏后添加省略号*/
  323. white-space: nowrap;/*强制不换行*/
  324. }
  325. .classificationNameActive{
  326. font-weight: 500 !important;
  327. color: #FF0000 ;
  328. }
  329. .classificationHx{
  330. width: 40rpx;
  331. height: 4rpx;
  332. background: #FF0000;
  333. margin: 0 auto;
  334. }
  335. .exchangeBox{
  336. background: #FFFFFF;margin-top: 20rpx;
  337. }
  338. .goodsBox{
  339. background: #FFFFFF;margin-top: 20rpx;
  340. }
  341. .exchangeName{
  342. font-weight: 400;
  343. color: #333333;
  344. font-size: 28rpx;
  345. padding-top: 16rpx;
  346. padding-left: 20rpx;
  347. width: 240rpx;
  348. word-wrap: break-word; /*强制换行*/
  349. overflow: hidden; /*超出隐藏*/
  350. text-overflow: ellipsis;/*隐藏后添加省略号*/
  351. white-space: nowrap;/*强制不换行*/
  352. padding-bottom:6rpx;
  353. }
  354. .jfspan1{
  355. font-weight: 500;
  356. color: #FF0000;
  357. font-size:32rpx;
  358. line-height: 45rpx;
  359. padding-left: 20rpx;
  360. }
  361. .jfspan2{
  362. font-weight: 400;
  363. color: #FF0000;
  364. font-size:24rpx;
  365. line-height: 45rpx;
  366. padding-left: 10rpx;
  367. }
  368. .exchange{
  369. display: flex;
  370. flex-wrap: nowrap;
  371. background: #FFFFFF;
  372. padding-bottom: 30rpx;
  373. }
  374. .exchangeLine{
  375. margin-left: 24rpx;
  376. margin-top: 10rpx;
  377. height: 375rpx;
  378. border-radius: 16rpx;
  379. border: 1px solid #EEEEEE;
  380. overflow: hidden;
  381. width: 270rpx;
  382. display: inline-block;
  383. }
  384. .exchangeLineImg{
  385. width: 270rpx;
  386. height: 252rpx;
  387. border-bottom: 1px solid #eee;
  388. display: block;
  389. }
  390. .rehuoimg{
  391. width: 26rpx;
  392. height: 34rpx;
  393. }
  394. .exchangeTitle{
  395. font-weight: 500;
  396. color: #333333;
  397. font-size: 30rpx;
  398. line-height: 34rpx;
  399. padding-right: 16rpx;
  400. }
  401. .exchangeTitleBox{
  402. padding: 20rpx 24rpx;display: flex;
  403. }
  404. .box{
  405. background: #F4F5F7;
  406. min-height: 100vh;
  407. }
  408. .jfjt{
  409. width: 24rpx;height: 24rpx;margin-top: 12rpx;
  410. }
  411. .jfgz{
  412. display: flex;
  413. width: 150rpx;
  414. height: 48rpx;
  415. background: rgba(255,229,211,0.3);
  416. border-radius: 0px 2rpx 0px 26rpx;
  417. font-size: 24rpx;
  418. line-height: 48rpx;
  419. color: #573400;
  420. position: absolute;
  421. top: 0;
  422. right: 0;
  423. }
  424. .jfgzTxt{
  425. padding-left: 18rpx;
  426. }
  427. .topBox{
  428. width: 100%;
  429. height: 410rpx;
  430. background:#38394E;
  431. padding-top: 30rpx;
  432. position: relative;
  433. }
  434. .topCont{
  435. width: 702rpx;
  436. height: 200rpx;
  437. background: url('http://dmsphoto.66km.com.cn/thFiles/DCCDB197-4F64-4711-89C0-E5034B2F1788.png') no-repeat;
  438. background-size: 100% 100%;
  439. margin-left: 24rpx;
  440. position: relative;
  441. border-radius: 20rpx;
  442. overflow: hidden;
  443. }
  444. .topBottom{
  445. width: 750rpx;
  446. height: 180rpx;
  447. background: #FFFFFF;
  448. border-radius: 26rpx 26rpx 0px 0px;
  449. position: absolute;
  450. left: 0;
  451. bottom: 0;
  452. display: flex;
  453. justify-content: space-around;
  454. }
  455. .kyjf{
  456. padding-top: 46rpx;
  457. padding-left: 40rpx;
  458. }
  459. .kyjfTitle{
  460. color: #523509;font-size: 28rpx;
  461. }
  462. .kyjfNum{
  463. font-size: 60rpx;
  464. font-family: PingFangSC-Medium, PingFang SC;
  465. font-weight: 500;
  466. color: #523509;
  467. line-height: 84rpx;
  468. }
  469. .kyjfDq{
  470. width: 224rpx;
  471. height: 44rpx;
  472. background: linear-gradient(135deg, #FFC81B 0%, #FFA800 100%);
  473. border-radius: 22rpx 22rpx 22rpx 0px;
  474. text-align: center;
  475. color: #573400;
  476. line-height: 44rpx;
  477. font-size: 24rpx;
  478. margin-left:10rpx ;
  479. margin-top: 22rpx;
  480. }
  481. .kyjfCont{
  482. display: flex;
  483. }
  484. .topBottomLineImg{
  485. width: 54rpx;height: 54rpx;
  486. }
  487. .topBottomLineTxt{
  488. color: #333333;font-size: 24rpx;ppadding-top: 14rpx;
  489. }
  490. .topBottomSx{
  491. width: 1px;
  492. height: 94rpx;
  493. background-color:#EEEEEE;
  494. margin-top:42rpx;
  495. }
  496. .topBottomLine{
  497. text-align: center;padding-top: 40rpx;
  498. }
  499. .scroll-viewX{
  500. white-space: nowrap;
  501. width: 100%;
  502. padding-bottom: 20rpx;
  503. }
  504. .authorizBox{
  505. width: 100vw;
  506. height: 100vh;
  507. background: rgba(0, 0, 0, 0.5);
  508. position: fixed;
  509. top: 0;
  510. left: 0;
  511. }
  512. .authorizCont{
  513. margin-top: 30vh;
  514. width: 564rpx;
  515. height: 408rpx;
  516. background: #FFFFFF;
  517. border-radius: 24rpx;
  518. margin-left: 93rpx;
  519. position: relative;
  520. }
  521. .authorizCloseImg{
  522. width: 62rpx;
  523. height: 62rpx;
  524. }
  525. .sqLogoBox{
  526. width: 180rpx;
  527. height: 180rpx;
  528. background: #FFFFFF;
  529. border-radius: 90rpx;
  530. text-align: center;
  531. position: absolute;
  532. top: -50rpx;
  533. left: 192rpx;
  534. }
  535. .authorizName{
  536. color: #333333;
  537. line-height: 42rpx;
  538. font-size: 30rpx;
  539. text-align: center;
  540. padding-top: 58rpx;
  541. }
  542. .authorizMs{
  543. color: #999999;
  544. line-height: 36rpx;
  545. font-size: 26rpx;
  546. width: 452rpx;
  547. padding-top: 24rpx;
  548. text-align: center;
  549. margin-left: 56rpx;
  550. }
  551. .authorizContbutton{
  552. width: 422rpx;
  553. height: 88rpx;
  554. background: #D53533;
  555. border-radius: 44rpx;
  556. line-height: 88rpx;
  557. text-align: center;
  558. font-size:30rpx;
  559. color: #FFFFFF;
  560. margin-top: 62rpx;
  561. margin-left:71rpx;
  562. }
  563. </style>