Browse Source

[edit][style]

zhangwei 2 năm trước cách đây
mục cha
commit
7c2eb021f2
2 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 1 0
      pages/treasure/index.vue
  2. 2 0
      pages/treasure/invite.vue

+ 1 - 0
pages/treasure/index.vue

@@ -378,6 +378,7 @@ body,
 					box-sizing: border-box;
 
 					.invite-txt {
+						text-align: center;
 						color: #727272;
 						font-weight: 400;
 						font-size: 13px;

+ 2 - 0
pages/treasure/invite.vue

@@ -159,6 +159,7 @@ export default {
 		this.getConfig();
 	},
 	mounted() {
+		console.log('detail', this.detail);
 		this.setCookieMid();
 		Cookies.set(this.detail.postId, JSON.stringify({ inviteCode: this.$route.params.id, channel: this.$route.params.channel }), { expires: 100 });
 		this.setTreasureInfo();
@@ -397,6 +398,7 @@ body,
 					box-sizing: border-box;
 
 					.invite-txt {
+						text-align: center;
 						color: #727272;
 						font-weight: 400;
 						font-size: 13px;