diff --git a/src/apps/AppAskForm/Result.vue b/src/apps/AppAskForm/Result.vue index cb65f191..5819e9d3 100644 --- a/src/apps/AppAskForm/Result.vue +++ b/src/apps/AppAskForm/Result.vue @@ -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']),