|
@@ -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();
|