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

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

@@ -189,7 +189,7 @@ async function handleOpenPay() {
     </div>
     </div>
     <div class="bottomInfo">
     <div class="bottomInfo">
       <div class="price">
       <div class="price">
-        {{$t('payInfo.payPrice')}}<span>{{$t('payInfo.priceUnit')}}{{ orderDetal?.orderMoney || 0.0 }}</span>
+        {{$t('payInfo.payPrice')}}<span style="margin-left:10px">{{$t('payInfo.priceUnit')}}{{ orderDetal?.orderMoney || 0.0 }}</span>
       </div>
       </div>
       <div class="payBut" @click="handelPay">{{$t('payInfo.payOrder')}}</div>
       <div class="payBut" @click="handelPay">{{$t('payInfo.payOrder')}}</div>
     </div>
     </div>

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

@@ -309,7 +309,7 @@ async function getCode() {
       vertical-align: middle;
       vertical-align: middle;
     }
     }
     .price {
     .price {
-      color: @primary-color;
+      color: #ff0000;
       font-size: 40px;
       font-size: 40px;
       line-height: 50px;
       line-height: 50px;
     }
     }