gxd-uni-library-editx 1.0.97 → 1.0.99
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
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
|
|
38
38
|
iconType:{
|
|
39
39
|
type: String,
|
|
40
|
-
default: '
|
|
40
|
+
default: 'empty'
|
|
41
41
|
},
|
|
42
42
|
},
|
|
43
43
|
|
|
@@ -47,35 +47,43 @@
|
|
|
47
47
|
|
|
48
48
|
// #ifdef H5
|
|
49
49
|
iconList:{
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
50
|
+
empty:'//img3.jufubao.cn/common/empty/nodata.png?v=1',
|
|
51
|
+
notFind:'//img3.jufubao.cn/common/empty/404.png?v=1',
|
|
52
|
+
category:'//img3.jufubao.cn/common/empty/category.png?v=1',
|
|
53
|
+
search: '//img3.jufubao.cn/common/empty/search.png?v=1',
|
|
54
|
+
cinema:'//img3.jufubao.cn/common/empty/cinema.png?v=1',
|
|
55
|
+
film:'//img3.jufubao.cn/common/empty/film.png?v=1',
|
|
56
|
+
shop:'//img3.jufubao.cn/common/empty/shop.png?v=1',
|
|
57
|
+
play:'//img3.jufubao.cn/common/empty/play.png?v=1',
|
|
58
|
+
product:'//img3.jufubao.cn/common/empty/product.png?v=1',
|
|
59
|
+
health:'//img3.jufubao.cn/common/empty/health.png?v=1',
|
|
60
|
+
travel:'//img3.jufubao.cn/common/empty/travel.png?v=1',
|
|
61
|
+
loadFail:'//img3.jufubao.cn/common/empty/load-fail.png?v=1'
|
|
58
62
|
},
|
|
59
63
|
//#endif
|
|
60
64
|
//#ifdef MP-WEIXIN
|
|
61
65
|
iconList:{
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
66
|
+
empty:'https://img2.jufubao.cn/common/empty/nodata.png?v=1',
|
|
67
|
+
notFind:'https://img2.jufubao.cn/common/empty/404.png?v=1',
|
|
68
|
+
category:'https://img2.jufubao.cn/common/empty/category.png?v=1',
|
|
69
|
+
search: 'https://img2.jufubao.cn/common/empty/search.png?v=1',
|
|
70
|
+
cinema:'https://img2.jufubao.cn/common/empty/cinema.png?v=1',
|
|
71
|
+
film:'https://img2.jufubao.cn/common/empty/film.png?v=1',
|
|
72
|
+
shop:'https://img2.jufubao.cn/common/empty/shop.png?v=1',
|
|
73
|
+
play:'https://img2.jufubao.cn/common/empty/play.png?v=1',
|
|
74
|
+
product:'https://img2.jufubao.cn/common/empty/product.png?v=1',
|
|
75
|
+
health:'https://img2.jufubao.cn/common/empty/health.png?v=1',
|
|
76
|
+
travel: 'https://img2.jufubao.cn/common/empty/travel.png?v=1',
|
|
77
|
+
loadFail:'https://img2.jufubao.cn/common/empty/load-fail.png?v=1'
|
|
70
78
|
},
|
|
71
79
|
//#endif
|
|
72
80
|
|
|
73
|
-
type:'
|
|
81
|
+
type:'empty'
|
|
74
82
|
}
|
|
75
83
|
},
|
|
76
84
|
|
|
77
85
|
created() {
|
|
78
|
-
if(['search','cinema','film','shop', 'play', 'product','health','travel'].includes(this.iconType)) {
|
|
86
|
+
if(['empty','loadFail','notFind','category','search','cinema','film','shop', 'play', 'product','health','travel'].includes(this.iconType)) {
|
|
79
87
|
this.type = this.iconType
|
|
80
88
|
}
|
|
81
89
|
if(this.height) {
|
|
@@ -108,7 +116,7 @@
|
|
|
108
116
|
justify-content: center;
|
|
109
117
|
align-items: center;
|
|
110
118
|
padding-bottom: unit(30,rpx);
|
|
111
|
-
|
|
119
|
+
|
|
112
120
|
& > image {
|
|
113
121
|
width: 100%;
|
|
114
122
|
height: 100%;
|