bug
This commit is contained in:
@@ -40,21 +40,7 @@ export default {
|
|||||||
},
|
},
|
||||||
...mapState(['wxwork'])
|
...mapState(['wxwork'])
|
||||||
},
|
},
|
||||||
computed: {
|
|
||||||
defaultValue () {
|
|
||||||
if (!this.albumList.length) {
|
|
||||||
return [0]
|
|
||||||
}
|
|
||||||
|
|
||||||
return [this.albumList.map(v => v.value).indexOf(this.albumId)]
|
|
||||||
},
|
|
||||||
|
|
||||||
currWatermarkConfig () {
|
|
||||||
if (this.currIndex < 0 || !this.watermarkList.length) return []
|
|
||||||
|
|
||||||
return this.watermarkList[this.currIndex].itemList
|
|
||||||
},
|
|
||||||
},
|
|
||||||
methods: {
|
methods: {
|
||||||
...mapActions(['injectJWeixin', 'wxInvoke', 'agentSign']),
|
...mapActions(['injectJWeixin', 'wxInvoke', 'agentSign']),
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user