修复:合并丢失的代码
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user