Shop

获取当前店铺相关信息的接口。

shop: Shop

注意

仅在结算页可用。

shopShop

当前商店信息。

render("Checkout::Dynamic::Render", (props) => {
const { shop } = props;
const top = (
<>
<Banner title={`This shop is ${shop.name}`} />;
</>
);
return top;
});
这篇文章对你有帮助吗?