diff --git a/assets/img/comment/chat.png b/assets/img/comment/chat.png new file mode 100644 index 0000000..fb0330f Binary files /dev/null and b/assets/img/comment/chat.png differ diff --git a/assets/img/comment/chat_active.png b/assets/img/comment/chat_active.png new file mode 100644 index 0000000..e129852 Binary files /dev/null and b/assets/img/comment/chat_active.png differ diff --git a/assets/img/comment/empty.png b/assets/img/comment/empty.png new file mode 100644 index 0000000..e702e53 Binary files /dev/null and b/assets/img/comment/empty.png differ diff --git a/assets/img/comment/thumb.png b/assets/img/comment/thumb.png new file mode 100644 index 0000000..538f985 Binary files /dev/null and b/assets/img/comment/thumb.png differ diff --git a/assets/img/comment/thumb_active.png b/assets/img/comment/thumb_active.png new file mode 100644 index 0000000..e3e52ef Binary files /dev/null and b/assets/img/comment/thumb_active.png differ diff --git a/components/BsCommentFollowInfo.vue b/components/BsCommentFollowInfo.vue new file mode 100644 index 0000000..a615f91 --- /dev/null +++ b/components/BsCommentFollowInfo.vue @@ -0,0 +1,55 @@ + + + + \ No newline at end of file diff --git a/components/BsCommentInfo.vue b/components/BsCommentInfo.vue new file mode 100644 index 0000000..7f5b03d --- /dev/null +++ b/components/BsCommentInfo.vue @@ -0,0 +1,290 @@ + + + + \ No newline at end of file diff --git a/components/BsCommentSubmit.vue b/components/BsCommentSubmit.vue new file mode 100644 index 0000000..9f6a2ae --- /dev/null +++ b/components/BsCommentSubmit.vue @@ -0,0 +1,169 @@ + + + + + \ No newline at end of file diff --git a/components/UiImgs.vue b/components/UiImgs.vue new file mode 100644 index 0000000..bf0d0e4 --- /dev/null +++ b/components/UiImgs.vue @@ -0,0 +1,113 @@ + + + + \ No newline at end of file diff --git a/constants/index.js b/constants/index.js index b8fd031..39662a5 100644 --- a/constants/index.js +++ b/constants/index.js @@ -2,7 +2,7 @@ * @Author: ch * @Date: 2022-05-17 18:17:00 * @LastEditors: ch - * @LastEditTime: 2022-06-09 18:50:01 + * @LastEditTime: 2022-06-27 09:45:38 * @Description: file content */ /** @@ -38,5 +38,16 @@ const SECKILL_STATUS = { NOT_START: 1, // 未开始 GOING: 2, // 进行中 }; +const COMMENT = { + TYPE: { + // 评价 + COMMENT: 1, + // 追评 + FOLLOW_COMMENT: 2, + // 回复 + ANSWER: 3, + } + +} -export { TOKEN_KEY, UUID_KEY, ORDER_STATUS, SEX_TYPE, CATEGROY_LEVEL, SECKILL_STATUS }; +export { TOKEN_KEY, UUID_KEY, ORDER_STATUS, SEX_TYPE, CATEGROY_LEVEL, SECKILL_STATUS, COMMENT }; diff --git a/env.config.js b/env.config.js index 7b95a38..7e63773 100644 --- a/env.config.js +++ b/env.config.js @@ -2,7 +2,7 @@ * @Author: ch * @Date: 2022-05-05 14:40:00 * @LastEditors: ch - * @LastEditTime: 2022-05-27 18:25:28 + * @LastEditTime: 2022-06-24 14:21:20 * @Description: 根据git分支生成对应环境的环境变量 * 开发时如果环境变量换了,可以不用重启服务,直接运行node env.config.js即可 */ diff --git a/layouts/default.vue b/layouts/default.vue index 4716a06..b401685 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -2,7 +2,7 @@ * @Author: ch * @Date: 2022-05-04 17:56:39 * @LastEditors: ch - * @LastEditTime: 2022-05-31 16:52:40 + * @LastEditTime: 2022-06-25 10:10:25 * @Description: file content -->