Commit 49ed63a4 authored by Xuguangxing's avatar Xuguangxing

style fix

parent b750907a
...@@ -36,7 +36,12 @@ ...@@ -36,7 +36,12 @@
<FeeInfo :calc-fee-info="orderInfo.calcFeeInfo" /> <FeeInfo :calc-fee-info="orderInfo.calcFeeInfo" />
</template> </template>
<!-- 底部 --> <!-- 底部 -->
<bottom-nav type="submitOrder" :info="orderInfo.calcFeeInfo" @buy="handleBuy" /> <bottom-nav
v-if="orderInfo.shopSkuList.length && !isPrimordialBrowser && !isWeixinBrowser"
type="submitOrder"
:info="orderInfo.calcFeeInfo"
@buy="handleBuy"
/>
</div> </div>
</template> </template>
......
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