小程序js报错NaN

 data: {
   
    rotateDegree:0
  },
rotateClick: function() {
    this.data.rotateDegree += 90  //this.rotateDegree += 90就会报错NaN
this.cropper.setAngle(this.data.rotateDegree) },

原文地址:https://www.cnblogs.com/tufei7/p/11287165.html