heyang преди 3 години
родител
ревизия
6bf0c04578
променени са 1 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 3 2
      microserviceUserH5/vcloud/actFissionShare.html

+ 3 - 2
microserviceUserH5/vcloud/actFissionShare.html

@@ -431,7 +431,7 @@
                             <img :src="standarImg(item.headImgUrl)" :onerror="defaultImg" alt="">
                             <div class="hide">双子星邀请你免费领取云手机</div>
                             <p>{{item.surfaceName}}</p>
-                            <p>已获得星曜云手机套餐</p>
+                            <p>已获得{{phoneType === 'VIP'?'星动':phoneType === 'SVIP'?'星曜':'唔即'}}云手机套餐</p>
                         </van-swipe-item>
 
                     </van-swipe>
@@ -575,7 +575,7 @@
                 uuid: '',
                 flag: true,
                 timer: null,
-
+                phoneType: ''
             },
             created() {
                 // window.location.href = 'investigate.html'
@@ -624,6 +624,7 @@
                     getActDetail().then(res => {
                         this.$toast.clear();
                         if (res.status === 0) {
+                            this.phoneType = res.data.phoneType;
                             if (res.data.actStatus == 1) {
                                 this.isshow = true;
                                 this.getStrategy();