jufubao-movie 1.0.39-beta10 → 1.0.39-beta11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-movie",
3
- "version": "1.0.39-beta10",
3
+ "version": "1.0.39-beta11",
4
4
  "private": false,
5
5
  "description": "聚福宝在线选座业务组件插件包",
6
6
  "main": "index.js",
@@ -145,7 +145,7 @@
145
145
  </template>
146
146
  </view>
147
147
  </view>
148
- <xd-no-data height="100%" icon-type="film">暂无影片数据</xd-no-data>
148
+ <xd-no-data v-if="dataList && dataList.length ===0" height="100%" icon-type="film">暂无影片数据</xd-no-data>
149
149
  </scroll-view>
150
150
  </view>
151
151
  </view>