问题模块 框架类型 问题类型 终端类型 微信版本 基础库版本
框架 微信小程序 需求 工具 6.6.6 "compileType": "miniprogram", "libVersion": "1.9.94",
获取不到更新的数据
代码片段
//计算两者间的距离 distance: function (event) { var that = this; var hotel = that.data; console.log(hotel); console.log(hotel.hotel); return false;
微信小程序开发问题解答
微信小程序开发者回答:
您应该每次都用 this.data.hotel 来获取 hotel 变量而不是把它第一次存起来。可参考 js 语言特性。
微信小程序开发者回答:
你好,请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
本文网址:http://www.91bianli.com/weixinxiaochengxu/48506.html