正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -426,7 +426,7 @@ class FormController extends WeChatBaseController | @@ -426,7 +426,7 @@ class FormController extends WeChatBaseController | ||
426 | 'keyword4'=>date('Y-m-d',$collocation['take_time'])."至".date('Y-m-d',$collocation['expire_time']), | 426 | 'keyword4'=>date('Y-m-d',$collocation['take_time'])."至".date('Y-m-d',$collocation['expire_time']), |
427 | 'remark'=>"立即查看保单详情", | 427 | 'remark'=>"立即查看保单详情", |
428 | ); | 428 | ); |
429 | - $url = url('me_guarantee/guarantee_info',array('id'=>$result2),''); | 429 | + $url = url('me_guarantee/guarantee_info',array('id'=>$result2),'',true); |
430 | $user1 = Db::name('third_party_user')->where('user_id',$collocation['user_id'])->find(); | 430 | $user1 = Db::name('third_party_user')->where('user_id',$collocation['user_id'])->find(); |
431 | $this->template($templateId,$data2,$url,$user1['openid']); | 431 | $this->template($templateId,$data2,$url,$user1['openid']); |
432 | } | 432 | } |
@@ -437,7 +437,7 @@ class FormController extends WeChatBaseController | @@ -437,7 +437,7 @@ class FormController extends WeChatBaseController | ||
437 | return json_encode($arr); | 437 | return json_encode($arr); |
438 | } | 438 | } |
439 | public function demo(){ | 439 | public function demo(){ |
440 | - echo url('me_guarantee/guarantee_info',array('id'=>173),'',''); | 440 | + echo url('me_guarantee/guarantee_info',array('id'=>173),'',true); |
441 | } | 441 | } |
442 | //创建续费订单 | 442 | //创建续费订单 |
443 | public function create_order_renew(){ | 443 | public function create_order_renew(){ |
-
请 注册 或 登录 后发表评论