Эх сурвалжийг харах

试用客户我的中不显示期限、联系销售文案样式修改

jwyu 2 жил өмнө
parent
commit
f79ec49a64

+ 6 - 3
pages/activity/activity.vue

@@ -435,7 +435,8 @@ export default {
                                 }) 
                             }
                         }
-                        this.pupData.content=`<p>您暂无权限参加此活动,若想参加请联系对口销售--${res.data.name}:${res.data.mobile}</p>`
+                        this.pupData.content=`<p>您暂无权限参加此活动,若想参加请联系</p>
+                                              <p>对口销售${res.data.name}:${res.data.mobile}</p>`
                         this.pupData.mobile=res.data.mobile
                     }else if(res.data.type=='apply'){
                         this.pupData.content=`<p>您暂无权限参加此活动,若想参加可以申请开通哦</p>`
@@ -731,7 +732,8 @@ export default {
                             }) 
                         }
                     }
-                    this.pupData.content=`<p>您暂无权限参加此会议,若想参加请联系对口销售--${res.data.name}:${res.data.mobile}</p>`
+                    this.pupData.content=`<p>您暂无权限参加此会议,若想参加请联系</p>
+                                          <p>对口销售${res.data.name}:${res.data.mobile}</p>`
                     this.pupData.mobile=res.data.mobile
 
                 }else if(res.data.type=='apply'){
@@ -809,7 +811,8 @@ export default {
                             }) 
                         }
                     }
-                    this.pupData.content=`<p>您暂无权限参加此活动,若想参加请联系对口销售--${res.data.name}:${res.data.mobile}</p>`
+                    this.pupData.content=`<p>您暂无权限参加此活动,若想参加请联系</p>
+                                          <p>对口销售${res.data.name}:${res.data.mobile}</p>`
                     this.pupData.mobile=res.data.mobile
                 }else if(res.data.type=='apply'){
                     this.pupData.content=`<p>您暂无权限参加此活动,若想参加可以申请开通哦</p>`

+ 2 - 2
pages/report/report.vue

@@ -57,8 +57,8 @@
     <van-popup :show="authData.show" @close="authData.show=false" :close-on-click-overlay="false">
       <view class="global-pup">
           <view class="content">
-            <view>您暂无该品种权限,若想查看请联系对口销售--{{authData.contactInfo.name}}:{{authData.contactInfo.mobile}}
-            </view>
+            <view>您暂无该品种权限,若想查看请联系</view>
+            <view>对口销售{{authData.contactInfo.name}}:{{authData.contactInfo.mobile}}</view>
           </view>
           <view class="flex bot">
             <view @click="authData.show=false" style="color:#A9AFB8">取消</view>

+ 1 - 1
pages/user/user.vue

@@ -46,7 +46,7 @@
 					<van-icon name="arrow"></van-icon>
 				</view>
 			</view>
-			<view class="flex item-card">
+			<view class="flex item-card" v-if="userInfo.status!='试用'">
 				<image src="../../static/calendar.png" mode="widthFix" />
 				<text class="label">服务截止日期</text>
 				<text class="right-text" v-if="!(userInfo.status=='冻结'||(userInfo.status=='试用'&&userInfo.is_suspend==1))">{{lastTime}}</text>