From c0f62e94f751ff3056c99c43a49ea606e8e83118 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Tue, 24 May 2022 17:52:33 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=B8=E5=86=8C=E7=BC=96=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/saas/AppCountryAlbum/AlbumDetail.vue | 8 +- src/saas/AppCountryAlbum/EditAlbum.vue | 373 ++++++++++++++++++ src/saas/AppCountryAlbum/PersonnelSetting.vue | 36 +- src/saas/AppCountryAlbum/WatermarkSetting.vue | 4 +- .../AppCountryAlbum/images/img-choose.png | Bin 0 -> 1001 bytes src/saas/AppCountryAlbum/images/remove.png | Bin 0 -> 560 bytes 6 files changed, 415 insertions(+), 6 deletions(-) create mode 100644 src/saas/AppCountryAlbum/EditAlbum.vue create mode 100644 src/saas/AppCountryAlbum/images/img-choose.png create mode 100644 src/saas/AppCountryAlbum/images/remove.png diff --git a/src/saas/AppCountryAlbum/AlbumDetail.vue b/src/saas/AppCountryAlbum/AlbumDetail.vue index cb971e8b..3999609b 100644 --- a/src/saas/AppCountryAlbum/AlbumDetail.vue +++ b/src/saas/AppCountryAlbum/AlbumDetail.vue @@ -45,7 +45,7 @@
-

+

{{ item.createTime }}

@@ -53,7 +53,7 @@
-
编辑照片
+
编辑照片
上传照片
@@ -116,6 +116,10 @@ }) }, + toEdit () { + this.linkTo(`./EditAlbum?id=${this.id}`) + }, + onChange (e) { this.date = e.detail.value }, diff --git a/src/saas/AppCountryAlbum/EditAlbum.vue b/src/saas/AppCountryAlbum/EditAlbum.vue new file mode 100644 index 00000000..0ed91b95 --- /dev/null +++ b/src/saas/AppCountryAlbum/EditAlbum.vue @@ -0,0 +1,373 @@ + + + + + diff --git a/src/saas/AppCountryAlbum/PersonnelSetting.vue b/src/saas/AppCountryAlbum/PersonnelSetting.vue index 0e1e228b..9bf9f1a1 100644 --- a/src/saas/AppCountryAlbum/PersonnelSetting.vue +++ b/src/saas/AppCountryAlbum/PersonnelSetting.vue @@ -18,8 +18,13 @@
-
- +
+
+
+ +
+ +
保存
@@ -54,6 +59,10 @@ }) }, + remove (index) { + this.userList.splice(index, 1) + }, + save () { if (this.currIndex === 1 && !this.userList.length) { return this.$u.toast('请选择人员') @@ -106,6 +115,29 @@ box-sizing: border-box; } + .user-wrapper { + background: #fff; + + .user { + display: flex; + align-items: center; + height: 88px; + padding: 0 32px; + border-bottom: 1px solid #DDDDDD; + + .user-left { + color: #333333; + font-size: 28px; + font-weight: 600; + } + + image { + width: 32px; + height: 32px; + } + } + } + .form-btn { position: fixed; bottom: 0; diff --git a/src/saas/AppCountryAlbum/WatermarkSetting.vue b/src/saas/AppCountryAlbum/WatermarkSetting.vue index 5fe473f3..8109fa4d 100644 --- a/src/saas/AppCountryAlbum/WatermarkSetting.vue +++ b/src/saas/AppCountryAlbum/WatermarkSetting.vue @@ -22,7 +22,7 @@

水印库

-
+
@@ -81,7 +81,7 @@ }) }, - checkd (type) { + checked (type) { const i = this.checkedList.indexOf(type) if (i > -1) { this.checkedList.splice(i, 1) diff --git a/src/saas/AppCountryAlbum/images/img-choose.png b/src/saas/AppCountryAlbum/images/img-choose.png new file mode 100644 index 0000000000000000000000000000000000000000..fa9ecb44e955ae3f7df029341b3131cfd0ff3800 GIT binary patch literal 1001 zcmVPx#L}ge>W=%~1DgXcg2mk?xX#fNO00031000^Q000001E2u_0{{R30RRC20H6W@ z1ONa40RR91AfN*P1ONa40RR91AOHXW0IY^$^8f$?Q%OWYR9FecS50UWK@@&TgS9P0 zp-N&Dyoh3vQV)WM3JG|zhd@E}5D=jkPYU%|P%QLl!HakiL!<{}oSAJdQM+Smi*}jG`TZD01$+738$d4bT>CYLJ6m3d#W;`e8H3us6GNV~Z_q z(WZrA&FMwp3MRX#z!$F3Gq(r=UD~8=4RVoFqVR;@OpXr(-}Yv4@<@kJTsXFK32%v_>D&I}!3ZdZ6by<)lzwIt8=tG!fR&qQV+ zO9yzdC@{k{3YR=TwJ1+s2kki=J#>J#ngY{n7^Wb?KqpA# zq8@UtbvS0|0BbmfQ+=JL8``=~)JsmIELbc|MszCvhC!7<2CvU&a3;WJ3HR1xLu-=i=2P2 zV_hPR8&Z~0tYlgR+8R6Ki|n}OT+a)57g#|SApf-_^Cc!Yk%R+VQO0Z#Oyvo&S8 z_Ca(c0zW1!SXeW(^2fw*23o!okWK$J3lO^lj0R-WeolQap-XN*!wD9z8Auk=vfuMR XmaKsGB4JFk00000NkvXXu0mjf<^iro literal 0 HcmV?d00001 diff --git a/src/saas/AppCountryAlbum/images/remove.png b/src/saas/AppCountryAlbum/images/remove.png new file mode 100644 index 0000000000000000000000000000000000000000..db9becc87d136a739ce80909164b4f9e6dc66274 GIT binary patch literal 560 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}E~ycoX}-P; zT0k}j17mw80}DtA5K93u0|WB{Mh0de%?J`(zyz07Sip>6gA}f5OZp5{Hp|n+F(iWX zZTMcl!v+F&(}k{W6E10<%KmV%8O&5v+9n-nHaHw&bY(OvIr@71 zZqG?A_ivnG%F5*QnZ0c9i$^_wOTy1ZT@d#zQ`qe9i_UL(^>Lk>KLt!? zJNz!HJvog>!8q)aM)BH7b(iFIoNWco_P%gkrdEC6@1(5ni{@=H|MQ~pla1HzYipk~ zG~HTgKgr3(HTjnOl@--eIbO5p`b}WI^+~?cr0iPDt)NY7xK>DjV1xzpwZ%8e6fVWe zT{=3~WB*yb$4mabW_qDG@mI#in@^j9;(v(!xz8l>fc^5-Pwp$HcxzoQshfBBiB)@J z<