浏览代码

新增弹窗咨询3,部分资源地址修改

JXDS18FUJT 1 年之前
父节点
当前提交
7745c607a8

+ 4 - 2
src/components/m-more-alert/m-more-alert.vue

@@ -2,7 +2,7 @@
     <div>
         <van-popup custom-style="background-color: transparent;" :show="qrCodeVisable">
             <view :style="{
-                backgroundImage: 'url(/static/icon/green_ask_popup_bg@2x.png' + ')',
+                backgroundImage: 'url(https://ndata.zzxcx.net/xpgx-xcx/forecast/reportBg/'+theme+'_ask_popup_bg@2x.png)',
                 width: '580rpx',
                 height: '865rpx',
                 backgroundSize: '100% 100%'
@@ -13,7 +13,9 @@
                 </image>
             </view>
             <view style="text-align: center;margin-top: 50rpx;">
-                <image style="width:64rpx" mode="widthFix" class="code" src="/static/icon/green_cha@2x.png"></image>
+                <image @click="()=>{
+                    qrCodeVisable=false
+                }" style="width:64rpx" mode="widthFix" class="code" :src="'/static/icon/'+theme+'_cha@2x.png'"></image>
             </view>
 
 

+ 12 - 2
src/pages/forecast/index.vue

@@ -179,7 +179,7 @@
                         <view class="result-content-border2">
                         </view>
                     </view> -->
-                    <m-more-alert :theme="theme"></m-more-alert>
+                    <m-more-alert v-if="goodsStatus.isPay != 0"  :theme="theme"></m-more-alert>
                 </view>
 
                 <img mode="widthFix" class="imgFooter"
@@ -199,6 +199,7 @@
 
 
                     </view>
+                    <m-more-alert v-if="goodsStatus.isPay != 0"  :theme="theme"></m-more-alert>
                     <!-- <view class="result-pay">开通会员立即查看</view> -->
                     <!-- <img  mode="widthFix" src="https://ndata.zzxcx.net/xpgx-xcx/forecast/bg_middle.png" /> -->
                     <!-- <view class="result-content-border1">
@@ -223,6 +224,7 @@
 
 
                     </view>
+                    <m-more-alert v-if="goodsStatus.isPay != 0"  :theme="theme"></m-more-alert>
                     <!-- <view class="result-pay">开通会员立即查看</view> -->
                     <!-- <img  mode="widthFix" src="https://ndata.zzxcx.net/xpgx-xcx/forecast/bg_middle.png" /> -->
                     <!-- <view class="result-content-border1">
@@ -246,6 +248,7 @@
 
 
                     </view>
+                    <m-more-alert v-if="goodsStatus.isPay != 0"  :theme="theme"></m-more-alert>
                     <!-- <view class="result-pay">开通会员立即查看</view> -->
                     <!-- <img  mode="widthFix" src="https://ndata.zzxcx.net/xpgx-xcx/forecast/bg_middle.png" /> -->
                     <!-- <view class="result-content-border1">
@@ -271,6 +274,7 @@
                         <div>{{ userData.reportMap['潮湿平衡'] }}</div>
                         <div>{{ userData.reportMap['缺失十神评语'] }}</div> -->
                     </view>
+                    <m-more-alert v-if="goodsStatus.isPay != 0"  :theme="theme"></m-more-alert>
 
                 </view>
                 <img mode="widthFix" class="imgFooter"
@@ -332,6 +336,7 @@
 
 
                     </view>
+                    <m-more-alert v-if="goodsStatus.isPay != 0"  :theme="theme"></m-more-alert>
                     <!-- <view class="result-pay">开通会员立即查看</view> -->
                     <!-- <img  mode="widthFix" src="https://ndata.zzxcx.net/xpgx-xcx/forecast/bg_middle.png" /> -->
                     <!-- <view class="result-content-border1">
@@ -356,6 +361,7 @@
 
 
                     </view>
+                    <m-more-alert v-if="goodsStatus.isPay != 0"  :theme="theme"></m-more-alert>
                     <!-- <view class="result-pay">开通会员立即查看</view> -->
                     <!-- <img  mode="widthFix" src="https://ndata.zzxcx.net/xpgx-xcx/forecast/bg_middle.png" /> -->
                     <!-- <view class="result-content-border1">
@@ -385,6 +391,7 @@
 
 
                     </view>
+                    <m-more-alert v-if="goodsStatus.isPay != 0"  :theme="theme"></m-more-alert>
                     <!-- <view class="result-pay">开通会员立即查看</view> -->
                     <!-- <img  mode="widthFix" src="https://ndata.zzxcx.net/xpgx-xcx/forecast/bg_middle.png" /> -->
                     <!-- <view class="result-content-border1">
@@ -411,6 +418,7 @@
 
 
                     </view>
+                    <m-more-alert v-if="goodsStatus.isPay != 0"  :theme="theme"></m-more-alert>
                     <!-- <view class="result-pay">开通会员立即查看</view> -->
                     <!-- <img  mode="widthFix" src="https://ndata.zzxcx.net/xpgx-xcx/forecast/bg_middle.png" /> -->
                     <!-- <view class="result-content-border1">
@@ -433,6 +441,7 @@
                         <m-map-blur :isBlur="goodsStatus.isPay == 0" :map="userData.xiFangWei"></m-map-blur>
 
                     </view>
+                    <m-more-alert v-if="goodsStatus.isPay != 0"  :theme="theme"></m-more-alert>
 
 
                 </view>
@@ -456,6 +465,7 @@
                     <view class="result-desc">
                         <m-line-blur :text="userData.guiren" :isBlur="goodsStatus.isPay == 0"></m-line-blur>
                     </view>
+                    <m-more-alert v-if="goodsStatus.isPay != 0"  :theme="theme"></m-more-alert>
 
 
                 </view>
@@ -478,7 +488,7 @@
                     <view class="result-desc">
                         <m-line-blur :text="userData.industry" :isBlur="goodsStatus.isPay == 0"></m-line-blur>
                     </view>
-
+                    <m-more-alert v-if="goodsStatus.isPay != 0"  :theme="theme"></m-more-alert>
 
                 </view>
                 <!-- <view class="result-pay">开通会员立即查看</view> -->

二进制
src/static/icon/blue_cha@2x.png


二进制
src/static/icon/brown_cha@2x.png


二进制
src/static/icon/green_ask_popup_bg@2x.png


二进制
src/static/icon/red_cha@2x.png


二进制
src/static/icon/ring@2x.png


二进制
src/static/icon/seal@2x.png


二进制
src/static/icon/yellow_cha@2x.png