【小程序】小程序template中如何使用公共变量

页面中使用了template模板,模板中有图片,图片的前缀是放在config.js中,如何在模板中使用config.js中的变量
config.js中代码

var baseUrl= 'aaa'

var config = {

baseUrl

}

module.exports = config;

<template name='ddglList'>

<text>这边如何拿到config中的baseUrl</text>

</template>

回答

https://developers.weixin.qq....

【小程序】小程序template中如何使用公共变量

以上是 【小程序】小程序template中如何使用公共变量 的全部内容, 来源链接: utcz.com/a/83208.html

回到顶部