绿满眶商城微信小程序-uniapp
zxl
2025-06-24 e50f021ddf73b80f5a1273b8b01e7dd4344a4cdc
pages/tabbar/cart/cartList.vue
@@ -175,15 +175,16 @@
      </view>
    </div>
    <u-toast ref="uToast" />
   <custom-tabbar bgColor="#ffffff" :selected="2"></custom-tabbar>
   <custom-tabbar bgColor="#ffffff" selected="buyCar"></custom-tabbar>
  </view>
</template>
<script>
import '@/components/uview-components/uview-ui';
import * as API_Trade from "@/api/trade";
import { debounce } from "@/utils/tools.js";
import uniNumberBox from '@/components/uni-number-box'
// import uniNumberBox from '@/components/uni-number-box'
export default {
  components:{uniNumberBox}, // 数量加减组件
  data() {
    return {
      loading:false,