|
|
|
|
@ -232,7 +232,7 @@ function sureReload() {
@@ -232,7 +232,7 @@ function sureReload() {
|
|
|
|
|
group.value = newGroup.value |
|
|
|
|
const params = { |
|
|
|
|
pid: pid.value, |
|
|
|
|
group: group.value, |
|
|
|
|
group: 1, |
|
|
|
|
prod_id: prodId.value, |
|
|
|
|
type_id: typeId.value |
|
|
|
|
} |
|
|
|
|
@ -272,7 +272,7 @@ const changeImage = (item: any) => {
@@ -272,7 +272,7 @@ const changeImage = (item: any) => {
|
|
|
|
|
const createLog = () => { |
|
|
|
|
badgeApi.createLog({ |
|
|
|
|
pid: pid.value, |
|
|
|
|
group: group.value, |
|
|
|
|
group: 1, |
|
|
|
|
prod_id: prodId.value, |
|
|
|
|
type_id: typeId.value |
|
|
|
|
}).then((res: any) => { |
|
|
|
|
@ -305,7 +305,7 @@ const style_name = ref('')
@@ -305,7 +305,7 @@ const style_name = ref('')
|
|
|
|
|
function getCompareImage() { |
|
|
|
|
badgeApi.getCompareImage({ |
|
|
|
|
pid: pid.value, |
|
|
|
|
group: group.value, |
|
|
|
|
group: 1, |
|
|
|
|
prod_id: prodId.value, |
|
|
|
|
type_id: typeId.value |
|
|
|
|
}).then((res: any) => { |
|
|
|
|
@ -590,7 +590,7 @@ const isPreview = ref(false)
@@ -590,7 +590,7 @@ const isPreview = ref(false)
|
|
|
|
|
const getImageList = () => { |
|
|
|
|
badgeApi.getImageList({ |
|
|
|
|
pid: pid.value, |
|
|
|
|
group: group.value, |
|
|
|
|
group: 1, |
|
|
|
|
prod_id: prodId.value |
|
|
|
|
}).then((res: any) => { |
|
|
|
|
console.log('getImageList', res) |
|
|
|
|
|