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
aa290dba
Commit
aa290dba
authored
May 15, 2020
by
陈超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
T
parent
c41d7785
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
29 additions
and
0 deletions
+29
-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
+20
-0
No files found.
addons/theme/stv1/_static/img/picker/n@3x.png
deleted
100755 → 0
View file @
c41d7785
1018 Bytes
addons/theme/stv1/_static/img/picker/y@3x.png
deleted
100755 → 0
View file @
c41d7785
1014 Bytes
addons/theme/stv1/_static_w3g/css/common.css
View file @
aa290dba
...
...
@@ -790,4 +790,12 @@ div::-webkit-scrollbar {
.vip_buy_top_state
{
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 @
aa290dba
...
...
@@ -12,6 +12,16 @@
<span
class=
"text_16_600 color_333333 self_center"
style=
"margin-left: 0.5rem;"
>
选择会员
</span>
</div>
</div>
<div
class=
"home_list_part layout_h_b"
>
<volist
name=
"user_vip"
id=
"vo"
>
<div
class=
"layout_h_v_c"
>
<van-icon
@
click=
"type = {$vo.id}"
:name=
"type == {$vo.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"
>
<span
class=
"text_12_400 color_white self_center"
>
{$vo.title}
</span>
</div>
</div>
</volist>
</div>
</div>
</div>
...
...
@@ -133,6 +143,16 @@
</if>
<script>
new
Vue
({
el
:
'#app'
,
data
::
function
()
{
return
{
type
:
1
}
}
})
'<if condition="$is_wx eq false">'
$
(
function
(){
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