hwq 3 年 前
コミット
0f2f3eb1d0
1 ファイル変更2 行追加1 行削除
  1. 2 1
      pages/cart/group.vue

+ 2 - 1
pages/cart/group.vue

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