作者 王小刚
1 个管道 的构建 通过 耗费 15 秒

......

... ... @@ -18,7 +18,7 @@
</a>
<p style="color:white">热门推荐</p>
</div>
<div class="in_hot_shop se_con" style="margin-top:0.28rem">
<div class="in_hot_shop se_con" style="margin-top:50px">
<volist name="hot_goods" id="vo">
<div class="in_hotLi">
<a href="{:url('Goodsdetails/Goods_details',array('goods_id'=>$vo.id))}">
... ...
... ... @@ -18,7 +18,7 @@
</a>
<p style="color:white">校园团购</p>
</div>
<div class="in_hot_shop se_con" style="margin-top:0.28rem">
<div class="in_hot_shop se_con" style="margin-top:50px">
<volist name="salesman_goods" id="vo">
<div class="in_hotLi">
<a href="{:url('Goodsdetails/Goods_details',array('goods_id'=>$vo.id))}">
... ...
... ... @@ -204,7 +204,7 @@
$('.log_two_bottom_btn').text('提交').attr('disabled',false);
alert('提交失败');
}else if(data == 4){
alert('已提交');
alert('身份证号重复');
}else if(data == 1){
window.location.href = "{:url('Personalcenter/personal_center')}";
}
... ...
... ... @@ -18,6 +18,7 @@
justify-content: space-around;
align-items: center;
padding: 0.3rem 0 0.14rem 0;
margin-top: 35px;
}
.time_btn {
... ...
... ... @@ -204,7 +204,7 @@ class WeChatBaseController extends BaseController
*/
public function checkWeChatUserLogin()
{
// $user = Db::name('user')->where('id',6)->find();
// $user = Db::name('user')->where('id',488)->find();
// cmf_update_current_user($user);
// session('user',null);
$userId = cmf_get_current_user_id();
... ...