个人案例
- 大信荟
大信商圈商圈业务
大信荟小程序扫码体验
人家可是微信啊
小程序申诉2次都不通过,找人工客服,节假日放假。必须要等到五一节过后吗?小程序被人举报,搜索不到也不能转发。已经接入了小程序官方的文本内容安全接口,但是申诉还是不能通过。第三次申诉没有入口,只能找人工客服,但是人工客服只在工作日在线。总感觉小程序给开发者的限制越来越多,便利性越来越少
2023-07-01我也遇到此问题
createIntersectionObserver 滑动过快有时候有时候无法监听到元素<template> <view class="container"> <view class="page-body"> <view class="page-section message"> <view>当前滚动方向 -> {{ dir === 'top' ? '向上' : dir === 'bottom' ? '向下' : dir === 'nav' ? '顶' : '底' }}</view> <view>当前激活的item -> {{ notic }}</view> </view> <scroll-view :display-multiple-items="subItem1.length" scroll-x="true" :scroll-into-view="notic" class="sc" scroll-with-animation> <view v-for="item in subItem1" :id="`item-${item}`" :key="item" :current-item-id="`item-${item}`" @click="useClick(`item-${item}`)" class="sc-item" :class="{ active: `item-${item}` === notic }"> {{item}}</view> </scroll-view> <view class="page-section"> <scroll-view enhanced @scroll="scroller" class="scroll-view" scroll-y @scrolltolower="add" @scrolltoupper="reset" :scroll-into-view="navId"> <view :data-next-id="`item-${item+1 > subItem.length ? item : item+1}`" v-for="item in subItem" :class="item === 3 && 'small'" class="ball" :id="`item-${item}`" :key="item" :data-id="item"> {{item}}</view> </scroll-view> </view> </view> </view> </template> <script> export default { data: () => ({ appear: false, subItem: [], subItem1: [], dir: 'nav', notic: 'item-1', navId: 'item-1', cachTop: 0, onClick: false }), created() { /// 设置当前数量 const idx = 10 for (let i = 0; i < idx; i++) { this.subItem.push(i + 1) this.subItem1.push(i + 1) } }, onLoad() { this.observe() }, onUnload() {}, methods: { desc() { if (this._observer) this._observer.disconnect() }, observe() { this._observer = wx.createIntersectionObserver(this, { observeAll: true }) this._observer .relativeTo('.scroll-view') .observe('.ball', (res) => { if (!this.onClick) { let _id = this.notic if (this.dir === 'top') { /// 关注谁出现 if (res.intersectionRatio > 0) { _id = res.id } } if (this.dir === 'bottom') { /// 关注谁消失,然后下一个进入 if (res.intersectionRatio === 0) { _id = res.dataset.nextId } } this.setNavId(_id) } else { this.navId = this.notic } }) }, setNavId(id) { console.log(id) this.notic = id }, scroller(e) { this.$nextTick(() => { const top = e.detail.scrollTop if (top > this.cacheTop) { this.dir = 'bottom' } else { this.dir = 'top' } this.cacheTop = top /// 结束的时候把全局的干掉 this.onClick = false }) }, reset() { this.cacheTop = 0 this.dir = 'nav' }, useClick(item) { this.onClick = true this._observer && this._observer.disconnect() this._observer = null this.$nextTick(() => { this.notic = item this.observe() }) }, add(e) { // if(this.isLoad) return // this.subItem = [] // this.$nextTick(() => { // this.subItem.push(...[1,2,3, 4,5,6]) // this.isLoad = true // this.desc() // this.$nextTick(() => { // this.observe() // }) // }) } } } </script> <style> .scroll-view { height: 1000rpx; background: #fff; border: 1px solid #ccc; box-sizing: border-box; } .scroll-area { height: 1300rpx; display: flex; flex-direction: column; align-items: center; transition: .5s; } .notice { margin-top: 150rpx; } .ball { width: 400rpx; height: 400rpx; background: #1AAD19; font-size: 100rpx; border-radius: 50%; color: red; text-align: center; line-height: 400rpx; } /* .ball.small { width: 400rpx; height: 100rpx; line-height: 100rpx; } */ .message { width: 100%; } .message text { font-size: 40rpx; font-family: -apple-system-font, Helvetica Neue, Helvetica, sans-serif; } .sc { display: flex; height: 200rpx; overflow-y: scroll; } .sc-item { padding: 10px; border: 1px solid #ccc; margin: 10px; display: inline-block; } .sc-item.active { color: #fff; border: #1AAD19; background: #1AAD19; } </style> 代码是用uni-app写的很简单。下面的是效果,快速拖动的时候,有可能有时候会漏掉一些监听。。这代码提交怎么成这样了。。。见了鬼 [图片]
2021-07-19[图片][图片][图片]
无法更新微信iphone6扫码跳入小程序后,提示更新微信,再跳入Applestore,却提示是最新版本,请问这是怎么回事[图片][图片]
2021-07-12涉及虚拟支付了吧,虚拟支付,iOS端是不允许上的
微信搜一搜下服务搜索审核不通过,请问要怎么修改?[图片]
2021-03-23如果更新之前没问题,更新之后出问题,出现类似于Uncaught ReferenceError: define is not defined之类的错误,要在网页上下载稳定版开发工具,然后再检查更新,问题解决。有时候使用开发工具直接检查更新是个巨坑,希望对遇到此类问题的人有帮助
急,更新开发工具后报错,回退版本却正常[图片]
2021-02-01把“小”字改成“大”字就行了
小程序搜不到了,小程序名字叫 菲小姐的店精品零食小程序搜多不到了,小程序名字叫 菲小姐的店精品零食. appid wx4ef1920612c9cdc7 [图片]
2018-11-13可能是故意栽赃嫁祸呢
哎哟,厉害了!官方快看![图片] 不管的么??
2018-11-09只能说你手机配置不行,现在一般的手机刷小程序几乎是没问题的
我弱弱的问下,你们都那么喜欢小程序吗?小程序的好处在哪里?一会公众号,一会订阅号、服务号,企业号,一会小程序的,根本搞不懂啊 而且很多看似很高大上的小程序,根本不好用,体验不好,经常卡死,经常错位,经常提交不了数据,经常没有用,这算不算微信的鸡肋呢? 小程序就只能对简单的功能可以,过于花哨的东西确实不好用,你们没体验到吗?
2018-11-08有白名单机制,长按二维码至少可以跳转到关联的小程序或者公众号吧
小程序增加长按识别二维码的功能如果在image组件是一个含有二维码的图片,不能长按识别二维码。
2018-11-08能打电话,人家立马投诉你小程序骚扰,你们经理没脑子
产品经理又提需求了要求:小程序里面个人动态有更新的情况下,手机会响铃提醒用户去打开小程序,能打电话最好 我该怎么办???
2018-11-08