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
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
cost.ts
src/biz/member/cost.ts
+2
-2
examine.ts
src/biz/member/examine.ts
+1
-1
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}) {
description
:
desc
,
out_trade_no
,
//订单号
amount
:{
//金额
//
total:orderInfo.money * 100 //微信支付的单位是分 金额要乘100
total
:
1
total
:
orderInfo
.
money
*
100
//微信支付的单位是分 金额要乘100
//
total:1
},
notify_url
:
systemConfig
.
weChartNotifyUrl
,
//订单回调
};
...
...
src/biz/member/examine.ts
View file @
38739f46
...
...
@@ -35,7 +35,7 @@ export async function pendingReviewList({name, memberType, documentId, phone, ma
let
selectParam
:
any
=
{
"$or"
:[
{
userRegisterState
:{
"$lt"
:
USERREGISTERSTATE
.
驳回修改
},
userRegisterState
:{
"$lt"
:
USERREGISTERSTATE
.
驳回修改
},
registerFlow
:{
"$gt"
:
REGISTERFLOW
.
完成第一步
}
},
{
...
...
src/tools/system.ts
View file @
38739f46
...
...
@@ -117,6 +117,8 @@ export function getSessionByEdition(jie, ci) {
* 下拉选择起始届次:2008年第四届第一次
* @returns
*/
export
function
getEdition
(
year
,
month
)
{
//起始年份和月份 第一届第一次
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