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);
         if($result === false){
-            CommonFn::requestAjax(false,'支付遇到点问题了,请稍候再试');
+            CommonFn::requestAjax(false,'支付遇到点问题了1,请稍候再试');
         }else{
             // 支付成功后用户有效订单数增加
             if (isset($user_obj->order_count)) {