dolphin-weex-bc 0.0.43 → 0.0.44

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": "dolphin-weex-bc",
3
- "version": "0.0.43",
3
+ "version": "0.0.44",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -1201,7 +1201,7 @@ const MaterialEvent = {
1201
1201
  let frontColorList = isDiablo ? ['#D35926', '#D35926', '#ADE0F6'] : ['#F56428', '#F56428', '#9fdaf5']
1202
1202
  let backColorList = isDiablo ? ['#FCA6A1', '#FCA6A1', '#CFEBF8'] : ['#fc9791', '#fc9791', '#c7e8f7']
1203
1203
  let waveCoverType = 0
1204
- let showWaveCoverTypeArr = [3, 1, 2]
1204
+ let showWaveCoverTypeArr = [3, 3, 2]
1205
1205
  if(isDiablo){
1206
1206
  waveCoverType = showWaveCoverTypeArr[type]
1207
1207
  }