| xqd
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<app-layout :haveBackground="haveBackground">
|
|
|
<app-my-share
|
|
|
- :shareInfo="shareInfo"
|
|
|
+ :shareInfo="userInfo.identity"
|
|
|
:tabBarNavs="tabBarNavs"
|
|
|
:mall="mall"
|
|
|
:fixed="shareFixed"></app-my-share>
|
| xqd
@@ -328,6 +328,9 @@
|
|
|
config: state => state.mall.setting,
|
|
|
mall: state => state.mall,
|
|
|
}),
|
|
|
+ ...mapState( {
|
|
|
+ userInfo: state => state.user.info,
|
|
|
+ }),
|
|
|
themeObject:function() {
|
|
|
return {
|
|
|
back: this.getTheme + '-m-back ' + this.getTheme,
|