This commit is contained in:
yanran200730
2022-07-28 17:53:05 +08:00
parent f4f29ff5b2
commit 925ecd38c4

View File

@@ -40,21 +40,7 @@ export default {
},
...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: {
...mapActions(['injectJWeixin', 'wxInvoke', 'agentSign']),