onLoad: function (res) { var that = this; if (res.url_encodeid != undefined) { that.data.encodeid = res.url_encodeid; if (res.htmlname!=undefined) { that.data.webname = res.htmlname; } } if (that.data.encodeid != "" && that.data.webname != "") { that.data.current_url = "https://xxxxxxxxxxxxxxxxxxxxxx/views/" + that.data.webname + ".html?" + that.data.encodeid + ",miniprogram"; wx.setStorageSync('url_storage', that.data.current_url); } that.data.current_url = wx.getStorageSync('url_storage'); that.setData({ current_url: that.data.current_url }) },
分享入口进入小程序webview页面,ios系统未加载数据,安卓正常是为啥?IOS体验版可以,正式版不可以,感觉有可能是加载了页面,但是页面里发起的请求没有成功,然后页面就是无数据状态,大佬求指导芽
2020-02-21没人回复吗?文档翻了半天也没找到
APP分享小程序参数传递及获取如题 App分享到微信小游戏 比如要传递一个房间ID 参数怎么传递 怎么获取
2020-01-09小程序获取app分享过来的url和path在文档哪里啊,找了半天没找到,有知道的兄弟回一个,感谢
从app分享出来的小程序并且在page下带有参数,此参数会一直跟随在分享出来的这个小程序上吗?从app分享出来的小程序并且在page下带有参数,此参数会一直跟随在分享出来的这个小程序上吗?小程序转发给好友、群聊时也总是可以取到这个参数值吗?
2020-01-09一模一样的问题,iphone 6/7/8都测过不行,系统11/12/13测过都不行,安卓和调试都没问题呢
ios平台部分swiper-item内部的内容无法显示?官方大佬来看看那部分代码: <!--2 --> <block wx:if="{{'情况说明' == item.fileType}}"> <swiper-item style="height:4000rpx;"> <scroll-view scroll-y="true" class="scroll-box" style="height:1380rpx;display: initial;"> <block wx:for="{{item.childFiles}}" wx:for-item="itemChild" wx:for-index="indexChild" wx:key="unique"> <view class="newest-list" style="display: initial;"> <image src="{{ftpUrl + itemChild.fileUrl}}" bindtap="preview" data-src="{{ftpUrl + itemChild.fileUrl}}" mode="widthFix"></image> </view> </block> </scroll-view> </swiper-item> </block> 该部分代码 安卓可显示,ios不行
2019-12-06