@10yun/cv-mobile-ui 0.3.25 → 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.
- package/build/parse-pages.js +2 -2
- package/package.json +1 -1
- package/plugins/request.js +0 -1
- package/ui-cv/README.md +3 -0
- package/ui-cv/cv-badge/uni-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-uni/uni-calendar → ui-cv/cv-calendar}/calendar.js +0 -0
- package/{ui-uni/uni-calendar → ui-cv/cv-calendar}/uni-calendar-item.vue +0 -0
- package/{ui-uni/uni-calendar → ui-cv/cv-calendar}/uni-calendar.vue +0 -0
- package/{ui-uni/uni-calendar → ui-cv/cv-calendar}/util.js +0 -0
- package/{ui-uni/uni-card → ui-cv/cv-card}/uni-card.vue +0 -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-uni/uni-col → ui-cv/cv-col}/uni-col.vue +0 -0
- package/{ui-uni/uni-collapse → ui-cv/cv-collapse}/uni-collapse.vue +0 -0
- package/{ui-uni/uni-collapse-item → ui-cv/cv-collapse-item}/uni-collapse-item.vue +0 -0
- package/{ui-uni/uni-combox → ui-cv/cv-combox}/uni-combox.vue +0 -0
- package/{ui-uni/uni-countdown → ui-cv/cv-countdown}/uni-countdown.vue +0 -0
- package/{ui-uni/uni-data-checkbox → ui-cv/cv-data-checkbox}/uni-data-checkbox.vue +0 -0
- package/{ui-uni/uni-data-indexed-list → ui-cv/cv-data-indexed-list}/clientdb.js +0 -0
- package/{ui-uni/uni-data-indexed-list → ui-cv/cv-data-indexed-list}/uni-data-indexed-list-item.vue +0 -0
- package/{ui-uni/uni-data-indexed-list → ui-cv/cv-data-indexed-list}/uni-data-indexed-list.vue +0 -0
- package/{ui-uni/uni-data-picker → ui-cv/cv-data-picker}/keypress.js +0 -0
- package/{ui-uni/uni-data-picker → ui-cv/cv-data-picker}/uni-data-picker.vue +0 -0
- package/{ui-uni/uni-data-pickerview → ui-cv/cv-data-pickerview}/uni-data-picker.js +0 -0
- package/{ui-uni/uni-data-pickerview → ui-cv/cv-data-pickerview}/uni-data-pickerview.vue +0 -0
- package/{ui-uni/uni-dateformat → ui-cv/cv-dateformat}/date-format.js +0 -0
- package/{ui-uni/uni-dateformat → ui-cv/cv-dateformat}/uni-dateformat.vue +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-uni/uni-datetime-picker → ui-cv/cv-datetime-picker}/calendar.vue +0 -0
- package/{ui-uni/uni-datetime-picker → ui-cv/cv-datetime-picker}/keypress.js +0 -0
- package/{ui-uni/uni-datetime-picker → ui-cv/cv-datetime-picker}/time-picker.vue +0 -0
- package/{ui-uni/uni-datetime-picker → ui-cv/cv-datetime-picker}/uni-datetime-picker.vue +0 -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-uni/uni-easyinput → ui-cv/cv-easyinput}/uni-easyinput.vue +0 -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-uni/uni-fab → ui-cv/cv-fab}/uni-fab.vue +0 -0
- package/{ui-uni/uni-fab → ui-cv/cv-fab}/uni-fab.vue.bak +0 -0
- package/{ui-uni/uni-fav → ui-cv/cv-fav}/uni-fav.vue +0 -0
- package/{ui-uni/uni-file-picker → ui-cv/cv-file-picker}/choose-and-upload-file.js +0 -0
- package/{ui-uni/uni-file-picker → ui-cv/cv-file-picker}/uni-file-picker.vue +0 -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 → ui-cv/cv-goods-nav}/uni-goods-nav.vue +0 -0
- 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-icons/cv-icons.vue +1 -1
- package/ui-cv/cv-icons2/cv-icons2.vue +78 -0
- package/ui-cv/cv-icons2/icons.js +132 -0
- package/{ui-uni/uni-icons → ui-cv/cv-icons2}/uni.ttf +0 -0
- package/{ui-uni/uni-indexed-list → ui-cv/cv-indexed-list}/uni-indexed-list-item.vue +0 -0
- package/{ui-uni/uni-indexed-list → ui-cv/cv-indexed-list}/uni-indexed-list.vue +0 -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-link/uni-link.vue +130 -0
- package/{ui-uni/uni-list → ui-cv/cv-list}/uni-list.vue +0 -0
- package/{ui-uni/uni-list → ui-cv/cv-list}/uni-refresh.vue +0 -0
- package/{ui-uni/uni-list → ui-cv/cv-list}/uni-refresh.wxs +0 -0
- package/{ui-uni/uni-list-ad → ui-cv/cv-list-ad}/uni-list-ad.vue +0 -0
- package/{ui-uni/uni-list-chat → ui-cv/cv-list-chat}/uni-list-chat.scss +0 -0
- package/{ui-uni/uni-list-chat → ui-cv/cv-list-chat}/uni-list-chat.vue +0 -0
- package/{ui-uni/uni-list-item → ui-cv/cv-list-item}/uni-list-item.vue +0 -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-uni/uni-nav-bar → ui-cv/cv-nav-bar}/uni-nav-bar.vue +0 -0
- package/{ui-uni/uni-nav-bar → ui-cv/cv-nav-bar}/uni-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-uni/uni-notice-bar → ui-cv/cv-notice-bar}/uni-notice-bar.vue +0 -0
- package/{ui-uni/uni-number-box → ui-cv/cv-number-box}/uni-number-box.vue +0 -0
- package/{ui-uni/uni-pagination → ui-cv/cv-pagination}/uni-pagination.vue +0 -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-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 → ui-cv/cv-popup}/uni-popup.vue +0 -0
- package/{ui-uni/uni-popup-dialog → ui-cv/cv-popup-dialog}/keypress.js +0 -0
- package/{ui-uni/uni-popup-dialog → ui-cv/cv-popup-dialog}/uni-popup-dialog.vue +0 -0
- package/{ui-uni/uni-popup-message → ui-cv/cv-popup-message}/uni-popup-message.vue +0 -0
- package/{ui-uni/uni-popup-share → ui-cv/cv-popup-share}/uni-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/uni-row.vue +157 -0
- package/ui-cv/cv-search/cv-search.vue +4 -4
- package/{ui-uni/uni-search-bar → ui-cv/cv-search-bar}/uni-search-bar.vue +0 -0
- package/{ui-uni/uni-section → ui-cv/cv-section}/uni-section.vue +0 -0
- package/{ui-uni/uni-segmented-control → ui-cv/cv-segmented-control}/uni-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 → ui-cv/cv-status-bar}/uni-status-bar.vue +0 -0
- package/{ui-uni/uni-steps → ui-cv/cv-steps}/uni-steps.vue +0 -0
- package/{ui-uni/uni-swipe-action → ui-cv/cv-swipe-action}/uni-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 → 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-uni/uni-swipe-action-item → ui-cv/cv-swipe-action-item}/uni-swipe-action-item.vue +0 -0
- package/{ui-uni/uni-swiper-dot → ui-cv/cv-swiper-dot}/uni-swiper-dot.vue +0 -0
- package/ui-cv/cv-switch/cv-switch.vue +5 -9
- package/{ui-uni/uni-table → ui-cv/cv-table}/uni-table.vue +0 -0
- package/{ui-uni/uni-tag → ui-cv/cv-tag}/uni-tag.vue +0 -0
- package/{ui-uni/uni-tbody → ui-cv/cv-tbody}/uni-tbody.vue +0 -0
- package/{ui-uni/uni-td → ui-cv/cv-td}/uni-td.vue +0 -0
- package/{ui-uni/uni-test → ui-cv/cv-test}/uni-test.vue +0 -0
- package/ui-cv/cv-textarea/cv-textarea.vue +56 -41
- package/{ui-uni/uni-th → ui-cv/cv-th}/filter-dropdown.vue +0 -0
- package/{ui-uni/uni-th → ui-cv/cv-th}/uni-th.vue +0 -0
- package/{ui-uni/uni-thead → ui-cv/cv-thead}/uni-thead.vue +0 -0
- package/{ui-uni/uni-title → ui-cv/cv-title}/uni-title.vue +0 -0
- package/{ui-uni/uni-tr → ui-cv/cv-tr}/table-checkbox.vue +0 -0
- package/{ui-uni/uni-tr → ui-cv/cv-tr}/uni-tr.vue +0 -0
- package/{ui-uni/uni-transition → ui-cv/cv-transition}/createAnimation.js +0 -0
- package/{ui-uni/uni-transition → ui-cv/cv-transition}/uni-transition.vue +0 -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-drawer/uni-drawer.vue +0 -178
- 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-link/uni-link.vue +0 -117
- package/ui-uni/uni-load-more/uni-load-more.vue +0 -366
- package/ui-uni/uni-rate/uni-rate.vue +0 -357
- package/ui-uni/uni-row/uni-row.vue +0 -155
|
@@ -1,38 +1,28 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<cv-
|
|
3
|
-
|
|
4
|
-
:label="label"
|
|
5
|
-
:must="must"
|
|
6
|
-
:message="message"
|
|
7
|
-
:messageDisplay="messageDisplay"
|
|
8
|
-
:labelWidth="localLabelWidth"
|
|
9
|
-
:layout="localLayout"
|
|
10
|
-
:onQClear="onQClear"
|
|
11
|
-
:input-value="localVal"
|
|
12
|
-
>
|
|
13
|
-
<view class="cv-textarea">
|
|
2
|
+
<view class="cv-textarea-wrap" :class="{ 'cv-textarea__border': border }">
|
|
3
|
+
<view class="cv-textarea__box">
|
|
14
4
|
<textarea
|
|
15
|
-
class="cv-
|
|
5
|
+
class="cv-textarea__content"
|
|
16
6
|
v-model="localVal"
|
|
17
7
|
:maxlength="maxlength"
|
|
18
8
|
:placeholder="placeholder"
|
|
19
|
-
placeholder-class="cv-
|
|
20
|
-
@input="
|
|
9
|
+
placeholder-class="cv-textarea__placeholder"
|
|
10
|
+
@input="funcOnInput"
|
|
21
11
|
auto-height
|
|
12
|
+
border
|
|
22
13
|
/>
|
|
23
|
-
<view class="cv-textarea-maxlength" v-if="maxlength >= 1">
|
|
24
|
-
<text>{{ tempLength }}</text>
|
|
25
|
-
/
|
|
26
|
-
<text>{{ maxlength }}</text>
|
|
27
|
-
</view>
|
|
28
14
|
</view>
|
|
29
|
-
|
|
15
|
+
|
|
16
|
+
<view class="cv-textarea__maxlength" v-if="maxlength >= 1">
|
|
17
|
+
<text>{{ tempLength }}</text>
|
|
18
|
+
/
|
|
19
|
+
<text>{{ maxlength }}</text>
|
|
20
|
+
</view>
|
|
21
|
+
</view>
|
|
30
22
|
</template>
|
|
31
23
|
|
|
32
24
|
<script>
|
|
33
|
-
import MixinsCommon from '../mixins/mixins-common.js';
|
|
34
25
|
export default {
|
|
35
|
-
mixins: [MixinsCommon],
|
|
36
26
|
name: 'cvTextArea',
|
|
37
27
|
inject: {
|
|
38
28
|
cvFormGroup: {
|
|
@@ -50,21 +40,17 @@ export default {
|
|
|
50
40
|
type: [Number, String],
|
|
51
41
|
default: -1
|
|
52
42
|
},
|
|
53
|
-
|
|
54
|
-
type: String,
|
|
55
|
-
default: ''
|
|
43
|
+
placeholder: {
|
|
44
|
+
type: [String],
|
|
45
|
+
default: '请输入文本'
|
|
56
46
|
},
|
|
57
|
-
|
|
47
|
+
clearable: {
|
|
58
48
|
type: Boolean,
|
|
59
49
|
default: false
|
|
60
50
|
},
|
|
61
|
-
|
|
62
|
-
type: String,
|
|
63
|
-
default: ''
|
|
64
|
-
},
|
|
65
|
-
messageDisplay: {
|
|
51
|
+
border: {
|
|
66
52
|
type: Boolean,
|
|
67
|
-
default:
|
|
53
|
+
default: true
|
|
68
54
|
}
|
|
69
55
|
},
|
|
70
56
|
|
|
@@ -80,38 +66,67 @@ export default {
|
|
|
80
66
|
this.tempLength = this.localVal.length;
|
|
81
67
|
}
|
|
82
68
|
},
|
|
83
|
-
created
|
|
69
|
+
created() {
|
|
84
70
|
this.localVal = this.value;
|
|
85
71
|
},
|
|
86
72
|
methods: {
|
|
87
|
-
|
|
73
|
+
funcOnInput(e) {
|
|
88
74
|
this.tempLength = this.localVal.length;
|
|
89
75
|
this.$emit('input', this.localVal);
|
|
90
76
|
},
|
|
91
77
|
/* 监听自己清除按钮点击事件 */
|
|
92
78
|
onEmpty() {
|
|
93
79
|
this.localVal = '';
|
|
94
|
-
this.
|
|
80
|
+
this.funcOnInput();
|
|
95
81
|
}
|
|
96
82
|
}
|
|
97
83
|
};
|
|
98
84
|
</script>
|
|
99
85
|
|
|
100
86
|
<style>
|
|
101
|
-
.cv-textarea-
|
|
87
|
+
.cv-textarea-wrap {
|
|
88
|
+
border-radius: 4px;
|
|
89
|
+
background-color: #fff;
|
|
90
|
+
position: relative;
|
|
91
|
+
display: flex;
|
|
92
|
+
flex-direction: row;
|
|
93
|
+
flex: 1;
|
|
94
|
+
padding: 9px;
|
|
95
|
+
align-items: stretch;
|
|
96
|
+
align-content: flex-start;
|
|
97
|
+
}
|
|
98
|
+
.cv-textarea__box {
|
|
99
|
+
flex: 1;
|
|
100
|
+
font-size: 15px;
|
|
101
|
+
color: #606266;
|
|
102
|
+
width: 100%;
|
|
103
|
+
}
|
|
104
|
+
.cv-textarea__content {
|
|
102
105
|
min-height: 65px;
|
|
103
106
|
line-height: 1.5em;
|
|
104
|
-
padding-top: 7px;
|
|
105
107
|
font-size: 14px;
|
|
106
108
|
width: auto;
|
|
107
|
-
margin-right: 20px;
|
|
108
109
|
}
|
|
109
|
-
.cv-
|
|
110
|
+
.cv-textarea__border {
|
|
111
|
+
border-width: 0.5px !important;
|
|
112
|
+
border-color: #dadbde !important;
|
|
113
|
+
border-style: solid;
|
|
114
|
+
padding-left: 10px;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.cv-textarea__maxlength {
|
|
110
118
|
font-size: 14px;
|
|
111
119
|
color: rgba(0, 0, 0, 0.4);
|
|
112
120
|
text-align: right;
|
|
121
|
+
position: absolute;
|
|
122
|
+
right: 5px;
|
|
123
|
+
bottom: 2px;
|
|
124
|
+
font-size: 12px;
|
|
125
|
+
color: #909193;
|
|
126
|
+
background-color: #fff;
|
|
127
|
+
padding: 1px 4px;
|
|
113
128
|
}
|
|
114
|
-
.cv-
|
|
129
|
+
.cv-textarea__placeholder {
|
|
115
130
|
font-size: 14px;
|
|
116
131
|
}
|
|
117
132
|
</style>
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -39,6 +39,10 @@ export default {
|
|
|
39
39
|
src: {
|
|
40
40
|
type: String,
|
|
41
41
|
default: ''
|
|
42
|
+
},
|
|
43
|
+
upFunc: {
|
|
44
|
+
type: [Function],
|
|
45
|
+
default: () => {}
|
|
42
46
|
}
|
|
43
47
|
},
|
|
44
48
|
data() {
|
|
@@ -74,28 +78,26 @@ export default {
|
|
|
74
78
|
}
|
|
75
79
|
});
|
|
76
80
|
},
|
|
77
|
-
uploadAvatar
|
|
78
|
-
this
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
}
|
|
98
|
-
});
|
|
81
|
+
uploadAvatar(tempFilePaths) {
|
|
82
|
+
this.upFunc('UC_PERSONAL_AVATAR', {
|
|
83
|
+
filePath: tempFilePaths,
|
|
84
|
+
name: 'xcx_pper_avatar',
|
|
85
|
+
formData: {
|
|
86
|
+
postType: 'update',
|
|
87
|
+
file_name: 'xcx_pper_avatar'
|
|
88
|
+
}
|
|
89
|
+
}).then((resData) => {
|
|
90
|
+
if (resData.status == 200) {
|
|
91
|
+
uni.showToast({
|
|
92
|
+
title: '修改成功',
|
|
93
|
+
icon: 'success,',
|
|
94
|
+
duration: 1500
|
|
95
|
+
});
|
|
96
|
+
this.localVal = resData.save_url;
|
|
97
|
+
this.localSrc = resData.img_cdn;
|
|
98
|
+
this.$emit('input', this.localVal);
|
|
99
|
+
}
|
|
100
|
+
});
|
|
99
101
|
}
|
|
100
102
|
}
|
|
101
103
|
};
|
|
@@ -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);
|