This commit is contained in:
Anyon 2017-06-19 10:56:47 +08:00
commit 62eca2a98d

View File

@ -250,6 +250,7 @@
_url = content.split(',')[1] || ''; _url = content.split(',')[1] || '';
_pagepath = content.split(',')[2] || ''; _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); return tpl.replace('{appid}', _appid).replace('{url}', _url).replace('{pagepath}', _pagepath);
case 'customservice': case 'customservice':
case 'text': case 'text':