Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eduline
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
冷斌
eduline
Commits
69312b50
Commit
69312b50
authored
May 15, 2020
by
陈超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
T
parent
8804f7ab
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
8 deletions
+24
-8
addons/theme/stv1/_static_w3g/css/common.css
+5
-0
apps/classroom/Tpl/default/Vip/index_w3g.html
+4
-3
apps/home/Tpl/default/User/recharge_w3g.html
+15
-5
No files found.
addons/theme/stv1/_static_w3g/css/common.css
View file @
69312b50
...
...
@@ -786,4 +786,8 @@ div::-webkit-scrollbar {
overflow
:
hidden
;
background
:
rgba
(
163
,
228
,
96
,
1
);
margin-right
:
0.5rem
;
}
.vip_buy_top_state
{
padding
:
0.375rem
0.75rem
;
}
\ No newline at end of file
apps/classroom/Tpl/default/Vip/index_w3g.html
View file @
69312b50
...
...
@@ -27,7 +27,7 @@
</div>
<div
class=
"layout_h_b vip_info_bottom"
>
<div
class=
"text_16_400 self_center"
:class=
"currentColor"
>
{{currentCount}} 人已开通
</div>
<div
class=
"vip_price_hint layout_center"
>
<div
@
click=
"onToBuy"
class=
"vip_price_hint layout_center"
>
<span
class=
"text_16_400"
:class=
"currentColor"
>
{{currentPrice}}
</span>
</div>
</div>
...
...
@@ -84,8 +84,6 @@
document
.
title
=
"会员信息"
this
.
vipInfo
=
{:
json_encode
(
$vipInfo
)};
this
.
userInfo
=
{:
json_encode
(
$user
)};
console
.
log
(
this
.
userInfo
)
console
.
log
(
this
.
vipInfo
)
this
.
vipInfo
.
forEach
(
r
=>
{
let
opt
=
undefined
if
(
r
.
title
==
"乡试"
)
{
...
...
@@ -133,6 +131,9 @@
onTab
:
function
(
idx
)
{
this
.
tab
=
idx
},
onToBuy
:
function
()
{
}
}
})
</script>
...
...
apps/home/Tpl/default/User/recharge_w3g.html
View file @
69312b50
<include
file=
"__THEME__/public_header_w3g"
/>
<div
id=
"app"
>
<div
class=
"layout_v"
>
<div
class=
"vip_buy_top_state"
>
<span
class=
"text_12_400 color_999999"
>
当前身份:
<?php if($learnc['vip_type']==0):?>
非会员
<?php else: echo $learnc['vip_type_txt'];endif;?>
</span>
</div>
<div
class=
"home_list_part"
style=
"margin-top: 0.75rem;"
>
<div
class=
"home_list_header layout_h"
>
<div
class=
"home_list_header_v_line"
></div>
<span
class=
"text_16_600 color_333333 self_center"
style=
"margin-left: 0.5rem;"
>
选择会员
</span>
</div>
</div>
</div>
</div>
<link
rel=
"stylesheet"
href=
"__APP__/css/recharge_3g.css"
>
<div
class=
"body"
>
<!-- <div class="header2">
<a href="{:U('home/User/index')}" class="icon-back"></a>
<div>会员充值</div>
</div> -->
<div
class=
"integral"
>
<span>
当前身份:
</span>
<span>
<?php if($learnc['vip_type']==0):?>
非VIP会员
<?php else: echo $learnc['vip_type_txt'];endif;?>
</span>
...
...
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