@@ -4,7 +4,6 @@ import { computed, defineComponent, onMounted, reactive, ref } from 'vue'
import { useRoute } from 'vue-router'
import ShopItem from '../components/shop-item'
import styles from './index.module.less'
-import { order, item } from './shop-detial'
import { orderState } from '@/views/shop-mall/shop-mall'
import { moneyFormat } from '@/helpers/utils'