From 925ecd38c41fd850f94729d310866bc7bd542c9d Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Thu, 28 Jul 2022 17:53:05 +0800 Subject: [PATCH] bug --- src/apps/AppAskForm/Result.vue | 14 -------------- 1 file changed, 14 deletions(-) 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']),