Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
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
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
罗超
confucius
Commits
8bbc4322
Commit
8bbc4322
authored
Aug 06, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
b3896165
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
9 deletions
+8
-9
courserefund-form.vue
src/components/course/courserefund-form.vue
+8
-9
No files found.
src/components/course/courserefund-form.vue
View file @
8bbc4322
...
@@ -4,10 +4,10 @@
...
@@ -4,10 +4,10 @@
width
:
193px
;
width
:
193px
;
text-align
:
center
;
text-align
:
center
;
padding
:
10px
;
padding
:
10px
;
position
:
absolute
;
position
:
absolute
;
left
:
0px
;
left
:
0px
;
top
:
0px
;
top
:
0px
;
z-index
:
-1
;
z-index
:
-1
;
}
}
.courserefund_Div
>
div
{
.courserefund_Div
>
div
{
...
@@ -24,8 +24,8 @@
...
@@ -24,8 +24,8 @@
<div>
您的退款协议《
{{
ProtocolNum
}}
》
</div>
<div>
您的退款协议《
{{
ProtocolNum
}}
》
</div>
<div>
请长按识别二维码,查阅并签字
</div>
<div>
请长按识别二维码,查阅并签字
</div>
</div>
</div>
<q-table
:pagination=
"pageMsg"
:loading=
"loading"
no-data-label=
"暂无相关数据"
flat
<q-table
:pagination=
"pageMsg"
:loading=
"loading"
no-data-label=
"暂无相关数据"
flat
class=
"sticky-column-table"
class=
"sticky-column-table"
separator=
"none"
title=
"退课协议"
:data=
"dataList"
:columns=
"columns"
row-key=
"name"
>
separator=
"none"
title=
"退课协议"
:data=
"dataList"
:columns=
"columns"
row-key=
"name"
>
<template
v-slot:top=
"props"
>
<template
v-slot:top=
"props"
>
<div
class=
"col-2 q-table__title"
>
退课协议
</div>
<div
class=
"col-2 q-table__title"
>
退课协议
</div>
<q-space
/>
<q-space
/>
...
@@ -274,10 +274,9 @@
...
@@ -274,10 +274,9 @@
//复制生成二维码
//复制生成二维码
CopyUrl
(
item
)
{
CopyUrl
(
item
)
{
let
locationName
=
window
.
location
.
hostname
;
let
locationName
=
window
.
location
.
hostname
;
var
domain
=
"https://edu.kookaku.com/#/"
;
var
domain
=
"https://edu.kookaku.com/#/courseRefundH5?Id="
+
item
.
Id
;
var
newUrl
=
'courseRefundH5?Id='
+
item
.
Id
let
msg
=
{
let
msg
=
{
url
:
domain
+
newUrl
,
url
:
domain
,
width
:
430
width
:
430
}
}
CreateWeChatCode
(
msg
).
then
((
res
)
=>
{
CreateWeChatCode
(
msg
).
then
((
res
)
=>
{
...
...
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