Explorar o código

feat: 订单详情中奖提示 brokerage

叶静 hai 3 semanas
pai
achega
66db560bec
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/pages/myOrders/orderDetail.vue

+ 2 - 2
src/pages/myOrders/orderDetail.vue

@@ -319,7 +319,7 @@ onUnmounted(() => {
           <br>
           {{ t('orderDetail.receiveReward') }}
           <text class="text-[var(--wot-color-theme)]">
-            ৳{{ 10 }}
+            ৳{{ detail.brokerage }}
           </text>
         </view>
         <!-- 未中奖 -->
@@ -328,7 +328,7 @@ onUnmounted(() => {
           <br>
           {{ t('orderDetail.receiveReward') }}
           <text class="text-#66C59B">
-            ৳8
+            ৳{{ detail.brokerage }}
           </text>
         </view>
         <!-- 未开奖||未支付 -->