mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Merge branch 'master' of https://github.com/zoujingli/Think.Admin
This commit is contained in:
commit
62eca2a98d
@ -250,6 +250,7 @@
|
||||
_url = content.split(',')[1] || '';
|
||||
_pagepath = content.split(',')[2] || '';
|
||||
}
|
||||
$span.data('appid',_appid),$span.data('url',_url),$span.data('pagepath',_pagepath);
|
||||
return tpl.replace('{appid}', _appid).replace('{url}', _url).replace('{pagepath}', _pagepath);
|
||||
case 'customservice':
|
||||
case 'text':
|
||||
|
Loading…
x
Reference in New Issue
Block a user