diff --git a/pages/shop/photoAlbum/photoManage.vue b/pages/shop/photoAlbum/photoManage.vue index 834234a..ae0e45b 100644 --- a/pages/shop/photoAlbum/photoManage.vue +++ b/pages/shop/photoAlbum/photoManage.vue @@ -5,7 +5,7 @@ - 我的资料 + 商家相册 展示位置及拍摄技巧 @@ -186,7 +186,7 @@ return } } else if (this.type == 2) { - if (this.imgVideoList[id] && this.imgVideoList[id].length >= 10) { + if (this.imgVideoList[id] && this.imgVideoList[id].length >= 11) { uni.showToast({ title: '最多上个10张视频', icon: 'none', diff --git a/pages/shop/photoAlbum/videoList.vue b/pages/shop/photoAlbum/videoList.vue index 9d2699c..e2445bb 100644 --- a/pages/shop/photoAlbum/videoList.vue +++ b/pages/shop/photoAlbum/videoList.vue @@ -172,7 +172,7 @@ goAdd(id, item) { if (this.isManage) return; // 管理模式下禁止跳转 if (this.type == 1) { - if (this.imgVideoList.length >= 20) { + if (this.imgVideoList.length >= 21) { uni.showToast({ title: '最多上传20张图片', icon: 'none', @@ -181,7 +181,7 @@ return } } else if (this.type == 2) { - if (this.imgVideoList.length >= 10) { + if (this.imgVideoList.length >= 11) { uni.showToast({ title: '最多上10个视频', icon: 'none', diff --git a/pages/shop/staff/addStaff.vue b/pages/shop/staff/addStaff.vue index a313eb1..4aa767b 100644 --- a/pages/shop/staff/addStaff.vue +++ b/pages/shop/staff/addStaff.vue @@ -12,7 +12,7 @@ - +