-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat:《大营销平台系统设计实现》 - 前端页面 第6节:对接联调积分流程接口
- Loading branch information
1 parent
e430a90
commit 655a397
Showing
6 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+283 KB
docs/.vuepress/public/images/article/project/big-market/big-market-40-01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+635 KB
docs/.vuepress/public/images/article/project/big-market/big-market-40-02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+218 KB
docs/.vuepress/public/images/article/project/big-market/big-market-40-03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.73 MB
docs/.vuepress/public/images/article/project/big-market/big-market-40-04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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商品,这些商品可以点击兑换。 | ||
- 调整奖品配置,增加抽奖随机积分的概率。 | ||
|