@10yun/cv-mobile-ui 0.3.26 → 0.4.1

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.
Files changed (189) hide show
  1. package/build/parse-pages.js +2 -2
  2. package/package.json +1 -1
  3. package/ui-cv/README.md +3 -0
  4. package/ui-cv/cv-badge/uni-badge.vue +249 -0
  5. package/ui-cv/cv-banner/cv-banner.vue +1 -1
  6. package/ui-cv/cv-banner-card/cv-banner-card.vue +1 -1
  7. package/ui-cv/cv-block/cv-block.vue +1 -1
  8. package/ui-cv/cv-box/cv-box.vue +1 -1
  9. package/{ui-uni/uni-calendar → ui-cv/cv-calendar}/calendar.js +0 -0
  10. package/{ui-uni/uni-calendar → ui-cv/cv-calendar}/uni-calendar-item.vue +0 -0
  11. package/{ui-uni/uni-calendar → ui-cv/cv-calendar}/uni-calendar.vue +0 -0
  12. package/{ui-uni/uni-calendar → ui-cv/cv-calendar}/util.js +0 -0
  13. package/{ui-uni/uni-card → ui-cv/cv-card}/uni-card.vue +0 -0
  14. package/ui-cv/cv-cell/cv-cell.vue +1 -1
  15. package/ui-cv/cv-checkbox-group/cv-checkbox-group.vue +227 -0
  16. package/ui-cv/cv-checkbox-opt-base/cv-checkbox-opt-base.vue +57 -0
  17. package/ui-cv/cv-checkbox-opt-tag/cv-checkbox-opt-tag.vue +107 -0
  18. package/ui-cv/cv-code-sms/cv-code-sms.vue +23 -42
  19. package/{ui-uni/uni-col → ui-cv/cv-col}/uni-col.vue +0 -0
  20. package/{ui-uni/uni-collapse → ui-cv/cv-collapse}/uni-collapse.vue +0 -0
  21. package/{ui-uni/uni-collapse-item → ui-cv/cv-collapse-item}/uni-collapse-item.vue +0 -0
  22. package/{ui-uni/uni-combox → ui-cv/cv-combox}/uni-combox.vue +0 -0
  23. package/{ui-uni/uni-countdown → ui-cv/cv-countdown}/uni-countdown.vue +0 -0
  24. package/{ui-uni/uni-data-checkbox → ui-cv/cv-data-checkbox}/uni-data-checkbox.vue +0 -0
  25. package/{ui-uni/uni-data-indexed-list → ui-cv/cv-data-indexed-list}/clientdb.js +0 -0
  26. package/{ui-uni/uni-data-indexed-list → ui-cv/cv-data-indexed-list}/uni-data-indexed-list-item.vue +0 -0
  27. package/{ui-uni/uni-data-indexed-list → ui-cv/cv-data-indexed-list}/uni-data-indexed-list.vue +0 -0
  28. package/{ui-uni/uni-data-picker → ui-cv/cv-data-picker}/keypress.js +0 -0
  29. package/{ui-uni/uni-data-picker → ui-cv/cv-data-picker}/uni-data-picker.vue +0 -0
  30. package/{ui-uni/uni-data-pickerview → ui-cv/cv-data-pickerview}/uni-data-picker.js +0 -0
  31. package/{ui-uni/uni-data-pickerview → ui-cv/cv-data-pickerview}/uni-data-pickerview.vue +0 -0
  32. package/{ui-uni/uni-dateformat → ui-cv/cv-dateformat}/date-format.js +0 -0
  33. package/{ui-uni/uni-dateformat → ui-cv/cv-dateformat}/uni-dateformat.vue +0 -0
  34. package/{ui-uni/uni-datetime-picker → ui-cv/cv-datetime-picker}/calendar-item.vue +0 -0
  35. package/{ui-uni/uni-datetime-picker → ui-cv/cv-datetime-picker}/calendar.js +0 -0
  36. package/{ui-uni/uni-datetime-picker → ui-cv/cv-datetime-picker}/calendar.vue +0 -0
  37. package/{ui-uni/uni-datetime-picker → ui-cv/cv-datetime-picker}/keypress.js +0 -0
  38. package/{ui-uni/uni-datetime-picker → ui-cv/cv-datetime-picker}/time-picker.vue +0 -0
  39. package/{ui-uni/uni-datetime-picker → ui-cv/cv-datetime-picker}/uni-datetime-picker.vue +0 -0
  40. package/{ui-uni/uni-datetime-picker → ui-cv/cv-datetime-picker}/util.js +0 -0
  41. package/ui-cv/cv-dialog-bottom/cv-dialog-bottom.vue +1 -1
  42. package/ui-cv/cv-dialog-full/cv-dialog-full.vue +1 -1
  43. package/ui-cv/cv-dialog-loading/cv-dialog-loading.vue +3 -3
  44. package/ui-cv/cv-drawer/cv-drawer.vue +185 -0
  45. package/{ui-uni/uni-drawer → ui-cv/cv-drawer}/keypress.js +14 -14
  46. package/{ui-uni/uni-easyinput → ui-cv/cv-easyinput}/common.js +0 -0
  47. package/{ui-uni/uni-easyinput → ui-cv/cv-easyinput}/uni-easyinput.vue +0 -0
  48. package/ui-cv/cv-editor-parse/readme.md +2 -3
  49. package/ui-cv/{cv-editor → cv-editor-quill}/compressImage.vue +0 -0
  50. package/ui-cv/{cv-editor/cv-editor.vue → cv-editor-quill/cv-editor-quill.vue} +3 -23
  51. package/ui-cv/{cv-editor → cv-editor-quill}/editor-icon.css +0 -0
  52. package/ui-cv/{cv-editor → cv-editor-quill}/editor-icon.ttf +0 -0
  53. package/ui-cv/{cv-editor → cv-editor-quill}/index.js +0 -0
  54. package/{ui-uni/uni-fab → ui-cv/cv-fab}/uni-fab.vue +0 -0
  55. package/{ui-uni/uni-fab → ui-cv/cv-fab}/uni-fab.vue.bak +0 -0
  56. package/{ui-uni/uni-fav → ui-cv/cv-fav}/uni-fav.vue +0 -0
  57. package/{ui-uni/uni-file-picker → ui-cv/cv-file-picker}/choose-and-upload-file.js +0 -0
  58. package/{ui-uni/uni-file-picker → ui-cv/cv-file-picker}/uni-file-picker.vue +0 -0
  59. package/{ui-uni/uni-file-picker → ui-cv/cv-file-picker}/upload-file.vue +0 -0
  60. package/{ui-uni/uni-file-picker → ui-cv/cv-file-picker}/upload-image.vue +0 -0
  61. package/{ui-uni/uni-file-picker → ui-cv/cv-file-picker}/utils.js +0 -0
  62. package/ui-cv/cv-form-base/cv-form-base.vue +470 -0
  63. package/ui-cv/cv-form-base/validate.js +477 -0
  64. package/ui-cv/cv-form-group/cv-form-group.vue +123 -80
  65. package/ui-cv/cv-form-group/cv-form-group2.vue +80 -0
  66. package/ui-cv/cv-form-item/cv-form-item.vue +482 -174
  67. package/ui-cv/cv-form-item/cv-form-item2.vue +215 -0
  68. package/ui-cv/cv-form-merge/cv-form-merge.vue +1 -1
  69. package/ui-cv/cv-geo-local/cv-geo-local.vue +14 -26
  70. package/{ui-uni/uni-goods-nav → ui-cv/cv-goods-nav}/uni-goods-nav.vue +0 -0
  71. package/ui-cv/cv-grid-group/cv-grid-group.vue +148 -0
  72. package/ui-cv/cv-grid-item/cv-grid-item.vue +132 -0
  73. package/ui-cv/cv-icons/cv-icons.vue +1 -1
  74. package/ui-cv/cv-icons2/cv-icons2.vue +78 -0
  75. package/ui-cv/cv-icons2/icons.js +132 -0
  76. package/{ui-uni/uni-icons → ui-cv/cv-icons2}/uni.ttf +0 -0
  77. package/{ui-uni/uni-indexed-list → ui-cv/cv-indexed-list}/uni-indexed-list-item.vue +0 -0
  78. package/{ui-uni/uni-indexed-list → ui-cv/cv-indexed-list}/uni-indexed-list.vue +0 -0
  79. package/ui-cv/cv-info/cv-info.vue +5 -20
  80. package/ui-cv/cv-input-btn/cv-input-btn.vue +25 -43
  81. package/ui-cv/cv-input-digit/cv-input-digit.vue +61 -28
  82. package/ui-cv/cv-input-idcard/cv-input-idcard.vue +47 -29
  83. package/ui-cv/cv-input-number/cv-input-number.vue +60 -28
  84. package/ui-cv/cv-input-password/cv-input-password.vue +80 -30
  85. package/ui-cv/cv-input-text/cv-input-text.vue +55 -37
  86. package/ui-cv/cv-link/uni-link.vue +130 -0
  87. package/{ui-uni/uni-list → ui-cv/cv-list}/uni-list.vue +0 -0
  88. package/{ui-uni/uni-list → ui-cv/cv-list}/uni-refresh.vue +0 -0
  89. package/{ui-uni/uni-list → ui-cv/cv-list}/uni-refresh.wxs +0 -0
  90. package/{ui-uni/uni-list-ad → ui-cv/cv-list-ad}/uni-list-ad.vue +0 -0
  91. package/{ui-uni/uni-list-chat → ui-cv/cv-list-chat}/uni-list-chat.scss +0 -0
  92. package/{ui-uni/uni-list-chat → ui-cv/cv-list-chat}/uni-list-chat.vue +0 -0
  93. package/{ui-uni/uni-list-item → ui-cv/cv-list-item}/uni-list-item.vue +0 -0
  94. package/ui-cv/cv-load-more/config.json +9 -9
  95. package/ui-cv/cv-load-more/cv-load-more.vue +34 -5
  96. package/ui-cv/cv-message/cv-message.vue +1 -1
  97. package/{ui-uni/uni-nav-bar → ui-cv/cv-nav-bar}/uni-nav-bar.vue +0 -0
  98. package/{ui-uni/uni-nav-bar → ui-cv/cv-nav-bar}/uni-status-bar.vue +0 -0
  99. package/ui-cv/cv-nav-col/cv-nav-col.vue +1 -1
  100. package/ui-cv/cv-nav-row/cv-nav-row.vue +1 -1
  101. package/{ui-uni/uni-notice-bar → ui-cv/cv-notice-bar}/uni-notice-bar.vue +0 -0
  102. package/{ui-uni/uni-number-box → ui-cv/cv-number-box}/uni-number-box.vue +0 -0
  103. package/{ui-uni/uni-pagination → ui-cv/cv-pagination}/uni-pagination.vue +0 -0
  104. package/ui-cv/cv-picker-date/cv-picker-date.vue +17 -27
  105. package/ui-cv/cv-picker-datetime/cv-picker-datetime.vue +31 -41
  106. package/ui-cv/cv-picker-datetime5/cv-picker-datetime5.vue +19 -29
  107. package/ui-cv/cv-picker-region/cv-picker-region.vue +23 -33
  108. package/ui-cv/cv-picker-time/cv-picker-time.vue +16 -26
  109. package/ui-cv/cv-picker1/cv-picker1.vue +16 -28
  110. package/ui-cv/cv-picker2/cv-picker2.vue +22 -32
  111. package/ui-cv/cv-picker3/cv-picker3.vue +34 -44
  112. package/{ui-uni/uni-popup → ui-cv/cv-popup}/keypress.js +0 -0
  113. package/{ui-uni/uni-popup → ui-cv/cv-popup}/popup.js +0 -0
  114. package/{ui-uni/uni-popup → ui-cv/cv-popup}/uni-popup.vue +0 -0
  115. package/{ui-uni/uni-popup-dialog → ui-cv/cv-popup-dialog}/keypress.js +0 -0
  116. package/{ui-uni/uni-popup-dialog → ui-cv/cv-popup-dialog}/uni-popup-dialog.vue +0 -0
  117. package/{ui-uni/uni-popup-message → ui-cv/cv-popup-message}/uni-popup-message.vue +0 -0
  118. package/{ui-uni/uni-popup-share → ui-cv/cv-popup-share}/uni-popup-share.vue +0 -0
  119. package/ui-cv/cv-radio-group/cv-radio-group.vue +185 -0
  120. package/ui-cv/cv-radio-opt-base/cv-radio-opt-base.vue +57 -0
  121. package/ui-cv/cv-radio-opt-tag/cv-radio-opt-tag.vue +107 -0
  122. package/ui-cv/cv-rate/cv-rate.vue +13 -17
  123. package/ui-cv/cv-rate/uni-rate.vue +358 -0
  124. package/ui-cv/cv-row/uni-row.vue +157 -0
  125. package/ui-cv/cv-search/cv-search.vue +4 -4
  126. package/{ui-uni/uni-search-bar → ui-cv/cv-search-bar}/uni-search-bar.vue +0 -0
  127. package/{ui-uni/uni-section → ui-cv/cv-section}/uni-section.vue +0 -0
  128. package/{ui-uni/uni-segmented-control → ui-cv/cv-segmented-control}/uni-segmented-control.vue +0 -0
  129. package/ui-cv/cv-skeleton/cv-skeleton2.vue +5 -5
  130. package/ui-cv/cv-specs/cv-specs.vue +1 -1
  131. package/{ui-uni/uni-status-bar → ui-cv/cv-status-bar}/uni-status-bar.vue +0 -0
  132. package/{ui-uni/uni-steps → ui-cv/cv-steps}/uni-steps.vue +0 -0
  133. package/{ui-uni/uni-swipe-action → ui-cv/cv-swipe-action}/uni-swipe-action.vue +0 -0
  134. package/{ui-uni/uni-swipe-action-item → ui-cv/cv-swipe-action-item}/bindingx.js +0 -0
  135. package/{ui-uni/uni-swipe-action-item → ui-cv/cv-swipe-action-item}/index.wxs +0 -0
  136. package/{ui-uni/uni-swipe-action-item → ui-cv/cv-swipe-action-item}/isPC.js +0 -0
  137. package/{ui-uni/uni-swipe-action-item → ui-cv/cv-swipe-action-item}/mpalipay.js +0 -0
  138. package/{ui-uni/uni-swipe-action-item → ui-cv/cv-swipe-action-item}/mpother.js +0 -0
  139. package/{ui-uni/uni-swipe-action-item → ui-cv/cv-swipe-action-item}/mpwxs.js +0 -0
  140. package/{ui-uni/uni-swipe-action-item → ui-cv/cv-swipe-action-item}/uni-swipe-action-item.vue +0 -0
  141. package/{ui-uni/uni-swiper-dot → ui-cv/cv-swiper-dot}/uni-swiper-dot.vue +0 -0
  142. package/ui-cv/cv-switch/cv-switch.vue +5 -9
  143. package/{ui-uni/uni-table → ui-cv/cv-table}/uni-table.vue +0 -0
  144. package/{ui-uni/uni-tag → ui-cv/cv-tag}/uni-tag.vue +0 -0
  145. package/{ui-uni/uni-tbody → ui-cv/cv-tbody}/uni-tbody.vue +0 -0
  146. package/{ui-uni/uni-td → ui-cv/cv-td}/uni-td.vue +0 -0
  147. package/{ui-uni/uni-test → ui-cv/cv-test}/uni-test.vue +0 -0
  148. package/ui-cv/cv-textarea/cv-textarea.vue +56 -41
  149. package/{ui-uni/uni-th → ui-cv/cv-th}/filter-dropdown.vue +0 -0
  150. package/{ui-uni/uni-th → ui-cv/cv-th}/uni-th.vue +0 -0
  151. package/{ui-uni/uni-thead → ui-cv/cv-thead}/uni-thead.vue +0 -0
  152. package/{ui-uni/uni-title → ui-cv/cv-title}/uni-title.vue +0 -0
  153. package/{ui-uni/uni-tr → ui-cv/cv-tr}/table-checkbox.vue +0 -0
  154. package/{ui-uni/uni-tr → ui-cv/cv-tr}/uni-tr.vue +0 -0
  155. package/{ui-uni/uni-transition → ui-cv/cv-transition}/createAnimation.js +0 -0
  156. package/{ui-uni/uni-transition → ui-cv/cv-transition}/uni-transition.vue +0 -0
  157. package/ui-cv/cv-upload-avatar/cv-upload-avatar.vue +24 -22
  158. package/ui-cv/cv-upload-img/cv-upload-img.vue +1 -1
  159. package/ui-cv/mixins/mixins-input.js +20 -29
  160. package/ui-cv/mixins/mixins-picker.js +1 -13
  161. package/ui-uni/amap-wx/js/util.js +158 -166
  162. package/ui-uni/product.vue +52 -52
  163. package/ui-uni/u-charts/u-charts.js +1092 -743
  164. package/ui-cv/cv-checkbox/cv-checkbox.vue +0 -140
  165. package/ui-cv/cv-checkbox-tag/cv-checkbox-tag.vue +0 -164
  166. package/ui-cv/cv-nav-group/cv-nav-group.vue +0 -33
  167. package/ui-cv/cv-radio/cv-radio.vue +0 -111
  168. package/ui-cv/cv-radio-sex/cv-radio-sex.vue +0 -80
  169. package/ui-cv/cv-radio-tag/cv-radio-tag.vue +0 -133
  170. package/ui-cv/mixins/mixins-checkbox.js +0 -71
  171. package/ui-cv/mixins/mixins-common.js +0 -53
  172. package/ui-cv/mixins/mixins-radio.js +0 -84
  173. package/ui-uni/page-foot/page-foot.vue +0 -38
  174. package/ui-uni/page-head/page-head.vue +0 -16
  175. package/ui-uni/u-link/u-link.vue +0 -59
  176. package/ui-uni/uni-badge/uni-badge.vue +0 -250
  177. package/ui-uni/uni-drawer/uni-drawer.vue +0 -178
  178. package/ui-uni/uni-forms/uni-forms.vue +0 -467
  179. package/ui-uni/uni-forms/validate.js +0 -486
  180. package/ui-uni/uni-forms-item/uni-forms-item.vue +0 -500
  181. package/ui-uni/uni-grid/uni-grid.vue +0 -141
  182. package/ui-uni/uni-grid-item/uni-grid-item.vue +0 -123
  183. package/ui-uni/uni-group/uni-group.vue +0 -123
  184. package/ui-uni/uni-icons/icons.js +0 -132
  185. package/ui-uni/uni-icons/uni-icons.vue +0 -72
  186. package/ui-uni/uni-link/uni-link.vue +0 -117
  187. package/ui-uni/uni-load-more/uni-load-more.vue +0 -366
  188. package/ui-uni/uni-rate/uni-rate.vue +0 -357
  189. package/ui-uni/uni-row/uni-row.vue +0 -155
