no message

cyl/job_im_cus
jscyl13849007907 3 weeks ago
parent b1b23c0d2d
commit c5f2aae71f

@ -22,19 +22,13 @@ export default {
return this.G.shareFun(); return this.G.shareFun();
}, },
data() { data() {
let rhUiVersion = '';
try {
const pkg = require('@/uni_modules/rh-ui/package.json');
rhUiVersion = pkg.version || '';
} catch (e) {}
return { return {
localBaseImg: this.G.store().localBaseImg, localBaseImg: this.G.store().localBaseImg,
svgBaseImg: this.G.store().svgBaseImg, svgBaseImg: this.G.store().svgBaseImg,
logo: getApp().globalData.logo, logo: getApp().globalData.logo,
version: this.G.store().version, version: this.G.store().version,
pageTitle: getApp().globalData.title, pageTitle: getApp().globalData.title,
rhUiVersion, }
};
}, },
created() { created() {
// #ifdef MP-WEIXIN // #ifdef MP-WEIXIN

Loading…
Cancel
Save