作者 何书鹏

bug修改

@@ -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();