下单问题

parent 1395c2cd
......@@ -930,6 +930,10 @@ page {
p {
font-size: 22rpx;
}
li {
font-size: 22rpx;
margin-top: 8rpx;
}
.rich-more-btn {
width: 315 * 2rpx;
display: flex;
......
......@@ -272,7 +272,7 @@ function groupBuyUpdateFn(couponUserId) {
}
});
}
const submitOrder = debounce(() => {
const submitOrder = () => {
// TODO: 跳转到确认订单页面,并��带所选的支付方式
// id String 是 临时订单的id或key
......@@ -313,7 +313,7 @@ const submitOrder = debounce(() => {
groupBuyConfirmFn(prodIds.value, skuIds.value);
}
});
}, 1000);
};
</script>
<style lang="scss" scoped>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment