general_card类型,没人知道吗?😂
创建不了会员卡券怎么办?我的公众号没有创建和查看会员卡券的入口了,如下图: 这会产生2个困难: 一是无法从界面端创建会员卡券; 二是无法查看卡券的审核状态。 [图片] 这导致使用的时候提示审核没有通过,但是我又不知道怎么再优化申请,如下图: [图片] 急,卡券功能已经上线了,开发测试过程中都很顺利,这两天出现这个问题。
2023-02-09是单页面web应用应该可以,页面切换用replace,不用push
小程序web-view是否可以提供一个不产生history的属性?现在小程序有个问题,web-view不能很好的被销毁&重新创建,假如tabbar页用到了web-view,然后小程序通过改变src的hash/path等产生了很多history(不少安卓的返回手势会触发页面返回,在tabbar有这个行为其实不正常,应该返回微信界面),会很难清除掉这些垃圾历史记录,除非用relauch这种体验很不好的方案。能否提个建议: 1、web-view可以被手动销毁 2、或者web-view组件增加一个参数,让其不产生history
2023-02-08微信设置了代理?或者是网络检查延迟了,其实qq等其他应用也是没网的,只是晚一些才提示。
电脑网络正常,浏览器、QQ等都可以正常上网,但是微信显示网络连接已断开,请检查网络。这该怎么解决?如标题,电脑网络正常,浏览器、QQ等都可以正常上网,但是微信显示网络连接已断开,请检查网络。这该怎么解决?
2023-02-08公众号id: wxcd2ce9d306c24f4b 卡券id:pG_RsuMT3-DLy1SYjAXGcKgED3Ls
公众号会员卡看不到卡券数据了?公众号会员卡看不到卡券数据了,没有申请的卡券列表,也没有卡券的统计数据,求助! [图片]
2023-02-02有解决吗?
公众号会员卡看不到卡券数据?a) 卡券的经营概况,能看到卡的领取情况,但是卡券数据中,没有数据 [图片]
2023-02-02怎么解决的啊?我也碰到这个问题了
如何删除已领取的会员卡,让会员重新领卡,触发跳转激活事件?删除系统中的会员信息后,想重新注册、领取会员卡,但在跳转领卡的时候会出现已删除的会员卡、且不再触发跳转激活等一系列操作,该如何实现呢? 每次都找新会员太痛苦了
2021-11-02发送对应字段的消息长度也有关系,过长也发不成功,能发的消息长度都不长。
公众号h5页面一次性订阅号无法发送通知问题已在公众号开发开放标签,拉起订阅授权,但是授权后后台一次消息都不能发送!提示:array(2) { ["errcode"]=> int(43101) ["errmsg"]=> string(61) "user refuse to accept the msg rid: 606d26d1-21203a09-21281333" }
2021-04-27我vue是通过if/else来渲染不同dom来实现效果切换的,给你参考一下。 <wx-open-subscribe v-if="forms.join.subscribes.length > 0" style="width: 100%;height:26px;" :template="templates.join(',')" @success="handleSuccess($event)" @error="handleError" key="template-subscribe-on"> <script type="text/wxtag-template"> <style> .switch-btn{position:relative;width:50px;height:26px;border-radius:30px;float:right;appearance:none;} .switch-off {background-color:#f8f8f8;border:1px solid #f1f1f1;} .switch-off:after{position:absolute;left:2px;top:1px;content:""; height:22px;width:22px;border-radius:30px;background-color:#ffffff;} .switch-on {background-color:#4573ab;border:1px solid #35639b;} .switch-on:after{position:absolute;right:2px;top:1px;content:""; height:22px;width:22px;border-radius:30px;background-color:#ffffff;} </style> <button class="switch-btn switch-on"></button> </script> </wx-open-subscribe> <wx-open-subscribe v-else style="width: 100%;" :template="templates.join(',')" @success="handleSuccess($event)" @error="handleError" key="template-subscribe-off"> <script type="text/wxtag-template"> <style> .switch-btn{position:relative;width:50px;height:26px;border-radius:30px;float:right;appearance:none;} .switch-off {background-color:#f8f8f8;border:1px solid #f1f1f1;} .switch-off:after{position:absolute;left:2px;top:1px;content:""; height:22px;width:22px;border-radius:30px;background-color:#ffffff;} .switch-on {background-color:#4573ab;border:1px solid #35639b;} .switch-on:after{position:absolute;right:2px;top:1px;content:""; height:22px;width:22px;border-radius:30px;background-color:#ffffff;} </style> <button class="switch-btn switch-off"></button> </script> </wx-open-subscribe>
公众号消息订阅中用到的开放标签<wx-open-subscribe>方面问题?例:想要实现一些东西,比如在点击按钮的时候,希望按钮能有一些样式上的变化?(vue) <wx-open-subscribe id="subscribe-btn" @success="successSubscribe($event,group)" @error="subErrorSubscribe"> <script type="text/wxtag-template"> <style> .subscribe-btn{ height: 32px; width: 58px; } </style> <button class="subscribe-btn">订阅+1</button> </script> </wx-open-subscribe> 1. <wx-open-subscribe>该标签作为在html能正常使用的标签,其点击事件是否能自定义? 2. 如果 <wx-open-subscribe>标签没有点击事件(或其他实现的方案),想在插槽内实现,js要怎么写呢? 3. 有其他方式能更好的实现该需求么? 初次接触,可能是很浅显的问题,希望能有人能解答一二...谢谢
2021-04-27也有设置入口,android好像进去会黑屏重启。
公众号关于消息订阅选择了”总是保持以上选择,不在询问“,如何处理?目前小程序方面的消息订阅至少还有一个设置入口可以进行一个修改操作, 但是服务号的消息订阅好像没有看到相关的处理方案? 望回复,谢谢
2021-04-27<wx-open-subscribe style="width: 100%;height:26px;" :template="templates.join(',')" @success="handleSuccess($event)" @error="handleError" key="template-subscribe-on"> <script type="text/wxtag-template"> <style> .switch-btn{position:relative;width:50px;height:26px;border-radius:30px;float:right;appearance:none;} .switch-off {background-color:#f8f8f8;border:1px solid #f1f1f1;} .switch-off:after{position:absolute;left:2px;top:1px;content:""; height:22px;width:22px;border-radius:30px;background-color:#ffffff;} .switch-on {background-color:#4573ab;border:1px solid #35639b;} .switch-on:after{position:absolute;right:2px;top:1px;content:""; height:22px;width:22px;border-radius:30px;background-color:#ffffff;} </style> <button class="switch-btn switch-on"></button> </script> </wx-open-subscribe>
服务号订阅通知, 调试&样式&事件问题https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/Wechat_Open_Tag.html#%E6%9C%8D%E5%8A%A1%E5%8F%B7%E8%AE%A2%E9%98%85%E9%80%9A%E7%9F%A5%E6%8C%89%E9%92%AE-wx-open-subscribe 样式调试问题:完全没办法调试,只能修改后放到测试服,部署,然后手机查看修改的地方,简直太痛苦了,这是为了搞开发者?没做好准备就别搞强制,等开发者工具的功能完善了再推广啊。 事件:现在只有成功和失败的事件通知,没有点击触发前的事件(回调方法可以选择是否继续触发订阅弹窗),没有这个对需要做数据校验的业务完全没办法做,要不用户体验就是每次做一次数据验证都需要点一次订阅,虽然这块的交互设计尽可能的避免数据验证,但是免不了一些特殊的业务需求,希望能考虑下。 样式:在现有的按钮代码样式使用 wx-open-subscribe 标签后部分样式失效,如下面的代码,btn的width=100% 的样式会失效,如果把 p 标签页包进来失效的样式更多,也可能因为我不擅长前端所以搞不定这个情况 <!DOCTYPE html> <html> <head> <title></title> </head> <body> <div> <p class="p4"> <a class="per-real-name-btn">按钮</a> <!-- <wx-open-subscribe> <a class="btn">按钮</a> </wx-open-subscribe> --> </p> </div> </body> <style> p { margin: 0px; padding: 0px; line-height: 20px; width: 100%; overflow: hidden; } .p4 { margin-top: 20px; text-align: center; } .per-real-name-btn { display: inline-block; width: 100%; height: 40px; line-height: 40px; overflow: hidden; background-image: linear-gradient(to right, rgb(72, 137, 251), rgb(63, 167, 249), rgb(102, 173, 229)); background-size: cover; font-size: 16px; font-weight: bold; color: #fff; border-radius: 40px; } </style> </html>
2021-04-27