MrShi
4 天以前 b806c4ad52a661a1e5f0695650ec1a7e42f01633
small-program/shop/pages/orders/orders.vue
@@ -96,6 +96,7 @@
                        <text class="insurance-label">含行李保费:</text>
                        <text class="insurance-value">{{((item.declaredFee || 0)/100).toFixed(2) }}</text>
                     </view>
                     <view class="yichang" v-if="item.abnormalOrder === 1">异常转存</view>
                  </view>
               </view>
@@ -434,6 +435,7 @@
   .mode-tag {
      width: 112rpx;
      height: 38rpx;
      line-height: 38rpx;
      border-radius: 8rpx;
      display: flex;
      align-items: baseline;
@@ -503,6 +505,13 @@
      border-top: 3rpx solid #ff8c1f;
   }
   .yichang {
      font-weight: 400;
      font-size: 24rpx;
      color: #FF0000;
      margin-top: 12rpx;
   }
   .arrow-head {
      position: absolute;
      right: 8rpx;