mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-04 21:03:27 +08:00
6 lines
203 B
HTML
6 lines
203 B
HTML
<!-- 邀请用户信息 -->
|
|
{{if !empty($module_data) and !empty($module_data['referrer_info'])}}
|
|
{{:ModuleInclude('lib/module/user', [
|
|
'user' => $module_data.referrer_info,
|
|
])}}
|
|
{{/if}} |