Skip to content

Commit

Permalink
Adaptive English
Browse files Browse the repository at this point in the history
  • Loading branch information
javashop committed Apr 8, 2022
1 parent c97f118 commit 9116fad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/goods/-goods-info.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
</div>
<template v-else>
<div class="pro-list buy-num">
<div class="pro-title">购买数量</div>
<div class="pro-title">Quantity</div>
<div class="pro-content">
<div class="count-num">
<a href="javascript:;" @click="handleBuyNumChanged('-')" class="oper-num down" :class="[buyNum < 2 && 'not-oper']"></a>
Expand All @@ -81,7 +81,7 @@
</span>
<a href="javascript:;" @click="handleBuyNumChanged('+')" class="oper-num up"></a>
</div>
<span style="margin-left: 15px">仅剩 {{ goodsInfo.enable_quantity }} 件,抓紧时间购买哦!</span>
<span style="margin-left: 15px">Only {{ goodsInfo.enable_quantity }} available</span>
</div>
</div>
<div class="buy-btns">
Expand Down

0 comments on commit 9116fad

Please sign in to comment.