Bladeren bron

temp save

liujq 4 jaren geleden
bovenliggende
commit
c1b32f05fc

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-36cba37a.f3f699a9.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/chunk-50b9dc3b.3802681d.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.4c573880.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.f9d0c0a9.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-13990f24.bdcfa34a.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-36cba37a.025d91c3.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-50b9dc3b.eeb7897f.js


+ 4 - 0
src/views/house/components/popup/OldEdit.vue

@@ -80,6 +80,10 @@ export default {
           this.$api.house.admoldhousedetail({id: this.curObj.id}).then(res => {
             let curData = res || {}
             if (curData.pri_image) curData.pri_image = `${curData.domain}${curData.pri_image}?url=${curData.pri_image}`
+            this.imagesArr = curData.images.split(',').map(img => {
+
+              return `${curData.domain}${img}?url=${img}`
+            })
             this.cObj = curData || {}
             this.getDef()
             this.loading = false

Some files were not shown because too many files changed in this diff