|
@@ -24,8 +24,7 @@
|
|
|
<v-btn class="share-button" rounded @click="share()">
|
|
|
<template v-if="!($userAgent.isSzx || $userAgent.isSzxBrowser)"
|
|
|
>复制链接</template
|
|
|
- >分享好友赚<template v-if="type === 1">星币</template
|
|
|
- ><template v-else-if="type === 2">手机时长</template>
|
|
|
+ >分享好友
|
|
|
</v-btn>
|
|
|
<!-- <button @click="share()">邀请</button> -->
|
|
|
</div>
|
|
@@ -87,7 +86,7 @@
|
|
|
</td>
|
|
|
<td class="whitespace-nowrap break-normal">
|
|
|
<div class="flex">
|
|
|
- <span class=" font-mono "
|
|
|
+ <span class="font-mono"
|
|
|
>{{ item.activationCode | activationCodeMask }} </span
|
|
|
><span class="mx-1">|</span
|
|
|
><v-btn
|