Commit e379b7d0 by 刘海龙

Merge branch 'master' of http://132.232.91.252:9999/ice/xiaozhan

parents 7a335924 5d6018f1
......@@ -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">
......
......@@ -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{
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment