收藏
回答

wx-open-subscribe自定义样式和按钮无效,完全按照官方文档来,请问怎么回事?

<wx-open-subscribe template="xxxxxxxxxx" id="subscribe-btn" >
    <script type="text/wxtag-template" slot="style">
        <style>
            .paywraper{
                line-height: 1.3rem;
                padding-left: 0.3rem;
                position:fixed;
                bottom: 0;
                left: 0;
                text-align: center;
                width: 100%;
                box-shadow: 0 0 0.3rem 0 rgba(0,0,0,.1);
            }
            .bg-fff{
                background-color: #fff;
            }
            .o-h{
                overflow: hidden;
            }
            .f-l{
                float: left;
            }
            .ppvalue{
                color: #ff7800;
            }
            .paybtn{
                background-color: #36d5dd;
                color: #fff;
                width: 2.5rem;
                height: 1.3rem;
                line-height: 1.3rem;
            }
            .f-r{
                float: right;
            }
        </style>
    </script>

    <script type="text/wxtag-template" slot="style">
        <div class="paywraper bg-fff o-h">
            <div class='f-l'>总计: <span class="ppvalue" id="payValue">¥11</span></div>
            <div class='paybtn f-r' id="payBtn">立即购买</div>
        </div>
    </script>
</wx-open-subscribe>


上面的template 为了贴出代码故意写的 代码里是真实的,现在的问题是自定义按钮样式无效


回答关注问题邀请回答
收藏

1 个回答

  • Summer✨
    Summer✨
    2023-09-14

    你好,是使用线上真实账号信息吗?要使用真实信息不要用案例的信息。提供下体验链接

    2023-09-14
    有用
    回复 5
    • .Y.
      .Y.
      2023-09-15
      体验地址:

      加上wx-open-subscribe标签之后:https://htybtc.thsparking.com/testproxy/rent/operate/wechat/rentBuy

      不加wx-open-subscribe标签的:https://htybtc.thsparking.com/testproxy/rent/operate/wechat/rentParkDetailTest

      麻烦尽快排查告诉我原因应该怎么改,已经处理了两天了,还是不行,官方文档上写着::页面中与布局和定位相关的样式,如position: fixed; top -100;等,尽量不要写在插槽模版的节点中,请声明在标签或其父节点上

      这个我也按照这个来搞了,可还是不行 麻烦官方给看下
      2023-09-15
      回复
    • .Y.
      .Y.
      2023-09-15
      麻烦尽快
      2023-09-15
      回复
    • .Y.
      .Y.
      2023-09-15
      线上真实信息,能拉起授权,但是样式完全错乱
      2023-09-15
      回复
    • Summer✨
      Summer✨
      2023-09-15回复.Y.
      第一个怎么看不到按钮,是设置哪个模板呢?
      2023-09-15
      回复
    • .Y.
      .Y.
      发表于移动端
      2023-09-15回复Summer✨
      第一个在最下方 样式错乱了 这就是我想问官方的问题啊,我第一个链接和第二个链接里的样式都是一样的。。结果加了标签就不行了
      2023-09-15
      回复
登录 后发表内容