@@ -1,181 +1,173 @@
1
1
  import amap from '@/components/amap-wx/lib/amap-wx.js';
2
2
  // 地铁颜色图
3
3
  const line = {
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
- }
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
- id: '150500',
27
- icon: 'icon-ditie'
28
- }, {
29
- id: '150700',
30
- icon: 'icon-gongjiao'
31
- }, {
32
- id: '190700',
33
- icon: 'icon-gonglu'
34
- }];
25
+ const typecode = [
26
+ {
27
+ id: '150500',
28
+ icon: 'icon-ditie'
29
+ },
30
+ {
31
+ id: '150700',
32
+ icon: 'icon-gongjiao'
33
+ },
34
+ {
35
+ id: '190700',
36
+ icon: 'icon-gonglu'
37
+ }
38
+ ];
35
39
 
36
40
  const util = {
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;">
41
+ key: 'b526b09b86cd2996e7732be8ab8c4430',
42
+ /**
43
+ * 初始化高德地图api
44
+ */
45
+ mapInit() {
46
+ return new amap.AMapWX({
47
+ key: this.key
48
+ });
49
+ },
50
+ // 服务状态吗
51
+ typecode,
52
+ /**
53
+ * 获取地图颜色
54
+ */
55
+ lineColor(name) {
56
+ if (line[name]) {
57
+ return line[name];
58
+ } else {
59
+ return '#ccc';
60
+ }
61
+ },
62
+ /**
63
+ * 关键字颜色变化
64
+ */
65
+ serachNmme(val, name) {
66
+ let namestr = new RegExp(val);
67
+ let nameresult = `<div style="font-size: 14px;color: #333;line-height: 1.5;">
65
68
  ${name.replace(namestr, "<span style='color:#66ccff;'>" + val + '</span>')}
66
- </div>`
67
- .trim();
69
+ </div>`.trim();
68
70
 
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>`;
71
+ return nameresult;
72
+ },
73
+ /**
74
+ * 地址转地铁线路
75
+ */
76
+ addressToLine(address, type) {
77
+ let addr = address.split(';');
78
+ let dt = '';
79
+ addr.forEach((elm) => {
80
+ let color = '#cccccc';
81
+ if (type === typecode[0].id) {
82
+ color = this.lineColor(elm);
83
+ } else if (type === typecode[1].id) {
84
+ color = '#4075cb';
85
+ }
86
+ let style =
87
+ 'margin:5px 0;margin-right:5px;padding:0 5px;background:' + color + ';font-size:12px;color:#fff;border-radius:3px;';
88
+ dt += `<div style=\'${style}\'>${elm}</div>`;
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
+ }
87
114
 
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>`;
115
+ if (item.location && item.location.length === 0) {
116
+ item.icon = 'icon-sousuo';
117
+ }
100
118
 
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
- }
119
+ return item;
120
+ },
121
+ /**
122
+ * 存储历史数据
123
+ * val [string | object]需要存储的内容
124
+ */
125
+ setHistory(val) {
126
+ let searchHistory = uni.getStorageSync('search:history');
127
+ if (!searchHistory) searchHistory = [];
128
+ let serachData = {};
129
+ if (typeof val === 'string') {
130
+ serachData = {
131
+ adcode: [],
132
+ address: [],
133
+ city: [],
134
+ district: [],
135
+ id: [],
136
+ location: [],
137
+ name: val,
138
+ typecode: []
139
+ };
140
+ } else {
141
+ serachData = val;
142
+ }
119
143
 
120
- if (item.location && item.location.length === 0) {
121
- item.icon = 'icon-sousuo';
122
- }
144
+ // 判断数组是否存在,如果存在,那么将放到最前面
145
+ for (var i = 0; i < searchHistory.length; i++) {
146
+ if (searchHistory[i].name === serachData.name) {
147
+ searchHistory.splice(i, 1);
148
+ break;
149
+ }
150
+ }
123
151
 
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
- }
152
+ searchHistory.unshift(util.dataHandle(serachData));
153
+ uni.setStorage({
154
+ key: 'search:history',
155
+ data: searchHistory,
156
+ success: function () {
157
+ // console.log('success');
158
+ }
159
+ });
160
+ },
161
+ getHistory() {},
162
+ removeHistory() {
163
+ uni.removeStorage({
164
+ key: 'search:history',
165
+ success: function (res) {
166
+ console.log('success');
167
+ }
168
+ });
169
+ return [];
170
+ }
171
+ };
180
172
 
181
173
  export default util;
@@ -1,66 +1,66 @@
1
1
  <template>
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>
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
- name: 'product',
16
- props: ['image', 'title', 'originalPrice', 'favourPrice', 'tip']
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
- padding: 10rpx 20rpx;
23
- display: flex;
24
- flex-direction: column;
25
- }
21
+ .product {
22
+ padding: 10rpx 20rpx;
23
+ display: flex;
24
+ flex-direction: column;
25
+ }
26
26
 
27
- .product-image {
28
- height: 330rpx;
29
- width: 330rpx;
30
- }
27
+ .product-image {
28
+ height: 330rpx;
29
+ width: 330rpx;
30
+ }
31
31
 
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
- }
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
- font-size: 28rpx;
45
- position: relative;
46
- }
43
+ .product-price {
44
+ font-size: 28rpx;
45
+ position: relative;
46
+ }
47
47
 
48
- .product-price-original {
49
- color: #E80080;
50
- }
48
+ .product-price-original {
49
+ color: #e80080;
50
+ }
51
51
 
52
- .product-price-favour {
53
- color: #888888;
54
- text-decoration: line-through;
55
- margin-left: 10rpx;
56
- }
52
+ .product-price-favour {
53
+ color: #888888;
54
+ text-decoration: line-through;
55
+ margin-left: 10rpx;
56
+ }
57
57
 
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
- }
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>