data: { age: 18, msg: 'hi,there', url: 'glpla.github.io', tempFilePath: null, userInfo:{ uage: 18, ugender: '男', uname: 'glpla', usn:20221001 }, goods: [] }, uploadFileUrl: null
this.setData({ msg: 'welcome back' })
this.setData({ "userInfo.uage": 24 })
<text>{{msg}}</text> <image class="avatar" src="{{url}}" mode="widthFix" /> <input class="ipt {{iptName?'border-focus':'border-none'}}" type="text"/>
const app = getApp() Page({ // })