浏览代码

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

wangcz 6 年之前
父节点
当前提交
a302c7a125
共有 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) {