Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CFFP-HB
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chao Sun
CFFP-HB
Commits
8cc6cea6
Commit
8cc6cea6
authored
Jan 06, 2023
by
sunchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
购买课程,不使用积分时,不出积分兑换弹框
parent
41a2f85d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
pages/index/index.vue
+1
-1
pages/orderConfirm/orderConfirm.vue
+5
-1
No files found.
pages/index/index.vue
View file @
8cc6cea6
...
...
@@ -10,7 +10,7 @@
<view
class=
"container"
>
<view
class=
"top"
>
<view
class=
"compony"
>
<image
:src=
"cffpUserInfo.logo"
mode=
"widthFix"
style=
"max-width:
40
0rpx"
></image>
<image
:src=
"cffpUserInfo.logo"
mode=
"widthFix"
style=
"max-width:
32
0rpx"
></image>
<text
class=
"name"
>
{{
cffpUserInfo
.
name
}}
</text>
<text
class=
"iconfont icon-31tishi"
@
click=
"getIntroduce('center')"
></text>
</view>
...
...
pages/orderConfirm/orderConfirm.vue
View file @
8cc6cea6
...
...
@@ -116,7 +116,7 @@
<i
class=
"iconfont icon-duihao"
></i>
</view>
</view>
<view
class=
"confirmBtn"
@
click=
"closePopup(1);
toggle(3,'center')
"
>
<view
class=
"confirmBtn"
@
click=
"closePopup(1);"
>
确认
</view>
</view>
...
...
@@ -422,7 +422,11 @@
// 关闭弹出层
closePopup
(
val
)
{
if
(
val
===
1
)
{
this
.
$refs
.
popup
.
close
()
if
(
this
.
isDeduction
==
'true'
){
this
.
toggle
(
3
,
'center'
)
}
}
else
{
this
.
$refs
.
popup1
.
close
()
}
...
...
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