Browse Source

Merge branch 'dev_1.1.7.1' of https://git.yishihui.com/DeNet/de-net into dev_1.1.7.1

zhangwei 2 years ago
parent
commit
e022223e22
2 changed files with 4 additions and 4 deletions
  1. 2 2
      src/view/iframe/tool-box/card.vue
  2. 2 2
      src/view/iframe/tool-box/full.vue

+ 2 - 2
src/view/iframe/tool-box/card.vue

@@ -19,7 +19,7 @@
                         <div class="font">Available for holders of {{state.detail.nftProjectName}} NFT</div>
                         <div class="font">Available for holders of {{state.detail.nftProjectName}} NFT</div>
                     </div>
                     </div>
                 </div>
                 </div>
-                <img class="mask_bg" v-if="state.detail.linkImagePath" :src=" state.detail.linkImagePath " />
+                <img class="mask_bg" v-if="state.detail.viewBgImagePath" :src=" state.detail.viewBgImagePath " />
             </template>
             </template>
             <iframe :src="state.iframe_url" v-show="state.status == 'iframe'" ref="dom_iframe" frameborder="0"
             <iframe :src="state.iframe_url" v-show="state.status == 'iframe'" ref="dom_iframe" frameborder="0"
                 scrolling="yes" allow="camera *;microphone *"></iframe>
                 scrolling="yes" allow="camera *;microphone *"></iframe>
@@ -659,7 +659,7 @@ const msgListener = (req, sender, sendResponse) => {
             flex-direction: column;
             flex-direction: column;
             width: 100%;
             width: 100%;
             height: 100%;
             height: 100%;
-            background-color: rgba($color: #000000, $alpha: .8);
+            background-color: rgba($color: #000000, $alpha: .5);
             .luck {
             .luck {
                 width: 100px;
                 width: 100px;
                 height: 100px;
                 height: 100px;

+ 2 - 2
src/view/iframe/tool-box/full.vue

@@ -20,7 +20,7 @@
                         <div class="font">Available for holders of {{detail.nftProjectName}} NFT</div>
                         <div class="font">Available for holders of {{detail.nftProjectName}} NFT</div>
                     </div>
                     </div>
                 </div>
                 </div>
-                <img class="mask_bg" v-if="detail.linkImagePath" :src=" detail.linkImagePath " />
+                <img class="mask_bg" v-if="detail.viewBgImagePath" :src=" detail.viewBgImagePath " />
             </template>
             </template>
             <iframe :src="state.iframe_url" frameborder="0" allow="camera *;microphone *"></iframe>
             <iframe :src="state.iframe_url" frameborder="0" allow="camera *;microphone *"></iframe>
         </div>
         </div>
@@ -237,7 +237,7 @@ const hideMask = (data) => {
             flex-direction: column;
             flex-direction: column;
             width: 100%;
             width: 100%;
             height: 100%;
             height: 100%;
-            background-color: rgba($color: #000000, $alpha: .8);
+            background-color: rgba($color: #000000, $alpha: .5);
             .luck {
             .luck {
                 width: 100px;
                 width: 100px;
                 height: 100px;
                 height: 100px;