|
@@ -260,10 +260,10 @@ function handleClick() {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
const timeMap = {
|
|
const timeMap = {
|
|
- create_order: 'placed on',
|
|
|
|
- pay_success: 'paid on',
|
|
|
|
- delivery: 'shipped on',
|
|
|
|
- receive: 'completed on',
|
|
|
|
|
|
+ create_order: 'Placed On',
|
|
|
|
+ pay_success: 'Paid On',
|
|
|
|
+ delivery: 'Shipped On',
|
|
|
|
+ receive: 'Completed On',
|
|
}
|
|
}
|
|
onLoad(async (options) => {
|
|
onLoad(async (options) => {
|
|
getConfig('open_red_envelope_rate')
|
|
getConfig('open_red_envelope_rate')
|
|
@@ -412,14 +412,13 @@ onUnmounted(() => {
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="border-b-1 border-b-#e8e8e8 border-b-solid py-24rpx">
|
|
|
|
- <view class="mb-12rpx text-28rpx">
|
|
|
|
|
|
+ <view v-if="detail?.status !== 1" class="flex items-center justify-between border-b-1 border-b-#e8e8e8 border-b-solid py-24rpx">
|
|
|
|
+ <view class="text-28rpx">
|
|
{{ t('orderDetail.payment.title') }}
|
|
{{ t('orderDetail.payment.title') }}
|
|
</view>
|
|
</view>
|
|
<view class="flex flex-col gap-16rpx text-#3A444C">
|
|
<view class="flex flex-col gap-16rpx text-#3A444C">
|
|
<view class="flex items-center justify-between text-24rpx">
|
|
<view class="flex items-center justify-between text-24rpx">
|
|
- <text>SubTotal</text>
|
|
|
|
- <text>৳{{ formatNumber(detail.payPrice) }}</text>
|
|
|
|
|
|
+ <text>BandhuBuy Wallet</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|