正在显示
4 个修改的文件
包含
21 行增加
和
13 行删除
@@ -94,9 +94,11 @@ | @@ -94,9 +94,11 @@ | ||
94 | <!--<div class="myorder_bottom2_2">查看订单</div>--> | 94 | <!--<div class="myorder_bottom2_2">查看订单</div>--> |
95 | <!--</a>--> | 95 | <!--</a>--> |
96 | <elseif condition="$vo.state eq 5"/> | 96 | <elseif condition="$vo.state eq 5"/> |
97 | - <a href="{:url('logistics/index',array('indent_id'=>$vo['id']))}"> | ||
98 | - <div class="myorder_bottom2_2">查看物流</div> | ||
99 | - </a> | 97 | + <if condition="$vo.is_courier eq 2"> |
98 | + <a href="{:url('logistics/index',array('indent_id'=>$vo['id']))}"> | ||
99 | + <div class="myorder_bottom2_2">查看物流</div> | ||
100 | + </a> | ||
101 | + </if> | ||
100 | <div class="myorder_bottom2_2 delivery" data-id="{$vo.id}">确认收货</div> | 102 | <div class="myorder_bottom2_2 delivery" data-id="{$vo.id}">确认收货</div> |
101 | <elseif condition="$vo.state eq 3"/> | 103 | <elseif condition="$vo.state eq 3"/> |
102 | <!--<div class="myorder_bottom2_2">去评价</div>--> | 104 | <!--<div class="myorder_bottom2_2">去评价</div>--> |
@@ -325,9 +327,11 @@ | @@ -325,9 +327,11 @@ | ||
325 | <!--<div class="myorder_bottom2_2">查看订单</div>--> | 327 | <!--<div class="myorder_bottom2_2">查看订单</div>--> |
326 | <!--</a>--> | 328 | <!--</a>--> |
327 | <elseif condition="$vo.state eq 5"/> | 329 | <elseif condition="$vo.state eq 5"/> |
328 | - <a href="{:url('logistics/index',array('indent_id'=>$vo['id']))}"> | ||
329 | - <div class="myorder_bottom2_2">查看物流</div> | ||
330 | - </a> | 330 | + <if condition="$vo.is_courier eq 2"> |
331 | + <a href="{:url('logistics/index',array('indent_id'=>$vo['id']))}"> | ||
332 | + <div class="myorder_bottom2_2">查看物流</div> | ||
333 | + </a> | ||
334 | + </if> | ||
331 | <div class="myorder_bottom2_2 delivery" data-id="{$vo.id}">确认收货</div> | 335 | <div class="myorder_bottom2_2 delivery" data-id="{$vo.id}">确认收货</div> |
332 | <elseif condition="$vo.state eq 3"/> | 336 | <elseif condition="$vo.state eq 3"/> |
333 | <!--<div class="myorder_bottom2_2">去评价</div>--> | 337 | <!--<div class="myorder_bottom2_2">去评价</div>--> |
@@ -183,9 +183,12 @@ | @@ -183,9 +183,12 @@ | ||
183 | <div class="pay_bottom"> | 183 | <div class="pay_bottom"> |
184 | <div class="pay_bottom2"> | 184 | <div class="pay_bottom2"> |
185 | <if condition="$data.state eq 5"> | 185 | <if condition="$data.state eq 5"> |
186 | - <a href="{:url('logistics/index',array('indent_id'=>$data['id']))}"> | ||
187 | - <div class="pay_bottom2_1">物流信息</div> | ||
188 | - </a> | 186 | + <if condition="$data.is_courier eq 2"> |
187 | + <a href="{:url('logistics/index',array('indent_id'=>$data['id']))}"> | ||
188 | + <div class="pay_bottom2_1">物流信息</div> | ||
189 | + </a> | ||
190 | + </if> | ||
191 | + | ||
189 | <elseif condition="$data.state eq 5 || $data.state eq 3 || $data.state eq 2"/> | 192 | <elseif condition="$data.state eq 5 || $data.state eq 3 || $data.state eq 2"/> |
190 | <!--<div class="pay_bottom2_2">售后咨询</div>--> | 193 | <!--<div class="pay_bottom2_2">售后咨询</div>--> |
191 | <elseif condition="$data.state eq 4"/> | 194 | <elseif condition="$data.state eq 4"/> |
@@ -592,9 +592,10 @@ body { | @@ -592,9 +592,10 @@ body { | ||
592 | } | 592 | } |
593 | 593 | ||
594 | .de_topImg { | 594 | .de_topImg { |
595 | - width: 100%; | 595 | + /*width: 100%;*/ |
596 | + width: 7.5rem; | ||
596 | cursor: pointer; | 597 | cursor: pointer; |
597 | - height: 6.6rem; | 598 | + height: 7.5rem; |
598 | } | 599 | } |
599 | 600 | ||
600 | .de_topImg img { | 601 | .de_topImg img { |
@@ -204,8 +204,8 @@ class WeChatBaseController extends BaseController | @@ -204,8 +204,8 @@ class WeChatBaseController extends BaseController | ||
204 | */ | 204 | */ |
205 | public function checkWeChatUserLogin() | 205 | public function checkWeChatUserLogin() |
206 | { | 206 | { |
207 | - /*$user = Db::name('user')->where('id',2)->find(); | ||
208 | - cmf_update_current_user($user);*/ | 207 | + $user = Db::name('user')->where('id',7)->find(); |
208 | + cmf_update_current_user($user); | ||
209 | $userId = cmf_get_current_user_id(); | 209 | $userId = cmf_get_current_user_id(); |
210 | if (empty($userId)) { | 210 | if (empty($userId)) { |
211 | $config = [ | 211 | $config = [ |
-
请 注册 或 登录 后发表评论