UNPKG

@antmove/wx-alipay

Version:

transform wechat miniprogram to alipay miniprogram tool.

15 lines (13 loc) 280 B
function handleAfterInit() { let classStr = '' this.data.__classNames .forEach((key) => { classStr += (this.props[key] || '') }) if (this.data._classes !== classStr) { this.setData({ _classes: classStr, }) } } module.exports = handleAfterInit