Wx-Open-Launch-Weapp

http://www.dengwz.com/archives/137

renderImg = item => {
const script = document.createElement('script');
script.type = 'text/wxtag-template';
const image = item.imageLink;
script.text =

;
const minPage = ${item.smallRoutineLink.split('?')[0]}.html?${ item.smallRoutineLink.split('?')[1] }.substring(1);
const html = ${script.outerHTML};

return html;

};

你可能感兴趣的:(Wx-Open-Launch-Weapp)