小程序
小游戏
企业微信
微信支付
扫描小程序码分享
- 当前 Bug 的表现(可附上截图) 截图如上:整个地图主页面变暗。其他页面正常。
vivo 华为等机型没有出现此问题
1 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
问题未复现。请提供一下能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
Page({
data: {
center: { // 初始的地图中心
latitude: 39.907062,
longitude: 116.449343,
},
markers: [],
scale: 10,
bidders:2,
auction:1,
role: wx.getStorageSync('role'),
price:[],
rooms:[],
config: {
show: "none"
content: [],
onLoad: function () {
wx.removeStorageSync('project_m')
var _this = this
wx.request({
url: 'https://kkxzl.com/index.php/map/index',
success: function (result) {
let mark = result.data
console.log(mark)
_this.setData({
markers: mark,
}
})
麻烦按照教程来提供下代码片段
不好意思。。代买片段:https://developers.weixin.qq.com/s/x8b8ROmV786B
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
问题未复现。请提供一下能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
Page({
data: {
center: { // 初始的地图中心
latitude: 39.907062,
longitude: 116.449343,
},
markers: [],
scale: 10,
bidders:2,
auction:1,
role: wx.getStorageSync('role'),
price:[],
rooms:[],
config: {
show: "none"
},
},
content: [],
onLoad: function () {
wx.removeStorageSync('project_m')
var _this = this
wx.request({
url: 'https://kkxzl.com/index.php/map/index',
success: function (result) {
let mark = result.data
console.log(mark)
_this.setData({
markers: mark,
config: {
show: "none"
}
})
}
})
},
麻烦按照教程来提供下代码片段
不好意思。。代买片段:https://developers.weixin.qq.com/s/x8b8ROmV786B