Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gxpt_wechat
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
pseer
gxpt_wechat
Commits
98e45b11
Commit
98e45b11
authored
Oct 15, 2024
by
zhangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
次卡月卡功能添加
parent
1221b817
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
25 additions
and
2 deletions
+25
-2
recharge.js
api/recharge.js
+23
-0
myInfo.vue
pages/my/myInfo.vue
+2
-2
vipCreate.vue
pages/vipCreate/vipCreate.vue
+0
-0
No files found.
api/recharge.js
View file @
98e45b11
...
@@ -56,3 +56,26 @@ export const equityDuration=(data)=>{
...
@@ -56,3 +56,26 @@ export const equityDuration=(data)=>{
let
url
=
`/durationLog/sumVariableDuration`
let
url
=
`/durationLog/sumVariableDuration`
return
http
.
get
(
url
,
data
)
return
http
.
get
(
url
,
data
)
}
}
export
const
monthlyCardConf
=
(
data
)
=>
{
let
url
=
`/monthlyCardConf/query`
return
http
.
get
(
url
,
data
)
}
export
const
createMonthlyCardOrder
=
(
data
)
=>
{
let
url
=
`/monthlyCardOrder/createMonthlyCard`
return
http
.
post
(
url
,
data
)
}
export
const
secondaryCardConf
=
(
data
)
=>
{
let
url
=
`/secondaryCardConf/query`
return
http
.
get
(
url
,
data
)
}
export
const
createSecondaryCardOrder
=
(
data
)
=>
{
let
url
=
`/secondaryCardOrder/createSecondaryCardOrder`
return
http
.
post
(
url
,
data
)
}
pages/my/myInfo.vue
View file @
98e45b11
...
@@ -120,12 +120,12 @@
...
@@ -120,12 +120,12 @@
</view>
</view>
</view>
</view>
<view
v-if=
"
false
"
class=
"flex-3"
>
<view
v-if=
"
userInfo && userInfo.secondaryCardList && userInfo.secondaryCardList.length
"
class=
"flex-3"
>
<text
class=
"text-1"
>
次卡
</text>
<text
class=
"text-1"
>
次卡
</text>
<text
class=
"text-2"
>
权益会员专享
</text>
<text
class=
"text-2"
>
权益会员专享
</text>
<view
class=
"flex-row"
>
<view
class=
"flex-row"
>
<text
class=
"text-3"
>
还剩
</text>
<text
class=
"text-3"
>
还剩
</text>
<text
class=
"text-4"
>
3
</text>
<text
class=
"text-4"
>
{{
userInfo
.
secondaryCardList
[
0
].
number
}}
</text>
<text
class=
"text-3"
>
张
</text>
<text
class=
"text-3"
>
张
</text>
</view>
</view>
</view>
</view>
...
...
pages/vipCreate/vipCreate.vue
View file @
98e45b11
This diff is collapsed.
Click to expand it.
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