|
@@ -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>
|
|
|
<!-- 未开奖||未支付 -->
|