Skip to content

Commit 01d58b0

Browse files
committed
optimize: The user experience
1 parent e17cf9b commit 01d58b0

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

src/plugins/custom/views/Gallery.vue

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,13 @@ export default {
3030
data() {
3131
return {
3232
urls: [
33-
'https://consumerminiaclprd01.blob.core.chinacloudapi.cn/miniappbackground/sfgmember/lin/doc-1.png',
34-
'https://consumerminiaclprd01.blob.core.chinacloudapi.cn/miniappbackground/sfgmember/lin/doc-2.png',
35-
'https://consumerminiaclprd01.blob.core.chinacloudapi.cn/miniappbackground/sfgmember/lin/doc-3.png',
36-
'https://consumerminiaclprd01.blob.core.chinacloudapi.cn/miniappbackground/sfgmember/lin/doc-4.png',
37-
'https://consumerminiaclprd01.blob.core.chinacloudapi.cn/miniappbackground/sfgmember/lin/doc-5.png',
33+
'https://consumerminiaclprd01.blob.core.chinacloudapi.cn/miniappbackground/sfgmember/lin/gallery/gallery1.jpg',
34+
'https://consumerminiaclprd01.blob.core.chinacloudapi.cn/miniappbackground/sfgmember/lin/gallery/gallery2.jpg',
35+
'https://consumerminiaclprd01.blob.core.chinacloudapi.cn/miniappbackground/sfgmember/lin/gallery/gallery3.jpg',
36+
'https://consumerminiaclprd01.blob.core.chinacloudapi.cn/miniappbackground/sfgmember/lin/gallery/gallery4.jpg',
37+
'https://consumerminiaclprd01.blob.core.chinacloudapi.cn/miniappbackground/sfgmember/lin/gallery/gallery5.jpg',
38+
'https://consumerminiaclprd01.blob.core.chinacloudapi.cn/miniappbackground/sfgmember/lin/gallery/gallery6.jpg',
39+
'https://consumerminiaclprd01.blob.core.chinacloudapi.cn/miniappbackground/sfgmember/lin/gallery/gallery7.jpg',
3840
],
3941
}
4042
},

src/views/admin/user/UserInfo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<el-input size="medium" clearable type="password" v-model="form.confirm_password" autocomplete="off"></el-input>
2929
</el-form-item>
3030
<el-form-item v-if="pageType !== 'password'" label="选择分组">
31-
<el-select size="medium" v-model="form.group_id" placeholder="请选择分组">
31+
<el-select size="medium" filterable v-model="form.group_id" placeholder="请选择分组">
3232
<el-option
3333
v-for="item in groups"
3434
:key="item.id"

0 commit comments

Comments
 (0)