Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
xiaozhan
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
冷斌
xiaozhan
Commits
e379b7d0
Commit
e379b7d0
authored
Mar 24, 2020
by
刘海龙
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://132.232.91.252:9999/ice/xiaozhan
parents
7a335924
5d6018f1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
admin/themes/simplebootx/Admin/Config/index.html
+2
-2
application/Admin/Controller/PublicController.class.php
+5
-5
themes/simplebootx/Appapi/Mall/index.html
+1
-1
No files found.
admin/themes/simplebootx/Admin/Config/index.html
View file @
e379b7d0
...
...
@@ -140,7 +140,7 @@ input{
</div>
</div>
<!--
<div class="control-group">
<label class="control-label">微信公众号</label>
<div class="controls">
...
...
@@ -195,7 +195,7 @@ input{
<input type="text" name="post[sina_url]" value="{$config['sina_url']}"> 以http://或https://开头
</div>
</div>
<!--
<div class="control-group">
<label class="control-label">官微B图标</label>
<div class="controls">
...
...
application/Admin/Controller/PublicController.class.php
View file @
e379b7d0
...
...
@@ -54,13 +54,13 @@ class PublicController extends AdminbaseController {
}
$verrify
=
trim
(
I
(
"post.verify"
));
//
if(empty($verrify)){
//
$this->error(L('CAPTCHA_REQUIRED'));
//
}
if
(
empty
(
$verrify
)){
$this
->
error
(
L
(
'CAPTCHA_REQUIRED'
));
}
//验证码
//
if(!sp_check_verify_code()){
if
(
false
){
if
(
!
sp_check_verify_code
()){
//
if(false){
$this
->
error
(
L
(
'CAPTCHA_NOT_RIGHT'
));
}
else
{
...
...
themes/simplebootx/Appapi/Mall/index.html
View file @
e379b7d0
...
...
@@ -26,7 +26,7 @@
<div
class=
"lianghaoList"
>
<div
class=
"lhListHd"
>
<div
class=
"lhListHd_1"
>
ID:{$v['name']}
</div>
<div
class=
"lhListHd_2"
>
{$v['coin_date']}
币
</div>
<div
class=
"lhListHd_2"
>
{$v['coin_date']}
钻石
</div>
</div>
<div
class=
"lhListBd liang_buy"
data-id=
"{$v['id']}"
data-name=
"{$v['name']}"
data-coin=
"{$v['coin_date']}"
>
购买
</div>
</div>
...
...
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