diff --git a/application/wechat/view/menu.index.html b/application/wechat/view/menu.index.html index 5a18884b0..207b01ff1 100644 --- a/application/wechat/view/menu.index.html +++ b/application/wechat/view/menu.index.html @@ -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':