Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
swx_weapp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2022-10-28 17:59:28 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7656caad457a7a05f21fd1bfe79a41930a4f503b
7656caad
1 parent
3e2a842a
联调生成小程序二维码
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
src/api/Activity/index.js
src/pages/activityDetail/index.vue
src/api/Activity/index.js
View file @
7656caa
/*
* @Date: 2022-10-20 13:15:00
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-10-2
6 11:36:29
* @LastEditTime: 2022-10-2
8 17:34:06
* @FilePath: /swx/src/api/Activity/index.js
* @Description: 活动信息
*/
...
...
@@ -13,6 +13,7 @@ const Api = {
ACTIVITY_COPY
:
'/srv/?a=activity_copy'
,
ACTIVITY_END
:
'/srv/?a=activity_end'
,
ACTIVITY_DEL
:
'/srv/?a=activity_del'
,
ACTIVITY_QRCODE
:
'/srv/?a=activity_info_qrcode'
,
}
/**
...
...
@@ -44,3 +45,9 @@ export const endActivityAPI = (params) => fn(fetch.get(Api.ACTIVITY_END, params)
* @returns
*/
export
const
delActivityAPI
=
(
params
)
=>
fn
(
fetch
.
get
(
Api
.
ACTIVITY_DEL
,
params
));
/**
* @description: 生成小程序码
* @returns
*/
export
const
qrCodeActivityAPI
=
(
params
)
=>
fn
(
fetch
.
get
(
Api
.
ACTIVITY_QRCODE
,
params
));
...
...
src/pages/activityDetail/index.vue
View file @
7656caa
This diff is collapsed. Click to expand it.
Please
register
or
login
to post a comment