取消不了
如何取消小程序投诉?[图片]
2023-07-19请以“视频号问题咨询”为主题,附上视频号名称以及问题描述和对应截图发送到channels@tencent.com。
视频号问题咨询?您好,视频号主页怎么设置菜单栏?如下图,点击即可直接跳转到小程序,是需要开通蓝v认证吗?是要与微信公众号一同认证和年审缴费才能开通设置吗?人工客服电话是多少?能否客服电话沟通? [图片]
2023-07-19大家都一样的
微信小程序分享朋友圈预览页面资源不加载,空白页问题解决?管理你好,小程序分享到朋友圈后,点击链接进去页面图片等等资源不加载。必须要点击“前往小程序”打开小程序后加载,这是个什么问题?
2023-07-19你的是企业的小程序还是个人主体的小程序
在小程序中,包含上传身份证、人脸识别绑定银行卡(都是第三方接口)在提交审核的时候,能通过吗?想在小程序中,增加一个身份识别的场景,需要使用者上传身份证、在进行人脸识别,(上面的内容都调取第三方接口)通过了才可以绑定银行卡等信息,这样的业务场景在审核时能都通过?
2023-07-19你好,麻烦加QQ群:145378303咨询,他们有专门的人员处理。加群时请简单说明加群原因,格式:社区-【具体问题】。
微信小程序pc端打开为什么会白屏?微信小程序可以在手机端打开没问题,pc端真机调试和预览都没问题,但是体验版和正式服都白屏
2023-07-19检查配置的appid和代码里面的appid是否一致
微信登录认证报40029?error msg = {"errcode":40029,"errmsg":"invalid code, rid: 64b7931d-57db0992-02a8dac1"}
2023-07-19请以“视频号问题咨询”为主题,附上视频号名称以及问题描述和对应截图发送到channels@tencent.com。
视频号怎么设置小程序跳转链接?您好,请问视频号怎么设置小程序跳转链接,登录视频号在设置里找不到服务菜单,无法设置,要开通黄v打客服又不接,怎么沟通这件事?
2023-07-19你好,麻烦加QQ群:145378303咨询,他们有专门的人员处理。加群时请简单说明加群原因,格式:社区-【具体问题】。
自定义tarbar底部导航电脑打开小程序不显示?自定义底部导航栏在手机端查看是正常的,但在电脑端微信查看没有显示一下是我的自定义导航栏代码 <view class="{{show ? '' : 'overlay'}}"> </view> <van-tabbar class="tab-bar" wx:if="{{!hide}}" active="{{ active }}" active-color="#5AC7F4" bind:change="onChange"> <block wx:for="{{ list }}" wx:key="index"> <van-tabbar-item style="display: {{item.bool?'':'none'}}"> <image slot="icon" src="{{ item.icon.normal }}" mode="aspectFit" style="width: 30px; height: 18px;" /> <image slot="icon-active" src="{{ item.icon.active }}" mode="aspectFit" style="width: 30px; height: 18px;" /> {{item.text}} </van-tabbar-item> </block> </van-tabbar> css .overlay { position: fixed; bottom: 0; left: 0; z-index: 9999; width: 100%; height: 50px; background-color: rgba(0, 0, 0, 0.7); } js const app = getApp() Component({ data: { active: null, show: true, hide: false, list: [ { text: '首页', url: '/pages/health/main/main-page', icon: { normal: 'https://hmpcloud-static.oss-cn-shenzhen.aliyuncs.com/app/images/tab_home_n.png ', active: 'https://hmpcloud-static.oss-cn-shenzhen.aliyuncs.com/app/images/tab_home_s.png' }, bool:true }, { text: '档案', url: '/pages/arichives/main/archives-page', icon: { normal: 'https://hmpcloud-static.oss-cn-shenzhen.aliyuncs.com/app/images/tab_file_n.png', active: 'https://hmpcloud-static.oss-cn-shenzhen.aliyuncs.com/app/images/tab_file_s.png' }, bool:true }, { text: '发现', url: '/pages/discover/discover', icon: { normal: 'https://hmpcloud-static.oss-cn-shenzhen.aliyuncs.com/app/images/tab_find_n.png', active: 'https://hmpcloud-static.oss-cn-shenzhen.aliyuncs.com/app/images/tab_find_s.png' }, bool:true }, { text: '我的', url: '/pages/user/center/user-center', icon: { normal: 'https://hmpcloud-static.oss-cn-shenzhen.aliyuncs.com/app/images/tab_mine_n.png', active: 'https://hmpcloud-static.oss-cn-shenzhen.aliyuncs.com/app/images/tab_mine_s.png' }, bool:true } ] }, methods: { onChange(event) { wx.switchTab({ url: this.data.list[event.detail].url }) }, loading() { this.setData({show: false}) }, endLoading() { this.setData({show: true}) }, hide() { this.setData({ hide: true }) }, show() { this.setData({ hide: false }) }, init() { const page = getCurrentPages().pop() let list = this.data.list; if(app.globalData.userInfo){ list[1].bool = true; list[2].bool = true; // if(app.globalData.userInfo.viperId){ // //会员显示 // list[2].bool = true; // }else{ // //非会员隐藏 // list[2].bool = false; // } }else{ list[1].bool = false; list[2].bool = false; } this.setData({ list:list, active: this.data.list.findIndex(item => item.url === `/${page.route}`) }); } } });
2023-07-19视频号小店与商品相关问题,可以附上帐号资料与问题描述发送到邮箱 weixinliveshop@tencent.com 进行咨询了解。
怎么电脑端打不开视频号小店的页面了?刚才还好好的。刷新,电脑重启,换浏览器都没用,没有任何反应,视频号助手能正常打开![图片]
2023-07-19是认证过的号吗
为什么公众号文章选择超链接,选择其他公众号总是提示系统错误?公众号文章选择超链接,选择其他公众号总是提示系统错误,麻烦辛苦工作人员处理一下吧, 🙏 [图片]
2023-07-19