提交 b419ca13 编写于 作者: zhongyao.qiao's avatar zhongyao.qiao

feat 三要素迁移

上级 ec3f45a3
...@@ -29,10 +29,14 @@ ...@@ -29,10 +29,14 @@
<div class="footer-box"> <div class="footer-box">
<div class="fixed-btn"> <div class="fixed-btn">
<div class="wx-btn"> <div
class="wx-btn"
v-if="picaWechat != 'wechat'"
>
<span>领取权益</span> <span>领取权益</span>
</div> </div>
<wx-open-launch-weapp <wx-open-launch-weapp
v-else
style="display: block; width: 100%" style="display: block; width: 100%"
:username="openWebAppConfigPositive.username" :username="openWebAppConfigPositive.username"
:path="openWebAppConfigPositive.path" :path="openWebAppConfigPositive.path"
...@@ -192,7 +196,7 @@ export default { ...@@ -192,7 +196,7 @@ export default {
left: 0; left: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
// height: 50px; height: 50px;
padding-bottom: calc(constant(safe-area-inset-bottom) / 2); padding-bottom: calc(constant(safe-area-inset-bottom) / 2);
padding-bottom: calc(env(safe-area-inset-bottom) / 2); padding-bottom: calc(env(safe-area-inset-bottom) / 2);
box-shadow: inset 0px 1px 0px 0px #e9e9e9; box-shadow: inset 0px 1px 0px 0px #e9e9e9;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册