no message

cyl/job_im_cus
jscyl13849007907 3 weeks ago
parent b1b23c0d2d
commit c5f2aae71f

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

Loading…
Cancel
Save