数据绑定无法再界面显示
发布于 5 年前 作者 jing23 6591 次浏览 来自 问答

.js

const app = getApp()

Page({

data: {

msg:“hello”,

thisweekMovie:{

name: “泰坦尼克号”,

}

})

.wxml

<view>

<text>12{{thisweekMovie.name}}</text>

<text>13{{msg}}</text>

</view>

界面只能显示12.13 无法显示hello与泰坦尼克号




1 回复

你没编译吧 大兄弟

回到顶部