Giter Club home page Giter Club logo

Comments (3)

skyvow avatar skyvow commented on May 12, 2024 1

非常感谢您的支持,后续我已经做出了修改,可查看2017-04-09 更新日志

from wux-weapp.

skyvow avatar skyvow commented on May 12, 2024

this.data.$wux.rater[id].value

from wux-weapp.

acid122 avatar acid122 commented on May 12, 2024

谢谢朋友,你的这个组件库做的很不错,我正在考虑学习使用,直接用你提供的this.data.$wux.rater[id].value会报类似"cannot read property $wux of undefined "的错误,下面的代码我是参考小程序官网的写法,在外部通过that传值到callback函数进行后续对data属性的引用,但是不知道能否用es6的箭头函数进行改进呢?
onLoad() {
var that=this;
$wuxRater.init('star', {
value: 5,
callback:function (e){
console.log(that.data.$wux.rater['star'].value);
}
});
}

from wux-weapp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.