Browse Source

【功能修复】商城:diy 店铺装修的 fen2yuan 地址不正确

YunaiV 10 months ago
parent
commit
989e30810a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/DiyEditor/components/mobile/ProductList/index.vue

+ 1 - 1
src/components/DiyEditor/components/mobile/ProductList/index.vue

@@ -65,7 +65,7 @@
 <script setup lang="ts">
 import { ProductListProperty } from './config'
 import * as ProductSpuApi from '@/api/mall/product/spu'
-import { fenToYuan } from './index'
+import { fenToYuan } from '@/utils'
 
 /** 商品栏 */
 defineOptions({ name: 'ProductList' })