小程序订单售后

This commit is contained in:
Devil
2019-10-07 18:06:26 +08:00
parent 383ebf1133
commit 8306faead1
9 changed files with 44 additions and 10 deletions

View File

@ -271,7 +271,7 @@ class User extends Common
$common_message_total = ($common_message_total > 99) ? '99+' : $common_message_total;
// 用户订单状态
$user_order_status = OrderService::OrderStatusStepTotal(['user_type'=>'user', 'user'=>$this->user, 'is_comments'=>1]);
$user_order_status = OrderService::OrderStatusStepTotal(['user_type'=>'user', 'user'=>$this->user, 'is_comments'=>1, 'is_aftersale'=>1]);
// 初始化数据
$result = array(