29865
This commit is contained in:
@@ -70,10 +70,6 @@
|
||||
}
|
||||
|
||||
uni.$on('watermarkChange', e => {
|
||||
if (e.type === 'watermark') {
|
||||
this.watermarkId = e.value
|
||||
}
|
||||
|
||||
if (e.type === 'photoSource') {
|
||||
this.photoSource = e.value
|
||||
}
|
||||
@@ -118,9 +114,7 @@
|
||||
if (res.code === 0) {
|
||||
this.info = res.data
|
||||
this.albumName = res.data.albumName
|
||||
this.createUserId = res.data.createUserId || ''
|
||||
this.photoSource = res.data.photoSource || 0
|
||||
this.watermarkId = res.data.watermarkId || ''
|
||||
this.albumUserList = res.data.albumUserList || []
|
||||
}
|
||||
})
|
||||
@@ -135,9 +129,8 @@
|
||||
|
||||
this.$http.post('/api/appalbum/addOrUpdate', {
|
||||
albumName: this.albumName,
|
||||
createUserId: this.createUserId,
|
||||
photoSource: this.photoSource,
|
||||
watermarkId: this.watermarkId,
|
||||
watermarkId: '',
|
||||
albumUserList: this.albumUserList,
|
||||
id: this.id || ''
|
||||
}).then(res => {
|
||||
|
||||
Reference in New Issue
Block a user