Browse Source

Merge branch 'dev/v4.8.81_tsz' of qmx/jy into release/v4.8.81

汤世哲 1 year ago
parent
commit
98759acb4c

+ 1 - 0
src/web/templates/frontRouter/wx/bigmember/free/perfect_info_market.html

@@ -706,6 +706,7 @@
           success:function(res) {
             if(res && res.error_code === 0) {
               this.infoOtherList.splice(this.deleteInfoId.index, 1)
+              this.infoOtherCheckMap.splice(this.deleteInfoId.index, 1)
             }
             this.$toast(res.error_msg)
           }.bind(this)