修复:合并丢失的代码

This commit is contained in:
2025-11-27 17:32:58 +08:00
parent 3b596e0a70
commit 38c4519e79
19 changed files with 1284 additions and 460 deletions

View File

@@ -9,7 +9,7 @@
<view class="order-item-product-name" v-html="title"></view>
</view>
<view class="order-item-product-price">
<view class="price">{{ price }} 天医币</view>
<view class="price">{{ price }} {{ t('global.coin') }}</view>
<view class="count">x {{ 1 }}</view>
</view>
</view>
@@ -17,6 +17,7 @@
<script lang="ts" setup>
import { computed } from 'vue'
import { t } from '@/utils/i18n'
interface Props {
data: any
type: string