摘要:
【JS】Cannot read property 'setData' of undefined & 关于this问题 参考 常出现不能使用this.函数的问题,考虑是不是 this指代对象 发生错误的问题。 解决1:常使用var that=this;保存当前this对象,在后面进行使用 getUse 阅读全文
摘要:
pojo类中有实体类属性,insert报错 参考 pojo类 public class Dialoges implements Serializable { int id; String orderType; int orderId; User fromUser; User toUser; Stri 阅读全文
摘要:
【CSS】css类选择器 样式无效 很傻的问题,但之前没发现问题在哪 wxml <view class="input_box"> <view class="send-msg-box"> xxx </view> </view> wxss(错的) .input_box send-msg-box { xx 阅读全文