算了,还是给按钮增加一个函数,点击后返回上一级得了 wx.navigateBack({ delta: 1 });
onShareAppMessage分享成功后如何返回指定页面?<view wx:if="{{showTenantButton}}"> <button open-type="share" class="button" size="mini" style="position: relative; left: 35rpx; top: -5rpx; width: 185rpx; height: 56rpx; display: inline-block; box-sizing: border-box">发给朋友</button> </view> onShareAppMessage: function () { return { title: `你的朋友`, path: `pages/buffet/buffet?Id=${this.data.Id}`, success: () => { wx.redirectTo({ url: '/pages/index/index' // 分享成功返回 }); console.log('分享成功,已跳转'); }, fail: (res) => { console.log('分享失败', res); } }; },
08-101.0.3版本,同样报错: "plugin://wx82e6ae1175f264fa/index" has been used as another component or page. Please do not register multiple components or pages with the same alias.(env: Windows,mp,1.06.2401020; lib: 3.3.4) "plugin://wx82e6ae1175f264fa/test" has been used as another component or page. Please do not register multiple components or pages with the same alias.(env: Windows,mp,1.06.2401020; lib: 3.3.4)
引入组件wxacommentplugin使用出现问题https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/business-capabilities/guarantee/comment-plugin.html 调用报错提示 plugin.openComment success {errCode: 0, errMsg: ""} 编译报错提示 "plugin://wx82e6ae1175f264fa/test" has been used as another component or page. Please do not register multiple components or pages with the same alias.(env: Windows,mp,1.06.2401020; lib: 3.2.0) (anonymous) @ appservice.js:6505 (anonymous) @ appservice.js:6510 (anonymous) @ VM4710:1962 Promise.then (async) (anonymous) @ VM4710:2 (anonymous) @ VM4710:1965 "plugin://wx82e6ae1175f264fa/index" has been used as another component or page. Please do not register multiple components or pages with the same alias.(env: Windows,mp,1.06.2401020; lib: 3.2.0)
02-24准备2024年了,解决了吗?@马化腾
小程序转发之后,为什么点击打开总是跳到首页?我的小程序是<web-view>标签链接H5网站实现的 js代码如下: const app = getApp() Page({ onLoad: function (options) { this.setData({ id : options.id, webUrl: webUrl }) }, onShareAppMessage: function (options) { var that = this; var Url = options.webViewUrl; var list = Url.split('='); var Id = list[1]; return { path: '/pages/jobs/jobs?id='+Id, title:'自定义标题', success(e) { wx.showShareMenu({ // 要求小程序返回分享目标信息 withShareTicket: true }); }, } }, });
2023-11-15企业小程序的交易组件标准版没有啊
认真的建议,能不能去掉小商店的我要开店链接?目前这个链接存在于 小商店公众号的标准版小商店组件首先我也理解腾讯在几乎免费的情况下,提供这样一套组件 确实是能解决很大问题,对开发相当友好 但是因为一些设计上的原因,如果做品牌独立店,这个我要开店按钮还是挺影响品牌形象的 所以希望能够在标准版交易组件中去掉这个 我要开店的链接 当然了,这个会产生一些成本,我们也愿意接受付费 至于为什么不选择第三方(比如有赞等等),原因我们还是觉得腾讯官方团队开发出来的产品在稳定性方面,和政策的衔接方面更加顺畅 腾讯作为大公司也更加让我们信任,希望能够慎重考虑 微信本身流量是不缺的,是否可以考虑用其他途径推广而非从小商店本身 因为这种底部链接的方法是对于其他没有流量的第三方开发者而言,是必不可少的推广方式,但是对于本身坐拥天量流量的微信来说,是否可以考虑换一种推广方式 希望官方予以考虑
2022-03-30交易组件那个页面有个客服按钮,我也反馈了,现在也没消息。
申请的小商店审核快一个星期了,怎么还在审核当中?每天点开都显示一个工作日完成审核,结果每天都没完成。[图片]
2022-03-19