...
|
...
|
@@ -111,13 +111,13 @@ class PayRenewController extends HomeBaseController |
|
|
'keyword2'=>$collocation['insurance_num'],
|
|
|
'keyword3'=>$collocation['insurer'],
|
|
|
'keyword4'=>"$collocation[payment_time]年",
|
|
|
'keyword5'=>$collocation['take_time'],
|
|
|
'keyword5'=>date('Y-m-d',$collocation['take_time']),
|
|
|
'remark'=>"立即查看保单",
|
|
|
);
|
|
|
$orderinfoModel = new OrderInfoModel();
|
|
|
$order_info = $orderinfoModel->findData2(array('order_id'=>$order['id']));
|
|
|
cache('order_info',$order_info);
|
|
|
$url = url('me_guarantee/guarantee_info',array('id'=>$order_info['id']),'',true);
|
|
|
$url = url('index/me_guarantee/guarantee_info',array('id'=>$order_info['id']),'',true);
|
|
|
$user1 = Db::name('third_party_user')->where('user_id',$collocation['user_id'])->find();
|
|
|
$this->template($templateId,$data1,$url,$user1['openid']);
|
|
|
} else { // 用户支付失败
|
...
|
...
|
|