@10yun/cv-mobile-ui 0.4.2 → 0.4.3
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 +1 -1
- package/ui-uni/amap-wx/js/util.js +166 -158
- package/ui-uni/page-foot/page-foot.vue +38 -0
- package/ui-uni/page-head/page-head.vue +16 -0
- package/ui-uni/product.vue +52 -52
- package/ui-uni/u-charts/u-charts.js +743 -1092
- package/ui-uni/u-link/u-link.vue +59 -0
- package/ui-uni/uni-badge/uni-badge.vue +250 -0
- package/ui-uni/uni-calendar/calendar.js +546 -0
- package/ui-uni/uni-calendar/uni-calendar-item.vue +171 -0
- package/ui-uni/uni-calendar/uni-calendar.vue +504 -0
- package/{ui-cv/cv-calendar → ui-uni/uni-calendar}/util.js +0 -0
- package/ui-uni/uni-card/uni-card.vue +420 -0
- package/ui-uni/uni-col/uni-col.vue +2968 -0
- package/ui-uni/uni-collapse/uni-collapse.vue +146 -0
- package/ui-uni/uni-collapse-item/uni-collapse-item.vue +378 -0
- package/ui-uni/uni-combox/uni-combox.vue +237 -0
- package/ui-uni/uni-countdown/uni-countdown.vue +234 -0
- package/ui-uni/uni-data-checkbox/uni-data-checkbox.vue +792 -0
- package/{ui-cv/cv-data-indexed-list → ui-uni/uni-data-indexed-list}/clientdb.js +0 -0
- package/ui-uni/uni-data-indexed-list/uni-data-indexed-list-item.vue +142 -0
- package/ui-uni/uni-data-indexed-list/uni-data-indexed-list.vue +364 -0
- package/{ui-cv/cv-data-picker → ui-uni/uni-data-picker}/keypress.js +0 -0
- package/ui-uni/uni-data-picker/uni-data-picker.vue +468 -0
- package/{ui-cv/cv-data-pickerview/cv-data-picker.js → ui-uni/uni-data-pickerview/uni-data-picker.js} +0 -0
- package/ui-uni/uni-data-pickerview/uni-data-pickerview.vue +298 -0
- package/{ui-cv/cv-dateformat → ui-uni/uni-dateformat}/date-format.js +0 -0
- package/ui-uni/uni-dateformat/uni-dateformat.vue +88 -0
- package/{ui-cv/cv-datetime-picker → ui-uni/uni-datetime-picker}/calendar-item.vue +0 -0
- package/{ui-cv/cv-datetime-picker → ui-uni/uni-datetime-picker}/calendar.js +0 -0
- package/ui-uni/uni-datetime-picker/calendar.vue +747 -0
- package/{ui-cv/cv-datetime-picker → ui-uni/uni-datetime-picker}/keypress.js +0 -0
- package/ui-uni/uni-datetime-picker/time-picker.vue +899 -0
- package/ui-uni/uni-datetime-picker/uni-datetime-picker.vue +874 -0
- package/{ui-cv/cv-datetime-picker → ui-uni/uni-datetime-picker}/util.js +0 -0
- package/ui-uni/uni-drawer/keypress.js +45 -0
- package/ui-uni/uni-drawer/uni-drawer.vue +178 -0
- package/{ui-cv/cv-easyinput → ui-uni/uni-easyinput}/common.js +0 -0
- package/ui-uni/uni-easyinput/uni-easyinput.vue +438 -0
- package/ui-uni/uni-fab/uni-fab.vue +443 -0
- package/{ui-cv/cv-fab/cv-fab.vue.bak → ui-uni/uni-fab/uni-fab.vue.bak} +2 -2
- package/ui-uni/uni-fav/uni-fav.vue +136 -0
- package/{ui-cv/cv-file-picker → ui-uni/uni-file-picker}/choose-and-upload-file.js +0 -0
- package/ui-uni/uni-file-picker/uni-file-picker.vue +614 -0
- package/{ui-cv/cv-file-picker → ui-uni/uni-file-picker}/upload-file.vue +0 -0
- package/{ui-cv/cv-file-picker → ui-uni/uni-file-picker}/upload-image.vue +0 -0
- package/{ui-cv/cv-file-picker → ui-uni/uni-file-picker}/utils.js +0 -0
- package/ui-uni/uni-forms/uni-forms.vue +467 -0
- package/ui-uni/uni-forms/validate.js +486 -0
- package/ui-uni/uni-forms-item/uni-forms-item.vue +500 -0
- package/{ui-cv/cv-goods-nav/cv-goods-nav.vue → ui-uni/uni-goods-nav/uni-goods-nav.vue} +1 -1
- package/ui-uni/uni-grid/uni-grid.vue +141 -0
- package/ui-uni/uni-grid-item/uni-grid-item.vue +123 -0
- package/ui-uni/uni-group/uni-group.vue +123 -0
- package/ui-uni/uni-icons/icons.js +132 -0
- package/ui-uni/uni-icons/uni-icons.vue +72 -0
- package/{ui-cv/cv-icon2 → ui-uni/uni-icons}/uni.ttf +0 -0
- package/ui-uni/uni-indexed-list/uni-indexed-list-item.vue +142 -0
- package/ui-uni/uni-indexed-list/uni-indexed-list.vue +357 -0
- package/ui-uni/uni-link/uni-link.vue +117 -0
- package/ui-uni/uni-list/uni-list.vue +107 -0
- package/ui-uni/uni-list/uni-refresh.vue +65 -0
- package/{ui-cv/cv-list → ui-uni/uni-list}/uni-refresh.wxs +0 -0
- package/ui-uni/uni-list-ad/uni-list-ad.vue +106 -0
- package/{ui-cv/cv-list-chat/cv-list-chat.scss → ui-uni/uni-list-chat/uni-list-chat.scss} +0 -0
- package/{ui-cv/cv-list-chat/cv-list-chat.vue → ui-uni/uni-list-chat/uni-list-chat.vue} +0 -0
- package/ui-uni/uni-list-item/uni-list-item.vue +428 -0
- package/ui-uni/uni-load-more/uni-load-more.vue +366 -0
- package/ui-uni/uni-nav-bar/uni-nav-bar.vue +244 -0
- package/{ui-cv/cv-nav-bar/cv-status-bar.vue → ui-uni/uni-nav-bar/uni-status-bar.vue} +0 -0
- package/ui-uni/uni-notice-bar/uni-notice-bar.vue +394 -0
- package/ui-uni/uni-number-box/uni-number-box.vue +224 -0
- package/ui-uni/uni-pagination/uni-pagination.vue +376 -0
- package/{ui-cv/cv-popup → ui-uni/uni-popup}/keypress.js +0 -0
- package/{ui-cv/cv-popup → ui-uni/uni-popup}/popup.js +0 -0
- package/ui-uni/uni-popup/uni-popup.vue +412 -0
- package/{ui-cv/cv-popup-dialog → ui-uni/uni-popup-dialog}/keypress.js +0 -0
- package/{ui-cv/cv-popup-dialog/cv-popup-dialog.vue → ui-uni/uni-popup-dialog/uni-popup-dialog.vue} +0 -0
- package/ui-uni/uni-popup-message/uni-popup-message.vue +143 -0
- package/{ui-cv/cv-popup-share/cv-popup-share.vue → ui-uni/uni-popup-share/uni-popup-share.vue} +0 -0
- package/ui-uni/uni-rate/uni-rate.vue +357 -0
- package/ui-uni/uni-row/uni-row.vue +155 -0
- package/ui-uni/uni-search-bar/uni-search-bar.vue +262 -0
- package/{ui-cv/cv-section/cv-section.vue → ui-uni/uni-section/uni-section.vue} +0 -0
- package/{ui-cv/cv-segmented-control/cv-segmented-control.vue → ui-uni/uni-segmented-control/uni-segmented-control.vue} +0 -0
- package/{ui-cv/cv-status-bar/cv-status-bar.vue → ui-uni/uni-status-bar/uni-status-bar.vue} +0 -0
- package/ui-uni/uni-steps/uni-steps.vue +250 -0
- package/{ui-cv/cv-swipe-action/cv-swipe-action.vue → ui-uni/uni-swipe-action/uni-swipe-action.vue} +0 -0
- package/{ui-cv/cv-swipe-action-item → ui-uni/uni-swipe-action-item}/bindingx.js +0 -0
- package/{ui-cv/cv-swipe-action-item → ui-uni/uni-swipe-action-item}/index.wxs +0 -0
- package/{ui-cv/cv-swipe-action-item → ui-uni/uni-swipe-action-item}/isPC.js +0 -0
- package/{ui-cv/cv-swipe-action-item → ui-uni/uni-swipe-action-item}/mpalipay.js +0 -0
- package/{ui-cv/cv-swipe-action-item → ui-uni/uni-swipe-action-item}/mpother.js +0 -0
- package/{ui-cv/cv-swipe-action-item → ui-uni/uni-swipe-action-item}/mpwxs.js +0 -0
- package/{ui-cv/cv-swipe-action-item/cv-swipe-action-item.vue → ui-uni/uni-swipe-action-item/uni-swipe-action-item.vue} +0 -0
- package/ui-uni/uni-swiper-dot/uni-swiper-dot.vue +205 -0
- package/ui-uni/uni-table/uni-table.vue +455 -0
- package/ui-uni/uni-tag/uni-tag.vue +283 -0
- package/ui-uni/uni-tbody/uni-tbody.vue +30 -0
- package/ui-uni/uni-td/uni-td.vue +88 -0
- package/{ui-cv/cv-test/cv-test.vue → ui-uni/uni-test/uni-test.vue} +0 -0
- package/{ui-cv/cv-th → ui-uni/uni-th}/filter-dropdown.vue +0 -0
- package/ui-uni/uni-th/uni-th.vue +259 -0
- package/ui-uni/uni-thead/uni-thead.vue +114 -0
- package/ui-uni/uni-title/uni-title.vue +171 -0
- package/{ui-cv/cv-tr → ui-uni/uni-tr}/table-checkbox.vue +0 -0
- package/ui-uni/uni-tr/uni-tr.vue +156 -0
- package/{ui-cv/cv-transition → ui-uni/uni-transition}/createAnimation.js +0 -0
- package/ui-uni/uni-transition/uni-transition.vue +287 -0
- package/ui-cv/cv-badge/cv-badge.vue +0 -249
- package/ui-cv/cv-calendar/calendar.js +0 -963
- package/ui-cv/cv-calendar/cv-calendar-item.vue +0 -198
- package/ui-cv/cv-calendar/cv-calendar.vue +0 -508
- package/ui-cv/cv-card/cv-card.vue +0 -427
- package/ui-cv/cv-col/cv-col.vue +0 -2965
- package/ui-cv/cv-collapse/cv-collapse.vue +0 -146
- package/ui-cv/cv-collapse-item/cv-collapse-item.vue +0 -395
- package/ui-cv/cv-combox/cv-combox.vue +0 -250
- package/ui-cv/cv-countdown/cv-countdown.vue +0 -245
- package/ui-cv/cv-data-checkbox/cv-data-checkbox.vue +0 -841
- package/ui-cv/cv-data-indexed-list/cv-data-indexed-list-item.vue +0 -154
- package/ui-cv/cv-data-indexed-list/cv-data-indexed-list.vue +0 -376
- package/ui-cv/cv-data-picker/cv-data-picker.vue +0 -486
- package/ui-cv/cv-data-pickerview/cv-data-pickerview.vue +0 -304
- package/ui-cv/cv-dateformat/cv-dateformat.vue +0 -86
- package/ui-cv/cv-datetime-picker/calendar.vue +0 -761
- package/ui-cv/cv-datetime-picker/cv-datetime-picker.vue +0 -958
- package/ui-cv/cv-datetime-picker/time-picker.vue +0 -907
- package/ui-cv/cv-drawer/cv-drawer.vue +0 -185
- package/ui-cv/cv-drawer/keypress.js +0 -45
- package/ui-cv/cv-easyinput/cv-easyinput.vue +0 -514
- package/ui-cv/cv-fab/cv-fab.vue +0 -465
- package/ui-cv/cv-fav/cv-fav.vue +0 -150
- package/ui-cv/cv-file-picker/cv-file-picker.vue +0 -619
- package/ui-cv/cv-form-base/cv-form-base.vue +0 -470
- package/ui-cv/cv-form-base/validate.js +0 -477
- package/ui-cv/cv-grid-group/cv-grid-group.vue +0 -148
- package/ui-cv/cv-grid-item/cv-grid-item.vue +0 -132
- package/ui-cv/cv-icon2/cv-icon2.vue +0 -78
- package/ui-cv/cv-icon2/icons.js +0 -132
- package/ui-cv/cv-indexed-list/cv-indexed-list-item.vue +0 -154
- package/ui-cv/cv-indexed-list/cv-indexed-list.vue +0 -371
- package/ui-cv/cv-link2/cv-link2.vue +0 -130
- package/ui-cv/cv-list/cv-list.vue +0 -107
- package/ui-cv/cv-list/cv-refresh.vue +0 -65
- package/ui-cv/cv-list-ad/cv-list-ad.vue +0 -113
- package/ui-cv/cv-list-item/cv-list-item.vue +0 -449
- package/ui-cv/cv-nav-bar/cv-nav-bar.vue +0 -256
- package/ui-cv/cv-notice-bar/cv-notice-bar.vue +0 -453
- package/ui-cv/cv-number-box/cv-number-box.vue +0 -223
- package/ui-cv/cv-pagination/cv-pagination.vue +0 -397
- package/ui-cv/cv-popup/cv-popup.vue +0 -429
- package/ui-cv/cv-popup-message/cv-popup-message.vue +0 -143
- package/ui-cv/cv-row/cv-row.vue +0 -157
- package/ui-cv/cv-search-bar/cv-search-bar.vue +0 -280
- package/ui-cv/cv-steps/cv-steps.vue +0 -293
- package/ui-cv/cv-swiper-dot/cv-swiper-dot.vue +0 -255
- package/ui-cv/cv-table/cv-table.vue +0 -460
- package/ui-cv/cv-tag/cv-tag.vue +0 -276
- package/ui-cv/cv-tbody/cv-tbody.vue +0 -28
- package/ui-cv/cv-td/cv-td.vue +0 -93
- package/ui-cv/cv-th/cv-th.vue +0 -270
- package/ui-cv/cv-thead/cv-thead.vue +0 -114
- package/ui-cv/cv-title/cv-title.vue +0 -168
- package/ui-cv/cv-tr/cv-tr.vue +0 -166
- package/ui-cv/cv-transition/cv-transition.vue +0 -279
package/package.json
CHANGED
|
@@ -1,173 +1,181 @@
|
|
|
1
1
|
import amap from '@/components/amap-wx/lib/amap-wx.js';
|
|
2
2
|
// 地铁颜色图
|
|
3
3
|
const line = {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
}
|
|
4
|
+
'1号线': '#C43B33',
|
|
5
|
+
'2号线': '#016299',
|
|
6
|
+
'4号线/大兴线': '#008E9C',
|
|
7
|
+
'5号线': '#A42380',
|
|
8
|
+
'6号线': '#D09900',
|
|
9
|
+
'7号线': '#F2C172',
|
|
10
|
+
'8号线': '#009D6A',
|
|
11
|
+
'9号线': '#8FC41E',
|
|
12
|
+
'10号线': '#009DBE',
|
|
13
|
+
'13号线': '#F9E701',
|
|
14
|
+
'14号线东段': '#D4A7A2',
|
|
15
|
+
'14号线西段': '#D4A7A2',
|
|
16
|
+
'15号线': '#5D2D69',
|
|
17
|
+
'八通线': '#C33A32',
|
|
18
|
+
'昌平线': '#DE82B1',
|
|
19
|
+
'亦庄线': '#E40177',
|
|
20
|
+
'房山线': '#E66021',
|
|
21
|
+
'机场线': '#A29BBC',
|
|
22
|
+
}
|
|
23
23
|
|
|
24
24
|
// 150500:地铁站 ,150700:公交站 , 190700:地名地址
|
|
25
|
-
const typecode = [
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
id: '190700',
|
|
36
|
-
icon: 'icon-gonglu'
|
|
37
|
-
}
|
|
38
|
-
];
|
|
25
|
+
const typecode = [{
|
|
26
|
+
id: '150500',
|
|
27
|
+
icon: 'icon-ditie'
|
|
28
|
+
}, {
|
|
29
|
+
id: '150700',
|
|
30
|
+
icon: 'icon-gongjiao'
|
|
31
|
+
}, {
|
|
32
|
+
id: '190700',
|
|
33
|
+
icon: 'icon-gonglu'
|
|
34
|
+
}];
|
|
39
35
|
|
|
40
36
|
const util = {
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
37
|
+
key:'b526b09b86cd2996e7732be8ab8c4430',
|
|
38
|
+
/**
|
|
39
|
+
* 初始化高德地图api
|
|
40
|
+
*/
|
|
41
|
+
mapInit() {
|
|
42
|
+
return new amap.AMapWX({
|
|
43
|
+
key: this.key
|
|
44
|
+
});
|
|
45
|
+
},
|
|
46
|
+
// 服务状态吗
|
|
47
|
+
typecode,
|
|
48
|
+
/**
|
|
49
|
+
* 获取地图颜色
|
|
50
|
+
*/
|
|
51
|
+
lineColor(name) {
|
|
52
|
+
if (line[name]) {
|
|
53
|
+
return line[name];
|
|
54
|
+
} else {
|
|
55
|
+
return '#ccc';
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
/**
|
|
59
|
+
* 关键字颜色变化
|
|
60
|
+
*/
|
|
61
|
+
serachNmme(val, name) {
|
|
62
|
+
let namestr = new RegExp(val);
|
|
63
|
+
let nameresult =
|
|
64
|
+
`<div style="font-size: 14px;color: #333;line-height: 1.5;">
|
|
68
65
|
${name.replace(namestr, "<span style='color:#66ccff;'>" + val + '</span>')}
|
|
69
|
-
</div
|
|
66
|
+
</div>`
|
|
67
|
+
.trim();
|
|
70
68
|
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
});
|
|
90
|
-
return `<div style="display:flex;flex-wrap: wrap;">${dt}</div>`;
|
|
91
|
-
},
|
|
92
|
-
/**
|
|
93
|
-
* 数据处理
|
|
94
|
-
*/
|
|
95
|
-
dataHandle(item, val) {
|
|
96
|
-
// 改变字体颜色
|
|
97
|
-
if (val) {
|
|
98
|
-
item.nameNodes = util.serachNmme(val, item.name);
|
|
99
|
-
} else {
|
|
100
|
-
item.nameNodes = `<div style="font-size: 14px;color: #333;line-height: 1.5;">${item.name}</div>`;
|
|
101
|
-
}
|
|
102
|
-
// 地址解析 地铁
|
|
103
|
-
if (item.typecode === util.typecode[0].id || item.typecode === util.typecode[1].id) {
|
|
104
|
-
item.addressNodes = util.addressToLine(item.address, item.typecode);
|
|
105
|
-
if (item.typecode === util.typecode[0].id) {
|
|
106
|
-
item.icon = util.typecode[0].icon;
|
|
107
|
-
} else if (item.typecode === util.typecode[1].id) {
|
|
108
|
-
item.icon = util.typecode[1].icon;
|
|
109
|
-
}
|
|
110
|
-
} else {
|
|
111
|
-
item.addressNodes = `<span>${item.district}${item.address.length > 0 ? '·' + item.address : ''}</span>`.trim();
|
|
112
|
-
item.icon = 'icon-weizhi';
|
|
113
|
-
}
|
|
69
|
+
return nameresult;
|
|
70
|
+
},
|
|
71
|
+
/**
|
|
72
|
+
* 地址转地铁线路
|
|
73
|
+
*/
|
|
74
|
+
addressToLine(address, type) {
|
|
75
|
+
let addr = address.split(';');
|
|
76
|
+
let dt = '';
|
|
77
|
+
addr.forEach(elm => {
|
|
78
|
+
let color = '#cccccc';
|
|
79
|
+
if (type === typecode[0].id) {
|
|
80
|
+
color = this.lineColor(elm)
|
|
81
|
+
} else if (type === typecode[1].id) {
|
|
82
|
+
color = '#4075cb'
|
|
83
|
+
}
|
|
84
|
+
let style = 'margin:5px 0;margin-right:5px;padding:0 5px;background:' + color +
|
|
85
|
+
';font-size:12px;color:#fff;border-radius:3px;';
|
|
86
|
+
dt += `<div style=\'${style}\'>${elm}</div>`;
|
|
114
87
|
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
88
|
+
});
|
|
89
|
+
return `<div style="display:flex;flex-wrap: wrap;">${dt}</div>`;
|
|
90
|
+
},
|
|
91
|
+
/**
|
|
92
|
+
* 数据处理
|
|
93
|
+
*/
|
|
94
|
+
dataHandle(item, val) {
|
|
95
|
+
// 改变字体颜色
|
|
96
|
+
if (val) {
|
|
97
|
+
item.nameNodes = util.serachNmme(val, item.name);
|
|
98
|
+
} else {
|
|
99
|
+
item.nameNodes = `<div style="font-size: 14px;color: #333;line-height: 1.5;">${item.name}</div>`;
|
|
118
100
|
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
name: val,
|
|
138
|
-
typecode: []
|
|
139
|
-
};
|
|
140
|
-
} else {
|
|
141
|
-
serachData = val;
|
|
142
|
-
}
|
|
101
|
+
}
|
|
102
|
+
// 地址解析 地铁
|
|
103
|
+
if (
|
|
104
|
+
item.typecode === util.typecode[0].id ||
|
|
105
|
+
item.typecode === util.typecode[1].id
|
|
106
|
+
) {
|
|
107
|
+
item.addressNodes = util.addressToLine(item.address, item.typecode);
|
|
108
|
+
if (item.typecode === util.typecode[0].id) {
|
|
109
|
+
item.icon = util.typecode[0].icon;
|
|
110
|
+
} else if (item.typecode === util.typecode[1].id) {
|
|
111
|
+
item.icon = util.typecode[1].icon;
|
|
112
|
+
}
|
|
113
|
+
} else {
|
|
114
|
+
item.addressNodes = `<span>${item.district}${
|
|
115
|
+
item.address.length > 0 ? '·' + item.address : ''
|
|
116
|
+
}</span>`.trim();
|
|
117
|
+
item.icon = 'icon-weizhi';
|
|
118
|
+
}
|
|
143
119
|
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
searchHistory.splice(i, 1);
|
|
148
|
-
break;
|
|
149
|
-
}
|
|
150
|
-
}
|
|
120
|
+
if (item.location && item.location.length === 0) {
|
|
121
|
+
item.icon = 'icon-sousuo';
|
|
122
|
+
}
|
|
151
123
|
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
124
|
+
return item;
|
|
125
|
+
},
|
|
126
|
+
/**
|
|
127
|
+
* 存储历史数据
|
|
128
|
+
* val [string | object]需要存储的内容
|
|
129
|
+
*/
|
|
130
|
+
setHistory(val) {
|
|
131
|
+
let searchHistory = uni.getStorageSync('search:history');
|
|
132
|
+
if (!searchHistory) searchHistory = [];
|
|
133
|
+
let serachData = {};
|
|
134
|
+
if (typeof(val) === 'string') {
|
|
135
|
+
serachData = {
|
|
136
|
+
adcode: [],
|
|
137
|
+
address: [],
|
|
138
|
+
city: [],
|
|
139
|
+
district: [],
|
|
140
|
+
id: [],
|
|
141
|
+
location: [],
|
|
142
|
+
name: val,
|
|
143
|
+
typecode: []
|
|
144
|
+
};
|
|
145
|
+
} else {
|
|
146
|
+
serachData = val
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
// 判断数组是否存在,如果存在,那么将放到最前面
|
|
150
|
+
for (var i = 0; i < searchHistory.length; i++) {
|
|
151
|
+
if (searchHistory[i].name === serachData.name) {
|
|
152
|
+
searchHistory.splice(i, 1);
|
|
153
|
+
break;
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
searchHistory.unshift(util.dataHandle(serachData));
|
|
158
|
+
uni.setStorage({
|
|
159
|
+
key: 'search:history',
|
|
160
|
+
data: searchHistory,
|
|
161
|
+
success: function() {
|
|
162
|
+
// console.log('success');
|
|
163
|
+
}
|
|
164
|
+
});
|
|
165
|
+
},
|
|
166
|
+
getHistory() {
|
|
167
|
+
|
|
168
|
+
},
|
|
169
|
+
removeHistory() {
|
|
170
|
+
uni.removeStorage({
|
|
171
|
+
key: 'search:history',
|
|
172
|
+
success: function(res) {
|
|
173
|
+
console.log('success');
|
|
174
|
+
}
|
|
175
|
+
});
|
|
176
|
+
return []
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
}
|
|
172
180
|
|
|
173
181
|
export default util;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
<template name="page-foot">
|
|
2
|
+
<view class="page-share-title">
|
|
3
|
+
<text>感谢{{name}}提供本示例,</text>
|
|
4
|
+
<text class="submit" @click="submit">我也提交</text>
|
|
5
|
+
</view>
|
|
6
|
+
</template>
|
|
7
|
+
|
|
8
|
+
<script>
|
|
9
|
+
export default {
|
|
10
|
+
name: "page-foot",
|
|
11
|
+
props: {
|
|
12
|
+
name: {
|
|
13
|
+
type: String,
|
|
14
|
+
default: ""
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
methods: {
|
|
18
|
+
submit() {
|
|
19
|
+
uni.showModal({
|
|
20
|
+
content:"hello uni-app开源地址为https://github.com/dcloudio/uni-app/tree/master/examples,请在这个开源项目上贡献你的代码",
|
|
21
|
+
showCancel:false
|
|
22
|
+
})
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
</script>
|
|
27
|
+
<style>
|
|
28
|
+
.page-share-title {
|
|
29
|
+
text-align: center;
|
|
30
|
+
font-size: 30rpx;
|
|
31
|
+
color: #BEBEBE;
|
|
32
|
+
padding: 20rpx 0;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.submit {
|
|
36
|
+
border-bottom: 1rpx solid #BEBEBE;
|
|
37
|
+
}
|
|
38
|
+
</style>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<template name="page-head">
|
|
2
|
+
<view class="common-page-head">
|
|
3
|
+
<view class="common-page-head-title">{{title}}</view>
|
|
4
|
+
</view>
|
|
5
|
+
</template>
|
|
6
|
+
<script>
|
|
7
|
+
export default {
|
|
8
|
+
name: "page-head",
|
|
9
|
+
props: {
|
|
10
|
+
title: {
|
|
11
|
+
type: String,
|
|
12
|
+
default: ""
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
</script>
|
package/ui-uni/product.vue
CHANGED
|
@@ -1,66 +1,66 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
2
|
+
<view class="product">
|
|
3
|
+
<image class="product-image" :src="image ? image : 'https://via.placeholder.com/150x200'"></image>
|
|
4
|
+
<view class="product-title">{{title}}</view>
|
|
5
|
+
<view class="product-price">
|
|
6
|
+
<text class="product-price-favour">¥{{originalPrice}}</text>
|
|
7
|
+
<text class="product-price-original">¥{{favourPrice}}</text>
|
|
8
|
+
<text class="product-tip">{{tip}}</text>
|
|
9
|
+
</view>
|
|
10
|
+
</view>
|
|
11
11
|
</template>
|
|
12
12
|
|
|
13
13
|
<script>
|
|
14
|
-
export default {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
14
|
+
export default {
|
|
15
|
+
name: 'product',
|
|
16
|
+
props: ['image', 'title', 'originalPrice', 'favourPrice', 'tip']
|
|
17
|
+
}
|
|
18
18
|
</script>
|
|
19
19
|
|
|
20
20
|
<style>
|
|
21
|
-
.product {
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
}
|
|
21
|
+
.product {
|
|
22
|
+
padding: 10rpx 20rpx;
|
|
23
|
+
display: flex;
|
|
24
|
+
flex-direction: column;
|
|
25
|
+
}
|
|
26
26
|
|
|
27
|
-
.product-image {
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
}
|
|
27
|
+
.product-image {
|
|
28
|
+
height: 330rpx;
|
|
29
|
+
width: 330rpx;
|
|
30
|
+
}
|
|
31
31
|
|
|
32
|
-
.product-title {
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
}
|
|
32
|
+
.product-title {
|
|
33
|
+
width: 300rpx;
|
|
34
|
+
font-size: 32rpx;
|
|
35
|
+
word-break: break-all;
|
|
36
|
+
display: -webkit-box;
|
|
37
|
+
overflow: hidden;
|
|
38
|
+
text-overflow: ellipsis;
|
|
39
|
+
-webkit-box-orient: vertical;
|
|
40
|
+
-webkit-line-clamp: 2;
|
|
41
|
+
}
|
|
42
42
|
|
|
43
|
-
.product-price {
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
}
|
|
43
|
+
.product-price {
|
|
44
|
+
font-size: 28rpx;
|
|
45
|
+
position: relative;
|
|
46
|
+
}
|
|
47
47
|
|
|
48
|
-
.product-price-original {
|
|
49
|
-
|
|
50
|
-
}
|
|
48
|
+
.product-price-original {
|
|
49
|
+
color: #E80080;
|
|
50
|
+
}
|
|
51
51
|
|
|
52
|
-
.product-price-favour {
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
}
|
|
52
|
+
.product-price-favour {
|
|
53
|
+
color: #888888;
|
|
54
|
+
text-decoration: line-through;
|
|
55
|
+
margin-left: 10rpx;
|
|
56
|
+
}
|
|
57
57
|
|
|
58
|
-
.product-tip {
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
}
|
|
58
|
+
.product-tip {
|
|
59
|
+
position: absolute;
|
|
60
|
+
right: 10rpx;
|
|
61
|
+
background-color: #FF3333;
|
|
62
|
+
color: #FFFFFF;
|
|
63
|
+
padding: 0 10rpx;
|
|
64
|
+
border-radius: 5rpx;
|
|
65
|
+
}
|
|
66
66
|
</style>
|