Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wenHuaBu_adminServer
Overview
Overview
Details
Activity
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
node_server
wenHuaBu_adminServer
Commits
38739f46
Commit
38739f46
authored
Dec 11, 2024
by
lixinming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
0b0ab58b
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
cost.ts
src/biz/member/cost.ts
+2
-2
examine.ts
src/biz/member/examine.ts
+0
-0
system.ts
src/tools/system.ts
+2
-0
No files found.
src/biz/member/cost.ts
View file @
38739f46
...
@@ -52,8 +52,8 @@ export async function placeAnOrder({id}) {
...
@@ -52,8 +52,8 @@ export async function placeAnOrder({id}) {
description
:
desc
,
description
:
desc
,
out_trade_no
,
//订单号
out_trade_no
,
//订单号
amount
:{
//金额
amount
:{
//金额
//
total:orderInfo.money * 100 //微信支付的单位是分 金额要乘100
total
:
orderInfo
.
money
*
100
//微信支付的单位是分 金额要乘100
total
:
1
//
total:1
},
},
notify_url
:
systemConfig
.
weChartNotifyUrl
,
//订单回调
notify_url
:
systemConfig
.
weChartNotifyUrl
,
//订单回调
};
};
...
...
src/biz/member/examine.ts
View file @
38739f46
src/tools/system.ts
View file @
38739f46
...
@@ -117,6 +117,8 @@ export function getSessionByEdition(jie, ci) {
...
@@ -117,6 +117,8 @@ export function getSessionByEdition(jie, ci) {
* 下拉选择起始届次:2008年第四届第一次
* 下拉选择起始届次:2008年第四届第一次
* @returns
* @returns
*/
*/
export
function
getEdition
(
year
,
month
)
{
export
function
getEdition
(
year
,
month
)
{
//起始年份和月份 第一届第一次
//起始年份和月份 第一届第一次
const
startYear
=
1993
;
const
startYear
=
1993
;
...
...
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