|
@@ -312,7 +312,7 @@
|
|
|
// 获取校验码
|
|
// 获取校验码
|
|
|
getCheckCode () {
|
|
getCheckCode () {
|
|
|
this.isShowLoading = true
|
|
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 => {
|
|
.then(response => {
|
|
|
this.isShowLoading = false
|
|
this.isShowLoading = false
|
|
|
if (response.data.success) {
|
|
if (response.data.success) {
|