|
@@ -3124,7 +3124,7 @@ async function clickBtn(type, brand, item) {
|
|
|
:href="item.info.website_url || item.info.url"
|
|
|
target="_blank"
|
|
|
>
|
|
|
- {{ t("ctaGoUrl") }}
|
|
|
+ {{ t("cta_url") }}
|
|
|
</a>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -3185,7 +3185,7 @@ async function clickBtn(type, brand, item) {
|
|
|
:href="item.info.url || item.info.website_url"
|
|
|
target="_blank"
|
|
|
>
|
|
|
- {{ t("ctaGoUrl") }}
|
|
|
+ {{ t("cta_url") }}
|
|
|
</a>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -3275,7 +3275,7 @@ async function clickBtn(type, brand, item) {
|
|
|
)
|
|
|
"
|
|
|
>
|
|
|
- {{ t("ctaGoUrl") }}
|
|
|
+ {{ t("cta_url") }}
|
|
|
</button>
|
|
|
<a
|
|
|
v-if="item.info.activity && item.info.activity !== ''"
|
|
@@ -3323,7 +3323,7 @@ async function clickBtn(type, brand, item) {
|
|
|
<span>{{ item.info.floor || item.info.price }}</span>
|
|
|
<div class="link-btn">
|
|
|
<a :href="item.info.url" target="_blank">
|
|
|
- {{ t("ctaGoUrl") }}
|
|
|
+ {{ t("cta_url") }}
|
|
|
</a>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -3347,7 +3347,7 @@ async function clickBtn(type, brand, item) {
|
|
|
:href="message.body.store_info_url || message.body.url"
|
|
|
target="_blank"
|
|
|
>
|
|
|
- {{ t("ctaBuyNow") }}
|
|
|
+ {{ t("cta_buy") }}
|
|
|
</a>
|
|
|
<a :href="message.body.website_url" target="_blank"> 官網 </a>
|
|
|
</div>
|
|
@@ -3946,7 +3946,7 @@ async function clickBtn(type, brand, item) {
|
|
|
<span class="price">
|
|
|
<p>{{ formatPrice(secondaryAd.price) }}</p>
|
|
|
<a :href="secondaryAd.url">
|
|
|
- {{ t("ctaGoUrl") }}
|
|
|
+ {{ t("cta_url") }}
|
|
|
</a>
|
|
|
</span>
|
|
|
|
|
@@ -4164,7 +4164,7 @@ async function clickBtn(type, brand, item) {
|
|
|
|
|
|
<div class="link-btn">
|
|
|
<a :href="activityContent.purchase_url" target="_blank">
|
|
|
- {{ t("ctaGoUrl") }}
|
|
|
+ {{ t("cta_url") }}
|
|
|
</a>
|
|
|
</div>
|
|
|
</div>
|