作者 anyv
1 个管道 的构建 通过 耗费 1 秒

1

... ... @@ -199,9 +199,9 @@ class OrderpageController extends WeChatBaseController{
$indent_id = $this -> request -> param();
$data = Db::name('indent') -> where('id',$indent_id['id']) -> find();
$money_ratio = Db::name('money_ratio') -> where('id',1) -> find();
if($data['indent_type'] == 2 && $data['is_courier'] == 2){
/* if($data['indent_type'] == 2 && $data['is_courier'] == 2){
Db::name('indent') -> where('id',$indent_id['id']) -> setDec('money',$money_ratio['courier']);
}
}*/
$this -> redirect('index/index');
}
... ...
... ... @@ -327,11 +327,11 @@
<!--<div class="myorder_bottom2_2">查看订单</div>-->
<!--</a>-->
<elseif condition="$vo.state eq 5"/>
<if condition="$vo.is_courier eq 2">
<a href="{:url('logistics/index',array('indent_id'=>$vo['id']))}">
<div class="myorder_bottom2_2">查看物流</div>
</a>
</if>
<div class="myorder_bottom2_2 delivery" data-id="{$vo.id}">确认收货</div>
<elseif condition="$vo.state eq 3"/>
<!--<div class="myorder_bottom2_2">去评价</div>-->
... ...
... ... @@ -204,7 +204,7 @@ class WeChatBaseController extends BaseController
*/
public function checkWeChatUserLogin()
{
/*$user = Db::name('user')->where('id',13)->find();
/*$user = Db::name('user')->where('id',9)->find();
cmf_update_current_user($user);*/
$userId = cmf_get_current_user_id();
if (empty($userId)) {
... ...