Coder Social home page Coder Social logo

Comments (6)

dntzhang avatar dntzhang commented on May 8, 2024

绑定到视图就会自动执行啊

from westore.

raochuan avatar raochuan commented on May 8, 2024

刚刚测试使用你的demo添加下面方法,全局未使用,编译的时候就有执行
fullNameTest: function () {
console.log("--------fullNameTest")
},

from westore.

raochuan avatar raochuan commented on May 8, 2024

export default {
data: {
motto: 'Hello World',
userInfo: {},
hasUserInfo: false,
canIUse: wx.canIUse('button.open-type.getUserInfo'),
logs: [],
b: {
arr: [{ name: '数值项目1' }] ,
//深层节点也支持函数属性
fnTest:function(){
return this.motto.split('').reverse().join('')
}
},
firstName: 'dnt',
lastName: 'zhang',
fullName: function () {
// console.log("---------fullName", this.firstName + this.lastName)
return this.firstName + this.lastName
},
fullNameTest: function () {
console.log("--------fullNameTest")
},
pureProp: 'pureProp',
globalPropTest: 'abc', //更改我会刷新所有页面,不需要再组件和页面声明data依赖
ccc: { ddd: 1 } //更改我会刷新所有页面,不需要再组件和页面声明data依赖
},
globalData: ['globalPropTest', 'ccc.ddd'],
logMotto: function () {
console.log("----------123123",this.data.motto)
return "我是测试123556"
},
//默认 false,为 true 会无脑更新所有实例
//updateAll: true
}

from westore.

IceApriler avatar IceApriler commented on May 8, 2024

@dntzhang fullName绑定到视图上默认显示空啊,只有依赖数据变化时才会更新,是这样么?为什么这么设计?

from westore.

dntzhang avatar dntzhang commented on May 8, 2024

可能是第一次初始化没有计算fullName导致结果!

另外推荐westore进化版本:https://github.com/Tencent/omi/tree/master/packages/omi-mp-create

from westore.

IceApriler avatar IceApriler commented on May 8, 2024

@dntzhang 进化版本和westore有什么区别么,能不能简单介绍一下?我看才这个才写没多久啊,我是要在c端项目中用的,不知道有没有稳定。还有,westore的fullname的问题能解决么?

from westore.

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.