diff --git a/src/assets/common/Normal_GIF_1.gif b/src/assets/common/Normal_GIF_1.gif new file mode 100644 index 0000000..5c79f09 Binary files /dev/null and b/src/assets/common/Normal_GIF_1.gif differ diff --git a/src/assets/common/common_icon_NFT.png b/src/assets/common/common_icon_NFT.png new file mode 100644 index 0000000..1970e4f Binary files /dev/null and b/src/assets/common/common_icon_NFT.png differ diff --git a/src/views/home/awardDialog.vue b/src/views/home/awardDialog.vue index 2f8764e..3517dd5 100644 --- a/src/views/home/awardDialog.vue +++ b/src/views/home/awardDialog.vue @@ -100,6 +100,48 @@
Done
Confirm
+
+
+
{{ dialogTitle }}
+
+ +
+
+
+
+
Points
+
+ X {{ awardData.score }} + +
+
+
+
  • +
    {{ item.name }}
    +
    + +
    +
    + +
    + +
    +
    +
  • +
    +
    +
    +
    {{ dialogTitle }}
    +
    +
    Points
    +
    + X {{ awardData.score }} + +
    +
    +
    +
    Confirm
    +
    @@ -226,6 +268,10 @@ div { height: 100%; } } + .nft { + width: 160px; + height: 200px; + } .box-bg { width: 160px; height: 120px; diff --git a/src/views/home/boxBtm.vue b/src/views/home/boxBtm.vue index fe0b442..a2617b8 100644 --- a/src/views/home/boxBtm.vue +++ b/src/views/home/boxBtm.vue @@ -207,10 +207,9 @@
    - {{ row.items[0].name }} - + {{ row.items[0].name }} + +
    @@ -1136,6 +1135,7 @@ export default { div:nth-child(2) { width: 105px; margin-left: 20px; + font-size: 14px; display: flex; align-items: center; img { @@ -1198,7 +1198,11 @@ export default { } } .box-loading { - display: none; + // position: absolute; + // top: -200%; + // left: -200%; + width: 0; + height: 0; } } \ No newline at end of file diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 7a560f1..f70cfed 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -603,7 +603,7 @@
    - +
    @@ -1308,6 +1308,14 @@ export default { this.ExploreDialogVisible = true; }, + boxAwardDialog(val) { + this.awardData = val; + this.eventName = "box_event"; + this.dialogTitle = "Congratulations"; + this.getUserState(); + this.ExploreDialogVisible = true; + }, + // 签到奖励 checkAwardDialog(val) { this.awardData = val;