Forráskód Böngészése

fix:处理人工申诉验证码问题

wangcz 6 éve
szülő
commit
a302c7a125
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      components/appeal/AccountAppeal.vue

+ 1 - 1
components/appeal/AccountAppeal.vue

@@ -312,7 +312,7 @@
 //      获取校验码
       getCheckCode () {
         this.isShowLoading = true
-        this.$http.get(`/appeal/check/mobile`, {params: {mobile: this.account.mobile}})
+        this.$http.get(`/appeal/check/mobile`, {params: {mobile: this.account.mobile, _operate: 'account'}})
           .then(response => {
             this.isShowLoading = false
             if (response.data.success) {