老师 我的movie里引入util为什么出错啊? 在onLoad里面没事
来源:22-5 编写电影详情页面(下)

行走在孤岭中
2017-11-01
var movie = {
movieImg:data.images?data.images.large : "",
title:data.title,
name: data.directors[0].name,
casts: util.convertToCastString(data.casts),这个出错了
countries:data.countries,
genres:data.genres,
summary: data.summary,
year:data.year,
}
写回答
1回答
-
这个是说 convertToCastString不是一个function,并不是没有成功引入util
122017-11-02
相似问题