Tencent / omi

Web Components Framework - Web组件框架

Home Page:http://omijs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

使用OMIX v2.4.0 ,存在私有data,页面{{$.xxx}},页面不更新

ShirleyQute opened this issue · comments

index.js
import create from '../../utils/create'
import store from '../../store/index'
create.Page(store, {
use: [a.List],
data: {
b:xx
},
onLoad() {
store.getData()
}

})

index.wxml

页面空白,没有报错,调试器里的AppData里能看到页面的data的$里有数据

妹子渣渣,求回复