refactor: 移除调试日志并优化代码结构
移除多个文件中的console.log调试语句 添加search-tag.css和search-tag.less中的set-hint-box样式 新增recommend.js推荐功能模块 优化ajaxGet调用和用户信息处理逻辑
This commit is contained in:
@@ -22,12 +22,6 @@ export const itemSummary = defineComponent({
|
||||
setup(props) {
|
||||
let item = ref({ ...props.itemdata });
|
||||
|
||||
// console.log("item", item.value.data);offerlist
|
||||
// item.value?.data?.offerlist?.length = 2;
|
||||
// if (item.value?.data?.offerlist?.length > 2) {
|
||||
// item.value.data.offerlist.length = 2;
|
||||
// }
|
||||
|
||||
item.value["url"] = "/details/" + item.value.uniqid;
|
||||
|
||||
let valueUrl = ref("");
|
||||
|
||||
Reference in New Issue
Block a user