|
@@ -411,19 +411,22 @@ onUnmounted(() => {
|
|
|
</div>
|
|
|
<div class="recommend-icon text-14px leading-20px text-[#808185] cursor-pointer">
|
|
|
<span v-show="commodityInfo.next_number">
|
|
|
- Authorize another <span class="text-[#232A40]">{{ commodityInfo.next_number }} device</span> to upgrade to
|
|
|
+ Authorize another <span class="text-[#232A40]">{{ commodityInfo.next_number }}
|
|
|
+ <span v-if="commodityInfo.next_number !== 1">devices</span>
|
|
|
+ <span v-else>device</span></span> to upgrade to
|
|
|
<span class="text-[#232A40]">{{ commodityInfo.next_discount }} OFF</span>
|
|
|
</span>
|
|
|
<span v-show="!commodityInfo.next_number">
|
|
|
- <a href="mailto:support@pdfreaderpro.com" class="text-[#1460F3] hover:underline">Contact us</a> for a higher discount.
|
|
|
+ <a href="mailto:support@pdfreaderpro.com?subject=Feedback from Admin Console"
|
|
|
+ class="text-[#1460F3] hover:underline">Contact us</a> for a higher discount.
|
|
|
</span>
|
|
|
<Info class="ml-8px inline-block mb-4px" />
|
|
|
<div class="tip">
|
|
|
You have currently authorized {{ commodityInfo.purchase_quantity }} devices
|
|
|
- <div>Authorize 2 devices cumulatively: 15% OFF</div>
|
|
|
- <div>Authorize 5 devices cumulatively: 25% OFF</div>
|
|
|
- <div>Authorize 10 devices cumulatively: 30% OFF</div>
|
|
|
- <div>Authorize 30 devices cumulatively: 35% OFF</div>
|
|
|
+ <div>Authorize 2 devices cumulatively: 15% OFF</div>
|
|
|
+ <div>Authorize 5 devices cumulatively: 25% OFF</div>
|
|
|
+ <div>Authorize 10 devices cumulatively: 30% OFF</div>
|
|
|
+ <div>Authorize 30 devices cumulatively: 35% OFF</div>
|
|
|
<div>Authorize 100 devices cumulatively:: 45% OFF</div>
|
|
|
</div>
|
|
|
</div>
|