diff --git a/src/dealer/apply/add.config.ts b/src/dealer/apply/add.config.ts index f165569..71f30bd 100644 --- a/src/dealer/apply/add.config.ts +++ b/src/dealer/apply/add.config.ts @@ -1,4 +1,4 @@ export default definePageConfig({ - navigationBarTitleText: '成为经销商', + navigationBarTitleText: '注册成为会员', navigationBarTextStyle: 'black' }) diff --git a/src/dealer/team/index.tsx b/src/dealer/team/index.tsx index af7d8e7..cc22373 100644 --- a/src/dealer/team/index.tsx +++ b/src/dealer/team/index.tsx @@ -325,7 +325,7 @@ const DealerTeam: React.FC = () => { {/* 显示手机号(仅本级可见) */} {showPhone && member.phone && ( - { + { e.stopPropagation(); makePhoneCall(member.phone || ''); }}> diff --git a/src/shop/orderConfirm/index.tsx b/src/shop/orderConfirm/index.tsx index 37d2033..d9360fb 100644 --- a/src/shop/orderConfirm/index.tsx +++ b/src/shop/orderConfirm/index.tsx @@ -858,6 +858,8 @@ const OrderConfirm = () => { value={quantity} min={isTicketTemplateActive ? minBuyQty : 1} max={goods.stock || 999} + step={10} + readOnly disabled={((goods.canBuyNumber ?? 0) !== 0) && !isTicketTemplateActive} onChange={handleQuantityChange} /> diff --git a/src/user/ticket/use.tsx b/src/user/ticket/use.tsx index 04a2d1e..23cb3ff 100644 --- a/src/user/ticket/use.tsx +++ b/src/user/ticket/use.tsx @@ -1033,17 +1033,19 @@ const OrderConfirm = () => { : `最低起送 ${MIN_START_QTY} 桶(当前最多 ${maxQuantity} 桶)` } extra={( - - - - )} - /> + + + + )} + />