Skip to content

Commit 989e308

Browse files
committed
【功能修复】商城:diy 店铺装修的 fen2yuan 地址不正确
1 parent 26b025a commit 989e308

File tree

1 file changed

+1
-1
lines changed
  • src/components/DiyEditor/components/mobile/ProductList

1 file changed

+1
-1
lines changed

src/components/DiyEditor/components/mobile/ProductList/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<script setup lang="ts">
6666
import { ProductListProperty } from './config'
6767
import * as ProductSpuApi from '@/api/mall/product/spu'
68-
import { fenToYuan } from './index'
68+
import { fenToYuan } from '@/utils'
6969
7070
/** 商品栏 */
7171
defineOptions({ name: 'ProductList' })

0 commit comments

Comments
 (0)