chore: 引入luch-request,替换libs中的request

This commit is contained in:
ldh
2023-01-09 21:19:49 +08:00
parent 3553ee989e
commit 0930be1618
19 changed files with 9 additions and 1134 deletions
@@ -1,5 +1,5 @@
<template>
<!-- 规格弹窗 -->
<!-- 拼团商品规格弹窗 -->
<su-popup :show="show" round="10" @close="emits('close')">
<view class="ss-modal-box bg-white ss-flex-col">
<view class="modal-header ss-flex ss-col-center">
@@ -130,14 +130,14 @@
const emits = defineEmits(['change', 'addCart', 'buy', 'close', 'update:grouponNum']);
const props = defineProps({
goodsInfo: {
type: Object,
default() {},
},
show: {
type: Boolean,
default: false,
},
goodsInfo: {
type: Object,
default() {},
},
grouponAction: {
type: String,
default: 'create',