- 微信小程序定位授权完 调用其他页面的方法?
微信小程序app.js 授权了定位的方法 ,如何立马调用页面的方法更新值? 必须要刷新才可以更新
10-17 - 已经配置了域名 为什么还是打不开呢?
url: https://mdy.juesedao.com/cs/index.html+'?id='+1 <web-view src="{{url}}"> </web-view> 浏览器打开是正常打开 ,但在小程序里面显示这个 ,域名都全配置了 这个是什么问题呢? [图片]
10-08 - 已经配置了域名 为什么还是打不开呢?
<web-view wx:else src="{{url}}"> </web-view> https://mdy.juesedao.com/cs/index.html+'?id='+1 服务的h5链接 电脑浏览器是可以正常打开 但是小程序是服务不了
10-08 - 微信小程序使用swiper苹果手机打开小程序会出现半截的情况?
<swiper style="height: 1480rpx;" vertical="{{true}}" bindchange="onSwiperScroll"> <swiper-item > <view class="banner" style="{{boxStyle}}" id="target-element"> <swiper class="swiper" bindchange="swiperChange" autoplay="true" interval='3000' style="height: {{swiperHeight}};"> <swiper-item wx:for="{{banner}}"> <image id="swiper-image" bindload='handleSwiperImageLoaded' mode="widthFix" style="width: 100% ; " src="{{item.url}}"></image> </swiper-item> </swiper> [图片]
09-12 - 安卓手机使用了wx.createSelectorQuery() 图片第一次加载没有显示出来 ?
swiperHeight: 0, handleSwiperImageLoaded(e) { const query = wx.createSelectorQuery() query.select('#swiper-image').boundingClientRect().exec((res) => { const imageInfo = res[0] this.setData({ swiperHeight: imageInfo.height + 'px' }) }) },
08-28 - 微信小程序如何跳转打开小红书小程序文章详情?
已知:小红书appid:wxb296433268****** 跳转个人主页 wx.navigateToMiniProgram({ appId: 'wxb296433268******', //appid path: 'pages/secondary/author/index?author_id=6540cab*******df', //path // extraData: { //参数 // foo: 'bar' // }, envVersion: 'release', //开发版develop 开发版 trial 体验版 release 正式版 success(res) { console.log('成功') // 打开成功 }, fail() { } }) 现在在跳转对应的位置详情 已知路径详情页路径:pages/main/note/index.html?image=http://sns-webpic-qc.xhscdn.com/202408191724/e397b412f59fdc22fd06a33dd0d53c4c/1040g2sg316jfd40vgs205na1jpk480e4m34ugt8!mini_prv_webp¬eIdx=3&width=790&from=explore_feed&id=66c04b15000000001e01e0b5&type=normal&height=1054
08-19 - 设置了分享师傅邀请页 在开发者工具上可以正常打开 但是手机上打开空白?
[图片][图片]
06-30 - input标签 bindfocus事件获取不到键盘高度?
使用input标签 bindfocus事件获取键盘的高度 获取不到 有没有什么方法解决
2023-06-19 - 小程序长按二维码可以去测试环境吗?或者是体验版
小程序长按二维码可以去测试环境吗?或者是体验版
2023-02-20 - 小程序长按识别二维码 识别没有参数 去的是正式环境 体验版扫一扫有参数 可以正常打开?
[图片]
2023-02-20