From 91e59bff212bc584970a427fd51e4e30b27de199 Mon Sep 17 00:00:00 2001 From: yuyongdong Date: Mon, 20 May 2024 17:29:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=99=BD=E5=90=8D=E5=8D=95?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/common/Whitelist.png | Bin 0 -> 952 bytes src/views/home/index.vue | 89 ++++++++++++++++++++++++++------ src/views/home/pointsDialog.vue | 4 +- 3 files changed, 75 insertions(+), 18 deletions(-) create mode 100644 src/assets/common/Whitelist.png diff --git a/src/assets/common/Whitelist.png b/src/assets/common/Whitelist.png new file mode 100644 index 0000000000000000000000000000000000000000..d3bfed4b5eb237fa7edffcd00429d3de850604cd GIT binary patch literal 952 zcmV;p14sOcP)Px&a!Eu%R5(wK)L%@Mbr`_$@AIDbJsf1}frQ94N(WIFEw@kt2ShY=2WCxI&bIzp ztF0SsxMl|ihp~}4FSuY`*w&_bVKtXa1)$g_;N0KkL}pEJlyk5dP&g zth96x19TST^M8T*RpoljcmO-}5Mne?{>As;^#hlH`vDs`mb^p58@OCkMRaNx)+#qR zXRxL2HmF_O9t67q`({4YJ*^b9{>h4UBfyhD9`MQBmnwiPAVO%QolDgfIN>)j(yoA0 zLuvcvB&eOf2XHxc*x|=eqn?5zL#)m@3^<9r0FMGe;1qUf1F^~9_@+9OSZE(c$^Zrj z>1-R30FG$)mUUq5LuWQ3+QJhj263lHfM;^s>r zuY!FNLakETJCQ7wPON00Wfhabd`wROg9%)&S}8ttb+IiqU**2-D{*2kBd*uM?jSzX zBIW1DG(nV>Zv;Jn>6rrYQ<|JtT@p;916$IVa=(D;TL@j)vBMZ-VVD8bm_{8xWo=iM z!sf?%!O>5PQpwKPiE0gocu*3n>MGcNN;(Eb7LRPveW?9Ksn{7WqSOLoC~s4GCb%3d af&K-9?pF~UvlRCL0000
+
  • +
    + {{ usesInWhiteList }} +
    + +
    +
    +
    Whitelist
    + +
  • {{ usesInviteCount }} @@ -623,6 +633,16 @@
    +
  • +
    + {{ usesInWhiteList }} +
    + +
    +
    +
    Whitelist
    + +
  • {{ usesInviteCount }} @@ -755,6 +775,16 @@
    +
  • +
    + {{ usesInWhiteList }} +
    + +
    +
    +
    Whitelist
    + +
  • {{ usesInviteCount }} @@ -1180,6 +1210,9 @@ export default { }, usesEmail() { return this.$store.state.user.userData?.gameMail || undefined; + }, + usesInWhiteList() { + return this.$store.state.user.userData?.inWhiteList || 0; } }, created() { @@ -2153,8 +2186,8 @@ export default { li:nth-child(1) { cursor: pointer; img { - width: 17px; - height: 11px; + width: 15px; + height: 15px; } &:hover { .hover-tips { @@ -2163,6 +2196,18 @@ export default { } } li:nth-child(2) { + cursor: pointer; + img { + width: 17px; + height: 11px; + } + &:hover { + .hover-tips { + display: block; + } + } + } + li:nth-child(3) { cursor: pointer; img { width: 13px; @@ -2175,12 +2220,6 @@ export default { } } } - li:nth-child(3) { - img { - width: 15px; - height: 15px; - } - } li:nth-child(4) { img { width: 15px; @@ -2194,6 +2233,12 @@ export default { } } li:nth-child(6) { + img { + width: 15px; + height: 15px; + } + } + li:nth-child(7) { img { width: 12px; height: 16px; @@ -3471,6 +3516,18 @@ export default { } } li:nth-child(1) { + cursor: pointer; + img { + width: 15px; + height: 15px; + } + &:hover { + .hover-tips { + display: block; + } + } + } + li:nth-child(2) { cursor: pointer; img { width: 17px; @@ -3482,7 +3539,7 @@ export default { } } } - li:nth-child(2) { + li:nth-child(3) { cursor: pointer; img { width: 13px; @@ -3495,7 +3552,7 @@ export default { } } } - li:nth-child(3) { + li:nth-child(4) { .top { div { img { @@ -3505,12 +3562,6 @@ export default { } } } - li:nth-child(4) { - img { - width: 15px; - height: 15px; - } - } li:nth-child(5) { img { width: 15px; @@ -3518,6 +3569,12 @@ export default { } } li:nth-child(6) { + img { + width: 15px; + height: 15px; + } + } + li:nth-child(7) { img { width: 12px; height: 16px; diff --git a/src/views/home/pointsDialog.vue b/src/views/home/pointsDialog.vue index f3027ee..eef6e7f 100644 --- a/src/views/home/pointsDialog.vue +++ b/src/views/home/pointsDialog.vue @@ -29,7 +29,7 @@