omip - fix example

This commit is contained in:
dntzhang 2019-03-01 17:47:10 +08:00
parent 5b5afd81a3
commit 26999c14c1
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ define('page-detail', class extends WeElement {
}
render() {
const { showLoading, film } = data
const { showLoading, film } = this.data
if (showLoading) {
return (
<view class="page-loading">

View File

@ -24,7 +24,7 @@ define('page-detail', class extends WeElement {
}
render() {
const { showLoading, film } = data
const { showLoading, film } = this.data
if (showLoading) {
return (
<view class="page-loading">