tangning 2 年之前
父節點
當前提交
acd69d0db4
共有 1 個文件被更改,包括 1 次插入1 次删除
  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'">
           <span>{{$t('payInfo.membership')}}</span>
           <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-if="orderDetal.orderType == 'incrementOrder'">,{{ $t(`payInfo.expiration`,{num:1}) }}</span>
             </span>