GithubHelp home page GithubHelp logo

tinajs / tinax Goto Github PK

View Code? Open in Web Editor NEW
7.0 2.0 1.0 48 KB

:satellite: A Vuex-like state management library for Tina.js based Wechat-Mini-Program

License: MIT License

JavaScript 100.00%
tina state-management wechat wechat-mini-program flux

tinax's People

Contributors

imyelo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

jerrycjr

tinax's Issues

actions中调用mutations没有生效

一个奇怪的问题:actions中必须return commit(xxxx)才能使commit生效。

这种情况下,dispatch与commit都可以更改数据。
image

这种情况下,dispatch调用其他action可以成功,但是commit调用mutation是不生效的。
image

麻烦看下!

ios下面mixins状态和数据自动清空

Page.define(({
  mixins: [
    store.connect({
      state (state) {
        console.log('refrsh data')
        return {
          user: state.user,
          formData: {
            userId: "",
            phone: "",
          }
        }
      },
    }),
  ],

以上示例代码,ios下面当表单输入 userId, phone 数据时,切换应用或返回桌面,再次返回微信小程序时,输入的数据会被自动清空,打印 refresh data,但在安卓下面正常,数据没有清空,也没有打印 refresh data,请问这是什么原因?

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.