Преглед на файлове

Merge branch 'fix-wangcz'

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) {