hwq 3 years ago
parent
commit
0f2f3eb1d0
1 changed files with 2 additions and 1 deletions
  1. 2 1
      pages/cart/group.vue

+ 2 - 1
pages/cart/group.vue

@@ -145,7 +145,8 @@ export default {
 		}
 	},
 	computed: {
-		...mapState('user', ['hasLogin', 'userInfo'])
+		...mapState('user', ['hasLogin', 'userInfo']),
+		...mapState(['weichatObj']),
 		// startDate() {
 		// 	return this.getDate('start');
 		// },