@10yun/cv-mobile-ui 0.3.26 → 0.4.2
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/build/parse-pages.js +2 -2
- package/package.json +1 -1
- package/ui-cv/README.md +3 -0
- package/ui-cv/cv-badge/cv-badge.vue +249 -0
- package/ui-cv/cv-banner/cv-banner.vue +1 -1
- package/ui-cv/cv-banner-card/cv-banner-card.vue +1 -1
- package/ui-cv/cv-block/cv-block.vue +1 -1
- package/ui-cv/cv-box/cv-box.vue +1 -1
- package/ui-cv/cv-calendar/calendar.js +963 -0
- package/ui-cv/cv-calendar/cv-calendar-item.vue +198 -0
- package/ui-cv/cv-calendar/cv-calendar.vue +508 -0
- package/{ui-uni/uni-calendar → ui-cv/cv-calendar}/util.js +0 -0
- package/ui-cv/cv-card/cv-card.vue +427 -0
- package/ui-cv/cv-cell/cv-cell.vue +1 -1
- package/ui-cv/cv-checkbox-group/cv-checkbox-group.vue +227 -0
- package/ui-cv/cv-checkbox-opt-base/cv-checkbox-opt-base.vue +57 -0
- package/ui-cv/cv-checkbox-opt-tag/cv-checkbox-opt-tag.vue +107 -0
- package/ui-cv/cv-code-sms/cv-code-sms.vue +23 -42
- package/ui-cv/cv-col/cv-col.vue +2965 -0
- package/ui-cv/cv-collapse/cv-collapse.vue +146 -0
- package/ui-cv/cv-collapse-item/cv-collapse-item.vue +395 -0
- package/ui-cv/cv-combox/cv-combox.vue +250 -0
- package/ui-cv/cv-countdown/cv-countdown.vue +245 -0
- package/ui-cv/cv-data-checkbox/cv-data-checkbox.vue +841 -0
- package/{ui-uni/uni-data-indexed-list → ui-cv/cv-data-indexed-list}/clientdb.js +0 -0
- package/ui-cv/cv-data-indexed-list/cv-data-indexed-list-item.vue +154 -0
- package/ui-cv/cv-data-indexed-list/cv-data-indexed-list.vue +376 -0
- package/ui-cv/cv-data-picker/cv-data-picker.vue +486 -0
- package/{ui-uni/uni-data-picker → ui-cv/cv-data-picker}/keypress.js +0 -0
- package/{ui-uni/uni-data-pickerview/uni-data-picker.js → ui-cv/cv-data-pickerview/cv-data-picker.js} +0 -0
- package/ui-cv/cv-data-pickerview/cv-data-pickerview.vue +304 -0
- package/ui-cv/cv-dateformat/cv-dateformat.vue +86 -0
- package/{ui-uni/uni-dateformat → ui-cv/cv-dateformat}/date-format.js +0 -0
- package/{ui-uni/uni-datetime-picker → ui-cv/cv-datetime-picker}/calendar-item.vue +0 -0
- package/{ui-uni/uni-datetime-picker → ui-cv/cv-datetime-picker}/calendar.js +0 -0
- package/ui-cv/cv-datetime-picker/calendar.vue +761 -0
- package/ui-cv/cv-datetime-picker/cv-datetime-picker.vue +958 -0
- package/{ui-uni/uni-datetime-picker → ui-cv/cv-datetime-picker}/keypress.js +0 -0
- package/ui-cv/cv-datetime-picker/time-picker.vue +907 -0
- package/{ui-uni/uni-datetime-picker → ui-cv/cv-datetime-picker}/util.js +0 -0
- package/ui-cv/cv-dialog-bottom/cv-dialog-bottom.vue +1 -1
- package/ui-cv/cv-dialog-full/cv-dialog-full.vue +1 -1
- package/ui-cv/cv-dialog-loading/cv-dialog-loading.vue +3 -3
- package/ui-cv/cv-drawer/cv-drawer.vue +185 -0
- package/{ui-uni/uni-drawer → ui-cv/cv-drawer}/keypress.js +14 -14
- package/{ui-uni/uni-easyinput → ui-cv/cv-easyinput}/common.js +0 -0
- package/ui-cv/cv-easyinput/cv-easyinput.vue +514 -0
- package/ui-cv/cv-editor-parse/readme.md +2 -3
- package/ui-cv/{cv-editor → cv-editor-quill}/compressImage.vue +0 -0
- package/ui-cv/{cv-editor/cv-editor.vue → cv-editor-quill/cv-editor-quill.vue} +3 -23
- package/ui-cv/{cv-editor → cv-editor-quill}/editor-icon.css +0 -0
- package/ui-cv/{cv-editor → cv-editor-quill}/editor-icon.ttf +0 -0
- package/ui-cv/{cv-editor → cv-editor-quill}/index.js +0 -0
- package/ui-cv/cv-fab/cv-fab.vue +465 -0
- package/{ui-uni/uni-fab/uni-fab.vue.bak → ui-cv/cv-fab/cv-fab.vue.bak} +2 -2
- package/ui-cv/cv-fav/cv-fav.vue +150 -0
- package/{ui-uni/uni-file-picker → ui-cv/cv-file-picker}/choose-and-upload-file.js +0 -0
- package/ui-cv/cv-file-picker/cv-file-picker.vue +619 -0
- package/{ui-uni/uni-file-picker → ui-cv/cv-file-picker}/upload-file.vue +0 -0
- package/{ui-uni/uni-file-picker → ui-cv/cv-file-picker}/upload-image.vue +0 -0
- package/{ui-uni/uni-file-picker → ui-cv/cv-file-picker}/utils.js +0 -0
- package/ui-cv/cv-form-base/cv-form-base.vue +470 -0
- package/ui-cv/cv-form-base/validate.js +477 -0
- package/ui-cv/cv-form-group/cv-form-group.vue +123 -80
- package/ui-cv/cv-form-group/cv-form-group2.vue +80 -0
- package/ui-cv/cv-form-item/cv-form-item.vue +482 -174
- package/ui-cv/cv-form-item/cv-form-item2.vue +215 -0
- package/ui-cv/cv-form-merge/cv-form-merge.vue +1 -1
- package/ui-cv/cv-geo-local/cv-geo-local.vue +14 -26
- package/{ui-uni/uni-goods-nav/uni-goods-nav.vue → ui-cv/cv-goods-nav/cv-goods-nav.vue} +1 -1
- package/ui-cv/cv-grid-group/cv-grid-group.vue +148 -0
- package/ui-cv/cv-grid-item/cv-grid-item.vue +132 -0
- package/ui-cv/cv-icon2/cv-icon2.vue +78 -0
- package/ui-cv/cv-icon2/icons.js +132 -0
- package/{ui-uni/uni-icons → ui-cv/cv-icon2}/uni.ttf +0 -0
- package/ui-cv/cv-icons/cv-icons.vue +1 -1
- package/ui-cv/cv-indexed-list/cv-indexed-list-item.vue +154 -0
- package/ui-cv/cv-indexed-list/cv-indexed-list.vue +371 -0
- package/ui-cv/cv-info/cv-info.vue +5 -20
- package/ui-cv/cv-input-btn/cv-input-btn.vue +25 -43
- package/ui-cv/cv-input-digit/cv-input-digit.vue +61 -28
- package/ui-cv/cv-input-idcard/cv-input-idcard.vue +47 -29
- package/ui-cv/cv-input-number/cv-input-number.vue +60 -28
- package/ui-cv/cv-input-password/cv-input-password.vue +80 -30
- package/ui-cv/cv-input-text/cv-input-text.vue +55 -37
- package/ui-cv/cv-link2/cv-link2.vue +130 -0
- package/ui-cv/cv-list/cv-list.vue +107 -0
- package/ui-cv/cv-list/cv-refresh.vue +65 -0
- package/{ui-uni/uni-list → ui-cv/cv-list}/uni-refresh.wxs +0 -0
- package/ui-cv/cv-list-ad/cv-list-ad.vue +113 -0
- package/{ui-uni/uni-list-chat/uni-list-chat.scss → ui-cv/cv-list-chat/cv-list-chat.scss} +0 -0
- package/{ui-uni/uni-list-chat/uni-list-chat.vue → ui-cv/cv-list-chat/cv-list-chat.vue} +0 -0
- package/ui-cv/cv-list-item/cv-list-item.vue +449 -0
- package/ui-cv/cv-load-more/config.json +9 -9
- package/ui-cv/cv-load-more/cv-load-more.vue +34 -5
- package/ui-cv/cv-message/cv-message.vue +1 -1
- package/ui-cv/cv-nav-bar/cv-nav-bar.vue +256 -0
- package/{ui-uni/uni-nav-bar/uni-status-bar.vue → ui-cv/cv-nav-bar/cv-status-bar.vue} +0 -0
- package/ui-cv/cv-nav-col/cv-nav-col.vue +1 -1
- package/ui-cv/cv-nav-row/cv-nav-row.vue +1 -1
- package/ui-cv/cv-notice-bar/cv-notice-bar.vue +453 -0
- package/ui-cv/cv-number-box/cv-number-box.vue +223 -0
- package/ui-cv/cv-pagination/cv-pagination.vue +397 -0
- package/ui-cv/cv-picker-date/cv-picker-date.vue +17 -27
- package/ui-cv/cv-picker-datetime/cv-picker-datetime.vue +31 -41
- package/ui-cv/cv-picker-datetime5/cv-picker-datetime5.vue +19 -29
- package/ui-cv/cv-picker-region/cv-picker-region.vue +23 -33
- package/ui-cv/cv-picker-time/cv-picker-time.vue +16 -26
- package/ui-cv/cv-picker1/cv-picker1.vue +16 -28
- package/ui-cv/cv-picker2/cv-picker2.vue +22 -32
- package/ui-cv/cv-picker3/cv-picker3.vue +34 -44
- package/ui-cv/cv-popup/cv-popup.vue +429 -0
- package/{ui-uni/uni-popup → ui-cv/cv-popup}/keypress.js +0 -0
- package/{ui-uni/uni-popup → ui-cv/cv-popup}/popup.js +0 -0
- package/{ui-uni/uni-popup-dialog/uni-popup-dialog.vue → ui-cv/cv-popup-dialog/cv-popup-dialog.vue} +0 -0
- package/{ui-uni/uni-popup-dialog → ui-cv/cv-popup-dialog}/keypress.js +0 -0
- package/ui-cv/cv-popup-message/cv-popup-message.vue +143 -0
- package/{ui-uni/uni-popup-share/uni-popup-share.vue → ui-cv/cv-popup-share/cv-popup-share.vue} +0 -0
- package/ui-cv/cv-radio-group/cv-radio-group.vue +185 -0
- package/ui-cv/cv-radio-opt-base/cv-radio-opt-base.vue +57 -0
- package/ui-cv/cv-radio-opt-tag/cv-radio-opt-tag.vue +107 -0
- package/ui-cv/cv-rate/cv-rate.vue +13 -17
- package/ui-cv/cv-rate/uni-rate.vue +358 -0
- package/ui-cv/cv-row/cv-row.vue +157 -0
- package/ui-cv/cv-search/cv-search.vue +4 -4
- package/ui-cv/cv-search-bar/cv-search-bar.vue +280 -0
- package/{ui-uni/uni-section/uni-section.vue → ui-cv/cv-section/cv-section.vue} +0 -0
- package/{ui-uni/uni-segmented-control/uni-segmented-control.vue → ui-cv/cv-segmented-control/cv-segmented-control.vue} +0 -0
- package/ui-cv/cv-skeleton/cv-skeleton2.vue +5 -5
- package/ui-cv/cv-specs/cv-specs.vue +1 -1
- package/{ui-uni/uni-status-bar/uni-status-bar.vue → ui-cv/cv-status-bar/cv-status-bar.vue} +0 -0
- package/ui-cv/cv-steps/cv-steps.vue +293 -0
- package/{ui-uni/uni-swipe-action/uni-swipe-action.vue → ui-cv/cv-swipe-action/cv-swipe-action.vue} +0 -0
- package/{ui-uni/uni-swipe-action-item → ui-cv/cv-swipe-action-item}/bindingx.js +0 -0
- package/{ui-uni/uni-swipe-action-item/uni-swipe-action-item.vue → ui-cv/cv-swipe-action-item/cv-swipe-action-item.vue} +0 -0
- package/{ui-uni/uni-swipe-action-item → ui-cv/cv-swipe-action-item}/index.wxs +0 -0
- package/{ui-uni/uni-swipe-action-item → ui-cv/cv-swipe-action-item}/isPC.js +0 -0
- package/{ui-uni/uni-swipe-action-item → ui-cv/cv-swipe-action-item}/mpalipay.js +0 -0
- package/{ui-uni/uni-swipe-action-item → ui-cv/cv-swipe-action-item}/mpother.js +0 -0
- package/{ui-uni/uni-swipe-action-item → ui-cv/cv-swipe-action-item}/mpwxs.js +0 -0
- package/ui-cv/cv-swiper-dot/cv-swiper-dot.vue +255 -0
- package/ui-cv/cv-switch/cv-switch.vue +5 -9
- package/ui-cv/cv-table/cv-table.vue +460 -0
- package/ui-cv/cv-tag/cv-tag.vue +276 -0
- package/ui-cv/cv-tbody/cv-tbody.vue +28 -0
- package/ui-cv/cv-td/cv-td.vue +93 -0
- package/{ui-uni/uni-test/uni-test.vue → ui-cv/cv-test/cv-test.vue} +0 -0
- package/ui-cv/cv-textarea/cv-textarea.vue +56 -41
- package/ui-cv/cv-th/cv-th.vue +270 -0
- package/{ui-uni/uni-th → ui-cv/cv-th}/filter-dropdown.vue +0 -0
- package/ui-cv/cv-thead/cv-thead.vue +114 -0
- package/ui-cv/cv-title/cv-title.vue +168 -0
- package/ui-cv/cv-tr/cv-tr.vue +166 -0
- package/{ui-uni/uni-tr → ui-cv/cv-tr}/table-checkbox.vue +0 -0
- package/{ui-uni/uni-transition → ui-cv/cv-transition}/createAnimation.js +0 -0
- package/ui-cv/cv-transition/cv-transition.vue +279 -0
- package/ui-cv/cv-upload-avatar/cv-upload-avatar.vue +24 -22
- package/ui-cv/cv-upload-img/cv-upload-img.vue +1 -1
- package/ui-cv/mixins/mixins-input.js +20 -29
- package/ui-cv/mixins/mixins-picker.js +1 -13
- package/ui-uni/amap-wx/js/util.js +158 -166
- package/ui-uni/product.vue +52 -52
- package/ui-uni/u-charts/u-charts.js +1092 -743
- package/ui-cv/cv-checkbox/cv-checkbox.vue +0 -140
- package/ui-cv/cv-checkbox-tag/cv-checkbox-tag.vue +0 -164
- package/ui-cv/cv-nav-group/cv-nav-group.vue +0 -33
- package/ui-cv/cv-radio/cv-radio.vue +0 -111
- package/ui-cv/cv-radio-sex/cv-radio-sex.vue +0 -80
- package/ui-cv/cv-radio-tag/cv-radio-tag.vue +0 -133
- package/ui-cv/mixins/mixins-checkbox.js +0 -71
- package/ui-cv/mixins/mixins-common.js +0 -53
- package/ui-cv/mixins/mixins-radio.js +0 -84
- package/ui-uni/page-foot/page-foot.vue +0 -38
- package/ui-uni/page-head/page-head.vue +0 -16
- package/ui-uni/u-link/u-link.vue +0 -59
- package/ui-uni/uni-badge/uni-badge.vue +0 -250
- package/ui-uni/uni-calendar/calendar.js +0 -546
- package/ui-uni/uni-calendar/uni-calendar-item.vue +0 -171
- package/ui-uni/uni-calendar/uni-calendar.vue +0 -504
- package/ui-uni/uni-card/uni-card.vue +0 -420
- package/ui-uni/uni-col/uni-col.vue +0 -2968
- package/ui-uni/uni-collapse/uni-collapse.vue +0 -146
- package/ui-uni/uni-collapse-item/uni-collapse-item.vue +0 -378
- package/ui-uni/uni-combox/uni-combox.vue +0 -237
- package/ui-uni/uni-countdown/uni-countdown.vue +0 -234
- package/ui-uni/uni-data-checkbox/uni-data-checkbox.vue +0 -792
- package/ui-uni/uni-data-indexed-list/uni-data-indexed-list-item.vue +0 -142
- package/ui-uni/uni-data-indexed-list/uni-data-indexed-list.vue +0 -364
- package/ui-uni/uni-data-picker/uni-data-picker.vue +0 -468
- package/ui-uni/uni-data-pickerview/uni-data-pickerview.vue +0 -298
- package/ui-uni/uni-dateformat/uni-dateformat.vue +0 -88
- package/ui-uni/uni-datetime-picker/calendar.vue +0 -747
- package/ui-uni/uni-datetime-picker/time-picker.vue +0 -899
- package/ui-uni/uni-datetime-picker/uni-datetime-picker.vue +0 -874
- package/ui-uni/uni-drawer/uni-drawer.vue +0 -178
- package/ui-uni/uni-easyinput/uni-easyinput.vue +0 -438
- package/ui-uni/uni-fab/uni-fab.vue +0 -443
- package/ui-uni/uni-fav/uni-fav.vue +0 -136
- package/ui-uni/uni-file-picker/uni-file-picker.vue +0 -614
- package/ui-uni/uni-forms/uni-forms.vue +0 -467
- package/ui-uni/uni-forms/validate.js +0 -486
- package/ui-uni/uni-forms-item/uni-forms-item.vue +0 -500
- package/ui-uni/uni-grid/uni-grid.vue +0 -141
- package/ui-uni/uni-grid-item/uni-grid-item.vue +0 -123
- package/ui-uni/uni-group/uni-group.vue +0 -123
- package/ui-uni/uni-icons/icons.js +0 -132
- package/ui-uni/uni-icons/uni-icons.vue +0 -72
- package/ui-uni/uni-indexed-list/uni-indexed-list-item.vue +0 -142
- package/ui-uni/uni-indexed-list/uni-indexed-list.vue +0 -357
- package/ui-uni/uni-link/uni-link.vue +0 -117
- package/ui-uni/uni-list/uni-list.vue +0 -107
- package/ui-uni/uni-list/uni-refresh.vue +0 -65
- package/ui-uni/uni-list-ad/uni-list-ad.vue +0 -106
- package/ui-uni/uni-list-item/uni-list-item.vue +0 -428
- package/ui-uni/uni-load-more/uni-load-more.vue +0 -366
- package/ui-uni/uni-nav-bar/uni-nav-bar.vue +0 -244
- package/ui-uni/uni-notice-bar/uni-notice-bar.vue +0 -394
- package/ui-uni/uni-number-box/uni-number-box.vue +0 -224
- package/ui-uni/uni-pagination/uni-pagination.vue +0 -376
- package/ui-uni/uni-popup/uni-popup.vue +0 -412
- package/ui-uni/uni-popup-message/uni-popup-message.vue +0 -143
- package/ui-uni/uni-rate/uni-rate.vue +0 -357
- package/ui-uni/uni-row/uni-row.vue +0 -155
- package/ui-uni/uni-search-bar/uni-search-bar.vue +0 -262
- package/ui-uni/uni-steps/uni-steps.vue +0 -250
- package/ui-uni/uni-swiper-dot/uni-swiper-dot.vue +0 -205
- package/ui-uni/uni-table/uni-table.vue +0 -455
- package/ui-uni/uni-tag/uni-tag.vue +0 -283
- package/ui-uni/uni-tbody/uni-tbody.vue +0 -30
- package/ui-uni/uni-td/uni-td.vue +0 -88
- package/ui-uni/uni-th/uni-th.vue +0 -259
- package/ui-uni/uni-thead/uni-thead.vue +0 -114
- package/ui-uni/uni-title/uni-title.vue +0 -171
- package/ui-uni/uni-tr/uni-tr.vue +0 -156
- package/ui-uni/uni-transition/uni-transition.vue +0 -287
|
@@ -1,40 +1,31 @@
|
|
|
1
|
-
import MixinsCommon from './mixins-common.js';
|
|
2
1
|
let MixinsInput = {
|
|
3
|
-
mixins: [
|
|
2
|
+
mixins: [],
|
|
4
3
|
inject: {
|
|
5
|
-
|
|
4
|
+
cvFormGroup: {
|
|
6
5
|
default() {
|
|
7
6
|
return null;
|
|
8
7
|
}
|
|
9
8
|
}
|
|
10
9
|
},
|
|
11
10
|
props: {
|
|
12
|
-
onQClear: {
|
|
13
|
-
type: Boolean,
|
|
14
|
-
default: false
|
|
15
|
-
},
|
|
16
11
|
value: {
|
|
17
12
|
type: [Number, String],
|
|
18
13
|
default: ''
|
|
19
14
|
},
|
|
15
|
+
placeholder: {
|
|
16
|
+
type: [String],
|
|
17
|
+
default: '请输入'
|
|
18
|
+
},
|
|
19
|
+
clearable: {
|
|
20
|
+
type: [Boolean],
|
|
21
|
+
default: false
|
|
22
|
+
},
|
|
20
23
|
maxlength: {
|
|
21
24
|
type: [Number, String],
|
|
22
25
|
default: -1
|
|
23
26
|
},
|
|
24
27
|
disabled: {
|
|
25
|
-
type: Boolean,
|
|
26
|
-
default: false
|
|
27
|
-
},
|
|
28
|
-
rtip: {
|
|
29
|
-
type: String,
|
|
30
|
-
default: ''
|
|
31
|
-
},
|
|
32
|
-
message: {
|
|
33
|
-
type: String,
|
|
34
|
-
default: ''
|
|
35
|
-
},
|
|
36
|
-
messageDisplay: {
|
|
37
|
-
type: Boolean,
|
|
28
|
+
type: [Boolean],
|
|
38
29
|
default: false
|
|
39
30
|
}
|
|
40
31
|
},
|
|
@@ -45,40 +36,40 @@ let MixinsInput = {
|
|
|
45
36
|
},
|
|
46
37
|
data() {
|
|
47
38
|
return {
|
|
48
|
-
|
|
39
|
+
localStyle: '',
|
|
49
40
|
localVal: ''
|
|
50
41
|
};
|
|
51
42
|
},
|
|
52
43
|
created() {
|
|
53
44
|
this.localVal = this.value;
|
|
45
|
+
},
|
|
46
|
+
mounted() {
|
|
54
47
|
this._itemStyle();
|
|
55
48
|
},
|
|
56
49
|
methods: {
|
|
57
50
|
_itemStyle() {
|
|
58
51
|
/* 计算输入框右侧预留空间 */
|
|
59
52
|
let paddingRight = 0;
|
|
60
|
-
if (this
|
|
53
|
+
if (this.$slots['append']) {
|
|
61
54
|
paddingRight += 20;
|
|
62
55
|
}
|
|
63
|
-
if (this.
|
|
56
|
+
if (this.clearable) {
|
|
64
57
|
paddingRight += 30;
|
|
65
58
|
}
|
|
66
|
-
this.
|
|
59
|
+
this.localStyle = 'margin-right:' + paddingRight + 'px;';
|
|
67
60
|
},
|
|
68
61
|
onBlur(e) {
|
|
69
62
|
this.localVal = e.detail.value;
|
|
70
|
-
this.
|
|
63
|
+
this.funcOnInput();
|
|
71
64
|
},
|
|
72
|
-
|
|
65
|
+
funcOnInput(e) {
|
|
73
66
|
this.$emit('input', this.localVal);
|
|
74
67
|
},
|
|
75
68
|
/* 监听自己清除按钮点击事件 */
|
|
76
69
|
onEmpty() {
|
|
77
70
|
this.localVal = '';
|
|
78
|
-
this.
|
|
71
|
+
this.funcOnInput();
|
|
79
72
|
}
|
|
80
73
|
}
|
|
81
74
|
};
|
|
82
|
-
|
|
83
75
|
export default MixinsInput;
|
|
84
|
-
// export default Object.assign({}, MixinsCommon, CcInputMixins);
|
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
import MixinsCommon from './mixins-common.js';
|
|
2
1
|
let MixinsPicker = {
|
|
3
|
-
mixins: [MixinsCommon],
|
|
4
2
|
inject: {
|
|
5
|
-
|
|
3
|
+
cvFormGroup: {
|
|
6
4
|
default() {
|
|
7
5
|
return null;
|
|
8
6
|
}
|
|
@@ -13,14 +11,6 @@ let MixinsPicker = {
|
|
|
13
11
|
placeholder: {
|
|
14
12
|
type: String,
|
|
15
13
|
default: '请选择'
|
|
16
|
-
},
|
|
17
|
-
message: {
|
|
18
|
-
type: String,
|
|
19
|
-
default: ''
|
|
20
|
-
},
|
|
21
|
-
messageDisplay: {
|
|
22
|
-
type: Boolean,
|
|
23
|
-
default: false
|
|
24
14
|
}
|
|
25
15
|
},
|
|
26
16
|
watch: {
|
|
@@ -41,6 +31,4 @@ let MixinsPicker = {
|
|
|
41
31
|
}
|
|
42
32
|
}
|
|
43
33
|
};
|
|
44
|
-
|
|
45
34
|
export default MixinsPicker;
|
|
46
|
-
// export default Object.assign({}, MixinsCommon, CcInputMixins);
|
|
@@ -1,181 +1,173 @@
|
|
|
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
|
-
|
|
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
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
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
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
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
|
-
|
|
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
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
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
|
-
|
|
121
|
-
|
|
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
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
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;
|
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
|
-
|
|
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
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
21
|
+
.product {
|
|
22
|
+
padding: 10rpx 20rpx;
|
|
23
|
+
display: flex;
|
|
24
|
+
flex-direction: column;
|
|
25
|
+
}
|
|
26
26
|
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
27
|
+
.product-image {
|
|
28
|
+
height: 330rpx;
|
|
29
|
+
width: 330rpx;
|
|
30
|
+
}
|
|
31
31
|
|
|
32
|
-
|
|
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
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
43
|
+
.product-price {
|
|
44
|
+
font-size: 28rpx;
|
|
45
|
+
position: relative;
|
|
46
|
+
}
|
|
47
47
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
48
|
+
.product-price-original {
|
|
49
|
+
color: #e80080;
|
|
50
|
+
}
|
|
51
51
|
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
52
|
+
.product-price-favour {
|
|
53
|
+
color: #888888;
|
|
54
|
+
text-decoration: line-through;
|
|
55
|
+
margin-left: 10rpx;
|
|
56
|
+
}
|
|
57
57
|
|
|
58
|
-
|
|
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>
|