|
@@ -278,7 +278,7 @@ import pageFooter from '@/components/pageFooter/index.vue';
|
|
|
import Loading from '@/components/Loading/index.vue';
|
|
|
import recommend from '@/components/recommend';
|
|
|
export default {
|
|
|
- computed: mapGetters(['isLogin', 'uid']),
|
|
|
+ computed: mapGetters(['isLogin', 'uid','cartNum']),
|
|
|
mixins: [colors],
|
|
|
components: {
|
|
|
recommend,
|
|
@@ -314,7 +314,6 @@ export default {
|
|
|
appUpdate, //APP更新
|
|
|
// #endif
|
|
|
},
|
|
|
- computed: mapGetters(['isLogin', 'cartNum']),
|
|
|
data() {
|
|
|
return {
|
|
|
imgHost: HTTP_REQUEST_URL,
|