feat/task1-c-wallet
devil_gong 2019-11-05 11:54:30 +08:00
parent fafd59ab8d
commit 98e3cccd4d
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ class Goods extends Common
'common_cart_total' => BuyService::UserCartTotal(['user'=>$this->user]),
'customer_service_tel' => MyC('common_app_customer_service_tel', null, true),
'common_is_exhibition_mode_btn_text'=> MyC('common_is_exhibition_mode_btn_text', null, true),
'common_is_exhibition_mode' => (int) MyC('common_is_exhibition_mode', 0),
'common_is_exhibition_mode' => (int) MyC('common_is_exhibition_mode', 1),
// 优惠劵
'plugins_coupon_data' => $this->PluginsCouponGoods($goods_id),