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/dist/index.web.js
CHANGED
|
@@ -4716,7 +4716,7 @@ var MaterialEvent = {
|
|
|
4716
4716
|
var frontColorList = isDiablo ? ['#D35926', '#D35926', '#ADE0F6'] : ['#F56428', '#F56428', '#9fdaf5'];
|
|
4717
4717
|
var backColorList = isDiablo ? ['#FCA6A1', '#FCA6A1', '#CFEBF8'] : ['#fc9791', '#fc9791', '#c7e8f7'];
|
|
4718
4718
|
var waveCoverType = 0;
|
|
4719
|
-
var showWaveCoverTypeArr = [3,
|
|
4719
|
+
var showWaveCoverTypeArr = [3, 3, 2];
|
|
4720
4720
|
if (isDiablo) {
|
|
4721
4721
|
waveCoverType = showWaveCoverTypeArr[type];
|
|
4722
4722
|
}
|