合并并更新添加APP信息
This commit is contained in:
commit
59a57bca66
2
.gitignore
vendored
2
.gitignore
vendored
@ -36,7 +36,7 @@ pnpm-lock.yaml
|
||||
!.yarn/sdks
|
||||
!.yarn/versions
|
||||
.pnp.*
|
||||
|
||||
.history
|
||||
# Vab
|
||||
public/video
|
||||
*.zip
|
||||
|
||||
@ -89,7 +89,7 @@
|
||||
</el-col>
|
||||
</el-row>
|
||||
<div class="internet-content-provider">
|
||||
<a href="https://beian.miit.gov.cn/" target="_blank" style="color: #fff">
|
||||
<a href="https://beian.miit.gov.cn/" style="color: #fff" target="_blank">
|
||||
桂ICP备2024040484号-1
|
||||
</a>
|
||||
</div>
|
||||
|
||||
@ -2045,8 +2045,8 @@ export default {
|
||||
}
|
||||
})
|
||||
} else {
|
||||
if (shop_product_image) {
|
||||
let image = shop_product_image[0]
|
||||
if (shop_product_image.length) {
|
||||
let image = shop_product_image?.[0]
|
||||
obj.main_color_img = image.item_image_default
|
||||
let other = image.item_image_other
|
||||
if (other) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user