小程序模式

This commit is contained in:
devil_gong
2019-11-26 14:24:25 +08:00
parent a07433ccc4
commit c3d962f791
6 changed files with 39 additions and 18 deletions

View File

@ -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;