one_after 2 月之前
父节点
当前提交
6ac7bfa70d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/controller/MyGoodsController.php

+ 1 - 0
app/controller/MyGoodsController.php

@@ -79,6 +79,7 @@ class MyGoodsController
                     'original_price'     => $wa_goods->original_price,
                     'deduction_price'    => $wa_goods->deduction_price,
                     'payment_usd'        => $wa_goods->payment_usd,
+                    'describe'           => $wa_goods->describe,
                     'rebate'             => $wa_goods->rebate,
                     'rebate_one'         => $wa_goods->rebate_one,
                     'rebate_two'         => $wa_goods->rebate_two,