DengTao 8 년 전
부모
커밋
a4487d04c2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      www/protected/modules/o2o/controllers/OrderController.php

+ 1 - 1
www/protected/modules/o2o/controllers/OrderController.php

@@ -334,7 +334,7 @@ class  OrderController extends O2oBaseController{
 
 
         $result = Service::factory('PayService')->Pay($pay_channel,$amount,(string)$order->_id,$str,$str,$user_obj->wx_pub_openid);
         $result = Service::factory('PayService')->Pay($pay_channel,$amount,(string)$order->_id,$str,$str,$user_obj->wx_pub_openid);
         if($result === false){
         if($result === false){
-            CommonFn::requestAjax(false,'支付遇到点问题了,请稍候再试');
+            CommonFn::requestAjax(false,'支付遇到点问题了1,请稍候再试');
         }else{
         }else{
             // 支付成功后用户有效订单数增加
             // 支付成功后用户有效订单数增加
             if (isset($user_obj->order_count)) {
             if (isset($user_obj->order_count)) {