소스 검색

【功能修复】商城:店铺装修时,“悬浮按钮”默认不选中

YunaiV 9 달 전
부모
커밋
90656ddb51
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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' })