正在显示
2 个修改的文件
包含
5 行增加
和
5 行删除
@@ -121,9 +121,9 @@ | @@ -121,9 +121,9 @@ | ||
121 | </div> | 121 | </div> |
122 | <div class="order_Etc1 ypayTxt"> | 122 | <div class="order_Etc1 ypayTxt"> |
123 | <p>配送方式:</p> | 123 | <p>配送方式:</p> |
124 | - <if condition="$data.is_courier eq 0"> | ||
125 | - <p>统一配送(0元)</p> | ||
126 | - <elseif condition="$data.is_courier eq 1"/> | 124 | + <if condition="$data.is_courier eq 1"> |
125 | + <p>统一配送</p> | ||
126 | + <elseif condition="$data.is_courier eq 2"/> | ||
127 | <p>快递({$data.money-array_sum($sum)}元)</p> | 127 | <p>快递({$data.money-array_sum($sum)}元)</p> |
128 | </if> | 128 | </if> |
129 | </div> | 129 | </div> |
@@ -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',5)->find(); | ||
208 | -// cmf_update_current_user($user); | 207 | + $user = Db::name('user')->where('id',4)->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 = [ |
-
请 注册 或 登录 后发表评论