删除like模块引用

This commit is contained in:
mabo
2021-07-30 16:13:31 +08:00
parent ca3cf71c6d
commit dc08d545a2
4 changed files with 5 additions and 34 deletions

View File

@@ -125,12 +125,6 @@
</div>
<Spin size="large" fix v-if="loading"></Spin>
</div>
<!-- 猜你喜欢 -->
<!-- <div class="like">
<div class="likeGoods">
<ShowLikeGoods />
</div>
</div> -->
<BaseFooter></BaseFooter>
</div>
</template>
@@ -138,10 +132,8 @@
<script>
import Promotion from '@/components/goodsDetail/Promotion';
import Search from '@/components/Search';
import ShowLikeGoods from '@/components/like';
import * as APICart from '@/api/cart';
import * as APIMember from '@/api/member';
import { getLogo } from '@/api/common.js';
export default {
name: 'Cart',
beforeRouteEnter (to, from, next) {
@@ -150,7 +142,6 @@ export default {
},
components: {
Search,
ShowLikeGoods,
Promotion
},
data () {