下单问题

parent 1395c2cd
...@@ -930,6 +930,10 @@ page { ...@@ -930,6 +930,10 @@ page {
p { p {
font-size: 22rpx; font-size: 22rpx;
} }
li {
font-size: 22rpx;
margin-top: 8rpx;
}
.rich-more-btn { .rich-more-btn {
width: 315 * 2rpx; width: 315 * 2rpx;
display: flex; display: flex;
......
...@@ -272,7 +272,7 @@ function groupBuyUpdateFn(couponUserId) { ...@@ -272,7 +272,7 @@ function groupBuyUpdateFn(couponUserId) {
} }
}); });
} }
const submitOrder = debounce(() => { const submitOrder = () => {
// TODO: 跳转到确认订单页面,并��带所选的支付方式 // TODO: 跳转到确认订单页面,并��带所选的支付方式
// id String 是 临时订单的id或key // id String 是 临时订单的id或key
...@@ -313,7 +313,7 @@ const submitOrder = debounce(() => { ...@@ -313,7 +313,7 @@ const submitOrder = debounce(() => {
groupBuyConfirmFn(prodIds.value, skuIds.value); groupBuyConfirmFn(prodIds.value, skuIds.value);
} }
}); });
}, 1000); };
</script> </script>
<style lang="scss" scoped> <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