我正在尝试使用 javascript 实现 crossmint-pay-button 。我正在使用 cdn 链接:https://unpkg.com/@crossmint/client-sdk-vanilla-ui@0.0.1-alpha.1/lib/index.global.js
<crossmint-pay-button
collectionTitle="Gaia comic"
collectionDescription="Gaia comic collection "
collectionPhoto=""
clientId="8d77450f.....ad497f612"
mintConfig='{"type":"erc-721","price":"0.1","_count":"1"}'
environment="staging"
/>
Run Code Online (Sandbox Code Playgroud)
当我单击下面的“付款”按钮时,会出现错误。“缺少铸造所需的参数计数。请在 mintParams 中提供参数”