tangning 2 years ago
parent
commit
acd69d0db4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/mobile/index.vue

+ 1 - 1
src/views/mobile/index.vue

@@ -187,7 +187,7 @@ async function handleOpenPay() {
         <div class="cell" v-if="orderDetal.orderType == 'incrementOrder'">
         <div class="cell" v-if="orderDetal.orderType == 'incrementOrder'">
           <span>{{$t('payInfo.membership')}}</span>
           <span>{{$t('payInfo.membership')}}</span>
           <span>{{$t('payInfo.zyhy')}}
           <span>{{$t('payInfo.zyhy')}}
-            <span v-if="orderDetal.goodsInfo && orderDetal.goodsInfo[0]">{{orderDetal.goodsInfo[0].count}}</span>
+            <span v-if="orderDetal.goodsInfo && orderDetal.goodsInfo[0]">× {{orderDetal.goodsInfo[0].count}}</span>
             <!-- <span v-else>1</span> -->
             <!-- <span v-else>1</span> -->
             <span v-if="orderDetal.orderType == 'incrementOrder'">,{{ $t(`payInfo.expiration`,{num:1}) }}</span>
             <span v-if="orderDetal.orderType == 'incrementOrder'">,{{ $t(`payInfo.expiration`,{num:1}) }}</span>
             </span>
             </span>