Commit bfa67b05 by lmf

恢复支付流程布局layout

parent 486b8f14
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
<referenceContainer name="sidebar.additional" remove="true"/> <referenceContainer name="sidebar.additional" remove="true"/>
<referenceBlock name="top.search" remove="true"/> <referenceBlock name="top.search" remove="true"/>
<referenceBlock name="minicart" remove="true"/> <referenceBlock name="minicart" remove="true"/>
<referenceContainer name="footer-container" remove="true"/>
<referenceBlock name="header.panel.wrapper" remove="true"/> <referenceBlock name="header.panel.wrapper" remove="true"/>
</body> </body>
</page> </page>
...@@ -7,7 +7,9 @@ ...@@ -7,7 +7,9 @@
--> -->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="checkout" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="checkout" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body> <body>
<referenceContainer name="page.bottom.container" remove="true"/>
<referenceContainer name="footer-container" remove="true"/>
<referenceBlock name="checkout.cart.addtocart" remove="true" />
<referenceBlock name="checkout.root"> <referenceBlock name="checkout.root">
<arguments> <arguments>
<argument name="jsLayout" xsi:type="array"> <argument name="jsLayout" xsi:type="array">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment