|
|
|
|
@ -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
|
|
|
|
|
|