detail修改服装按钮位置调整并且增加引导图

This commit is contained in:
X1627315083
2025-12-15 14:34:38 +08:00
parent b01a375acc
commit 727636e0f8
9 changed files with 38 additions and 20 deletions

View File

@@ -777,6 +777,7 @@ export default defineComponent({
})
}
const likeSetBtn = (id: any, str: string) => {
console.log(1111)
data.likeList.forEach((item: any, index: any) => {
if (item.id == id && id) {
if (str == 'zoom') {
@@ -814,6 +815,7 @@ export default defineComponent({
let likeFile = (item: any, str: any, index: any) => {
let url
let value = {}
console.log(props.isDesignPage)
if (str == 'like') {
value = {
likeOrDislike: 'like',