正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -733,7 +733,7 @@ class User extends Api | @@ -733,7 +733,7 @@ class User extends Api | ||
733 | 'order_no' => $order_no, | 733 | 'order_no' => $order_no, |
734 | 'type' => $type, | 734 | 'type' => $type, |
735 | 'order_id' => $order['id'], | 735 | 'order_id' => $order['id'], |
736 | - 'price' => $order_no['total_price'], | 736 | + 'price' => $order['total_price'], |
737 | 'user_id' => $this->auth->id, | 737 | 'user_id' => $this->auth->id, |
738 | ]; | 738 | ]; |
739 | $model = new Tax(); | 739 | $model = new Tax(); |
-
请 注册 或 登录 后发表评论