Skip to content

Commit

Permalink
feat:《大营销平台系统设计实现》 - 前端页面 第6节:对接联调积分流程接口
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzhengwei committed Jun 22, 2024
1 parent e430a90 commit 655a397
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2223,6 +2223,7 @@ function getBarBigMarket() {
"web/第3节:应用接口对接抽奖页面.md",
"web/第4节:抽奖活动页面设计和对接.md",
"web/第5节:对接联调额度签到权重接口.md",
"web/第6节:对接联调积分流程接口.md",
]
},
{
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
title: 第6节:对接联调积分流程接口
pay: https://t.zsxq.com/S09wH
---

# 《大营销平台系统设计实现》 - 前端页面 第6节:对接联调积分流程接口

作者:小傅哥
<br/>博客:[https://bugstack.cn](https://bugstack.cn)

>沉淀、分享、成长,让自己和他人都能有所收获!😄
- **本章难度**:★★☆☆☆
- **本章重点**:与服务端接口对接,增加前端UI对积分的渲染,完成积分展示、兑换抽奖、抽奖抽取积分的全流程链路。
- **课程视频**[https://t.zsxq.com/53nXf](https://t.zsxq.com/53nXf)

**版权说明**:©本项目与星球签约合作,受[《中华人民共和国著作权法实施条例》](http://www.gov.cn/zhengce/2020-12/26/content_5573623.htm) 版权法保护,禁止任何理由和任何方式公开(public)源码、资料、视频等内容到Github、Gitee等,违反可追究进一步的法律行动。

## 一、本章诉求

与服务端接口对接,增加前端UI对积分的渲染,完成积分展示、兑换抽奖、抽奖抽取积分的全流程链路。

到本节,对接完成,第三阶段的积分就完成了。小伙伴学习后可以尝试绘制整个功能的流程图。增强学习记忆。

## 二、业务流程

如图,前端UI的渲染内容;

<div align="center">
<img src="https://bugstack.cn/images/article/project/big-market/big-market-40-02.png" width="450px">
</div>

- 最上面,展示会员卡以及合并签到在会员卡模块。
- 之后在提供出sku商品,这些商品可以点击兑换。
- 调整奖品配置,增加抽奖随机积分的概率。

0 comments on commit 655a397

Please sign in to comment.