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
d4d26fd0
Commit
d4d26fd0
authored
Jun 05, 2020
by
冷斌
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
0fa56c95
f4f4d6fc
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
+1
-2
apps/basic/Lib/Action/SingleAction.class.php
+0
-1
apps/home/Tpl/default/User/index_w3g.html
+1
-1
No files found.
apps/basic/Lib/Action/SingleAction.class.php
View file @
d4d26fd0
...
@@ -25,7 +25,6 @@ class SingleAction extends CommonAction
...
@@ -25,7 +25,6 @@ class SingleAction extends CommonAction
*/
*/
public
function
info
()
public
function
info
()
{
{
dump
(
$_GET
);
exit
;
$id
=
t
(
$_GET
[
'id'
]);
$id
=
t
(
$_GET
[
'id'
]);
if
(
$id
===
'buy'
)
{
if
(
$id
===
'buy'
)
{
$result
=
model
(
'Xdata'
)
->
get
(
"admin_Config:about"
);
$result
=
model
(
'Xdata'
)
->
get
(
"admin_Config:about"
);
...
...
apps/home/Tpl/default/User/index_w3g.html
View file @
d4d26fd0
...
@@ -74,7 +74,7 @@
...
@@ -74,7 +74,7 @@
<van-icon
name=
"__THEME__/img/promotion.png"
size=
"24"
></van-icon>
<van-icon
name=
"__THEME__/img/promotion.png"
size=
"24"
></van-icon>
</template>
</template>
</van-cell>
</van-cell>
<van-cell
@
click=
"onCellTap('{:U('basic/Single/info')}')"
class=
"center_bottom_cell"
title-class=
"text_14_400 color_333333 center_bottom_cell_text"
title=
"设置"
is-link
>
<van-cell
@
click=
"onCellTap('{:U('basic/Single/info
&id=1
')}')"
class=
"center_bottom_cell"
title-class=
"text_14_400 color_333333 center_bottom_cell_text"
title=
"设置"
is-link
>
<template
#
icon
>
<template
#
icon
>
<van-icon
name=
"__THEME__/img/setting.png"
size=
"24"
></van-icon>
<van-icon
name=
"__THEME__/img/setting.png"
size=
"24"
></van-icon>
</template>
</template>
...
...
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