@@ -508,7 +508,7 @@ func (self *OrderController) Detail() {
}
o.WxUser = wxUser
self.Data["json"] = o
- self.ServeJSON()
+ self.ServeResultJSON()
//获取用户待评价订单列表
@@ -651,7 +651,7 @@ func (self *OrderController) List() {
ListCount int64 `json:"list_count"`
self.Data["json"] = &Ret{ListCount: count, List: latestOrders}
//用户更改订单状态