feat: 会员商品收藏

(cherry picked from commit 9a3253ad20)
This commit is contained in:
dongshanshan
2023-10-31 16:53:44 +08:00
committed by shizhong
parent 97a94cd29f
commit 525e511670
6 changed files with 253 additions and 3 deletions

View File

@ -54,7 +54,13 @@ export default {
updateTime: 'Update Time',
copy: 'Copy',
copySuccess: 'Copy Success',
copyError: 'Copy Error'
copyError: 'Copy Error',
confirmDelStar: 'Delete the Star?',
starSuccess: 'Star Success',
starFail: 'Star Error',
delStarSuccess: 'Del Star Success',
delStarFail: 'Del Star Error',
existStar: 'exist Star'
},
error: {
noPermission: `Sorry, you don't have permission to access this page.`,

View File

@ -54,7 +54,13 @@ export default {
updateTime: '更新时间',
copy: '复制',
copySuccess: '复制成功',
copyError: '复制失败'
copyError: '复制失败',
confirmDelStar: '是否取消收藏?',
starSuccess: '收藏成功',
starFail: '收藏失败',
delStarSuccess: '取消收藏成功',
delStarFail: '取消收藏失败',
existStar: '收藏已存在'
},
error: {
noPermission: `抱歉,您无权访问此页面。`,