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
28b4f4d7
Commit
28b4f4d7
authored
May 15, 2020
by
冷斌
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
028ecd92
58f734f3
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
40 additions
and
0 deletions
+40
-0
addons/theme/stv1/_static/img/picker/n@3x.png
+0
-0
addons/theme/stv1/_static/img/picker/y@3x.png
+0
-0
addons/theme/stv1/_static_w3g/css/common.css
+9
-0
apps/home/Tpl/default/User/recharge_w3g.html
+31
-0
No files found.
addons/theme/stv1/_static/img/picker/n@3x.png
deleted
100755 → 0
View file @
028ecd92
1018 Bytes
addons/theme/stv1/_static/img/picker/y@3x.png
deleted
100755 → 0
View file @
028ecd92
1014 Bytes
addons/theme/stv1/_static_w3g/css/common.css
View file @
28b4f4d7
...
@@ -791,3 +791,11 @@ div::-webkit-scrollbar {
...
@@ -791,3 +791,11 @@ div::-webkit-scrollbar {
.vip_buy_top_state
{
.vip_buy_top_state
{
padding
:
0.375rem
0.75rem
;
padding
:
0.375rem
0.75rem
;
}
}
.vip_buy_type
{
height
:
17px
;
border-radius
:
9px
;
padding-left
:
0.5rem
;
padding-right
:
0.5rem
;
width
:
2.4375rem
;
}
\ No newline at end of file
apps/home/Tpl/default/User/recharge_w3g.html
View file @
28b4f4d7
...
@@ -12,6 +12,14 @@
...
@@ -12,6 +12,14 @@
<span
class=
"text_16_600 color_333333 self_center"
style=
"margin-left: 0.5rem;"
>
选择会员
</span>
<span
class=
"text_16_600 color_333333 self_center"
style=
"margin-left: 0.5rem;"
>
选择会员
</span>
</div>
</div>
</div>
</div>
<div
class=
"home_list_part layout_h_b"
>
<div
v-for=
"(item, index) in vips"
:key=
"index"
class=
"layout_h_v_c"
>
<van-icon
@
click=
"type = item.id"
:name=
"type == item.id ? '__THEME__/img/picker_y@3x.png' : '__THEME__/img/picker_n@3x.png'"
style=
"margin-right: 0.4375rem;"
size=
"18"
></van-icon>
<div
class=
"vip_buy_type layout_h_c"
:style=
"item.color"
>
<span
class=
"text_12_400 self_center color_white"
>
{{item.title}}
</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -133,6 +141,29 @@
...
@@ -133,6 +141,29 @@
</if>
</if>
<script>
<script>
new
Vue
({
el
:
'#app'
,
data
:
function
()
{
return
{
type
:
1
,
vips
:
[]
}
},
created
:
function
(){
this
.
vips
=
{:
json_encode
(
$user_vip
)};
this
.
vips
.
forEach
(
r
=>
{
if
(
r
.
title
==
"乡试"
)
{
r
.
color
=
{
background
:
"#65C000"
}
}
else
if
(
r
.
title
==
"会试"
)
{
r
.
color
=
{
background
:
"#32C5FF"
}
}
else
if
(
r
.
title
==
"殿试"
)
{
r
.
color
=
{
background
:
"#F5A623"
}
}
})
}
})
'<if condition="$is_wx eq false">'
'<if condition="$is_wx eq false">'
$
(
function
(){
$
(
function
(){
var
wpay
=
"{$_GET['wpay']}"
;
var
wpay
=
"{$_GET['wpay']}"
;
...
...
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