Files
lichebao/components/kefuSuccess/index.js
T
2021-07-04 18:09:48 +08:00

21 lines
295 B
JavaScript

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