jufubao-movie 1.0.39-beta7 → 1.0.39-beta9

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-beta7",
3
+ "version": "1.0.39-beta9",
4
4
  "private": false,
5
5
  "description": "聚福宝在线选座业务组件插件包",
6
6
  "main": "index.js",
@@ -647,7 +647,7 @@
647
647
  z-index: 0;
648
648
  //#endif
649
649
  //#ifdef H5
650
- z-index: -1;
650
+ z-index: 0;
651
651
  //#endif
652
652
  opacity: .15;
653
653
 
@@ -918,7 +918,7 @@
918
918
 
919
919
  //已有选中值不设置默认值
920
920
  if(this.type === '' && list.length > 0) {
921
- this.type = list[1].value;
921
+ this.type = list[0].value;
922
922
  }
923
923
  this.showTypeListData = list;
924
924
  },