| | |
| | | |
| | | // 底部操作按钮触发 |
| | | const clickBtnOperate = (op: { type: string; value: number }) => { |
| | | // addStandardOrder(op.value); |
| | | Message.warning('支付系统维护中,请稍后预约'); |
| | | goAddStandardOrder(op.value); |
| | | }; |
| | | |
| | | const openSkuDialog = () => { |
| | |
| | | }; |
| | | |
| | | const goAddStandardOrder = useAccessLogin((specNumber: number) => { |
| | | const spec = SkuUtils.getCurrentActiveSpec(skuState.sku); |
| | | Taro.navigateTo({ |
| | | url: `${RouterPath.addStandardOrder}?specNumber=${specNumber}`, |
| | | url: `${RouterPath.addStandardOrder}?specNumber=${specNumber}&specId=${spec.id}&id=${id}`, |
| | | }); |
| | | }); |
| | | |
| | |
| | | font-size: 48px; |
| | | color: #ff6414; |
| | | line-height: 52px; |
| | | margin-right: 8px; |
| | | } |
| | | |
| | | .serciceDetail-price-unit { |