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/CHANGELOG.md
CHANGED
package/dist/index.native.js
CHANGED
|
@@ -4076,7 +4076,7 @@ var MaterialEvent = {
|
|
|
4076
4076
|
var frontColorList = isDiablo ? ['#D35926', '#D35926', '#ADE0F6'] : ['#F56428', '#F56428', '#9fdaf5'];
|
|
4077
4077
|
var backColorList = isDiablo ? ['#FCA6A1', '#FCA6A1', '#CFEBF8'] : ['#fc9791', '#fc9791', '#c7e8f7'];
|
|
4078
4078
|
var waveCoverType = 0;
|
|
4079
|
-
var showWaveCoverTypeArr = [3,
|
|
4079
|
+
var showWaveCoverTypeArr = [3, 3, 2];
|
|
4080
4080
|
if (isDiablo) {
|
|
4081
4081
|
waveCoverType = showWaveCoverTypeArr[type];
|
|
4082
4082
|
}
|