mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-08 06:35:37 +08:00
小程序模式
This commit is contained in:
@ -50,8 +50,8 @@ class Cart extends Common
|
||||
$ret['data'] = [
|
||||
'data' => $ret['data'],
|
||||
'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_btn_text'=> MyC('common_is_exhibition_mode_btn_text', '立即咨询', true),
|
||||
'common_site_type' => (int) MyC('common_site_type', 0, true),
|
||||
];
|
||||
|
||||
return $ret;
|
||||
|
||||
Reference in New Issue
Block a user