one_after 2 mesi fa
parent
commit
6ac7bfa70d
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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,