实现抖音小程序的兼容

pull/70/head
YunaiV 2024-08-07 23:51:29 +08:00
parent 1aa944e18c
commit 3099c8c491
3 changed files with 3 additions and 3 deletions

View File

@ -113,7 +113,7 @@
import detailCommentCard from './components/detail/detail-comment-card.vue';
import detailContentCard from './components/detail/detail-content-card.vue';
import detailActivityTip from './components/detail/detail-activity-tip.vue';
import { isEmpty } from 'lodash';
import { isEmpty } from 'lodash-es';
import SpuApi from '@/sheep/api/product/spu';
onPageScroll(() => {});

View File

@ -55,7 +55,7 @@
<script setup>
import { computed } from 'vue';
import sheep from '@/sheep';
import { isEmpty } from 'lodash';
import { isEmpty } from 'lodash-es';
const props = defineProps({
modelValue: {

View File

@ -259,7 +259,7 @@
import sheep from '@/sheep';
import { onLoad } from '@dcloudio/uni-app';
import { reactive, ref } from 'vue';
import { isEmpty } from 'lodash';
import { isEmpty } from 'lodash-es';
import {
fen2yuan,
formatOrderStatus,