正在显示
2 个修改的文件
包含
7 行增加
和
2 行删除
@@ -28,7 +28,12 @@ | @@ -28,7 +28,12 @@ | ||
28 | </div> | 28 | </div> |
29 | <div class="mention_con"> | 29 | <div class="mention_con"> |
30 | <p class="mention_Txt2">{$vo.create_time|date="Y-m-d H:i:s",###}</p> | 30 | <p class="mention_Txt2">{$vo.create_time|date="Y-m-d H:i:s",###}</p> |
31 | - <p class="mention_Txt2">交易成功</p> | 31 | + <if condition="$vo.state eq 1"> |
32 | + <p class="mention_Txt2">交易成功</p> | ||
33 | + <else/> | ||
34 | + <p class="mention_Txt2">交易失败</p> | ||
35 | + </if> | ||
36 | + | ||
32 | </div> | 37 | </div> |
33 | </li> | 38 | </li> |
34 | </volist> | 39 | </volist> |
@@ -204,7 +204,7 @@ class WeChatBaseController extends BaseController | @@ -204,7 +204,7 @@ class WeChatBaseController extends BaseController | ||
204 | */ | 204 | */ |
205 | public function checkWeChatUserLogin() | 205 | public function checkWeChatUserLogin() |
206 | { | 206 | { |
207 | - /*$user = Db::name('user')->where('id',27)->find(); | 207 | + /*$user = Db::name('user')->where('id',6)->find(); |
208 | cmf_update_current_user($user);*/ | 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)) { |
-
请 注册 或 登录 后发表评论