wangcz пре 7 година
родитељ
комит
8e9dcfccaa
1 измењених фајлова са 1 додато и 1 уклоњено
  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) {