Files
lcb/components/kefuSuccess/index.js
T
小鱼开发 3bf5c948d8 Initial commit
2024-05-24 14:16:05 +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: {
}
})