Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
飞
飞鹤小程序
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
FH
飞鹤小程序
Commits
71535816
Commit
71535816
authored
Jun 12, 2025
by
王炽
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '20250528-dev-king' into dev
parents
159d1605
859400e8
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1131 additions
and
288 deletions
+1131
-288
a.json
a.json
+447
-212
contentLibrary.js
api/contentLibrary.js
+11
-0
main.js
main.js
+2
-2
ContentLibrary.vue
pages/library/ContentLibrary.vue
+665
-74
Integral.vue
views/Integral.vue
+6
-0
No files found.
a.json
View file @
71535816
This diff is collapsed.
Click to expand it.
api/contentLibrary.js
0 → 100644
View file @
71535816
import
requestModule
from
'./request.js'
;
const
{
api
}
=
requestModule
;
/**
* 获取积分信息
* @returns
*/
export
const
fetchContentLibraryJSON
=
()
=>
api
.
get
(
'/c/front/content'
,{
type
:
'contentLibrary'
});
\ No newline at end of file
main.js
View file @
71535816
...
...
@@ -2,8 +2,8 @@ import App from "./App";
// import apiRequest from "@/api/request.js";
import
*
as
Pinia
from
'pinia'
;
//
const BASE_URL = 'https://duiba.oss-cn-hangzhou.aliyuncs.com/fh/';
const
BASE_URL
=
'https://firmus-member-test-1253290912.cos.ap-beijing.myqcloud.com/xmh-mini-program/'
;
const
BASE_URL
=
'https://duiba.oss-cn-hangzhou.aliyuncs.com/fh/'
;
//
const BASE_URL = 'https://firmus-member-test-1253290912.cos.ap-beijing.myqcloud.com/xmh-mini-program/';
// #ifndef VUE3
import
Vue
from
"vue"
;
...
...
pages/library/ContentLibrary.vue
View file @
71535816
This diff is collapsed.
Click to expand it.
views/Integral.vue
View file @
71535816
...
...
@@ -1124,6 +1124,12 @@
//积分兑换按钮点击事件
const
handleExchargeClick
=
()
=>
{
jump
({
type
:
1
,
url
:
'/pages/library/ContentLibrary'
}
);
return
;
const
url
=
vipIntegral
.
value
.
excharge
.
url
;
const
type
=
vipIntegral
.
value
.
excharge
.
type
;
const
extra
=
vipIntegral
.
value
.
excharge
.
extra
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment