|
@@ -118,7 +118,7 @@
|
|
|
{{else if eq .T.orderType "dataexport"}}
|
|
|
<p class="c_t_tips"> 我们会尽快将历史数据发送至{{.T.email}}邮箱,请稍后查阅。</p>
|
|
|
{{end}}
|
|
|
- {{if and (eq .T.orderType "subvip") (eq .T.positionType "0")}}
|
|
|
+ {{if and (eq .T.orderType "subvip") (eq .T.positionType "0") (ne .T.vipType 1) (ne .T.vipType 2)}}
|
|
|
<div class="gift_friends_btn" v-if="isShowGift">
|
|
|
<button @click="openGiftFriendsDialog">将超级订阅赠送给好友</button>
|
|
|
</div>
|