mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 10:22:38 +08:00
小程序购物车数量nav
This commit is contained in:
@ -52,6 +52,7 @@ class Cart extends Common
|
||||
'customer_service_tel' => MyC('common_app_customer_service_tel', null, true),
|
||||
'common_is_exhibition_mode_btn_text'=> MyC('common_is_exhibition_mode_btn_text', '立即咨询', true),
|
||||
'common_site_type' => (int) MyC('common_site_type', 0, true),
|
||||
'common_cart_total' => BuyService::UserCartTotal(['user'=>$this->user]),
|
||||
];
|
||||
|
||||
return $ret;
|
||||
|
||||
Reference in New Issue
Block a user