import _ from '../../commons/js/commons' const app = getApp() Component({ properties: { isShow: { type: Boolean, value: false }, }, data: { imgUrl: _.config.imgUrl,//静态图片路径 }, lifetimes: { }, ready: function () {}, methods: { } })