custom.wxml 414 B

12345
  1. <van-dialog id="Dialog" use-slot title="定制" show="{{ show }}" asyncClose confirm-button-color='#085CDF' show-cancel-button>
  2. <view style="padding: 20rpx;box-sizing: border-box;">
  3. <customMade id="customMade" external-custom-stepper-box='external-custom-stepper-box' external-explain='external-explain' external-active='external-active' external-custom-option='external-custom-option' />
  4. </view>
  5. </van-dialog>