收藏
回答

map组件动态加载markers点,ios不显示

success: function (res) {

                    that.setData({

                      markers: [{

                        id: i,

                        latitude: res.result.location.lat,

                        longitude: res.result.location.lng,

                        iconPath: "images/tcc_icon.png",

                        width: 30,

                        height: 35

                      }]

                    })

                  }


回答关注问题邀请回答
收藏
登录 后发表内容