mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 06:26:44 +08:00
回执签收代码错误修改
This commit is contained in:
@@ -338,7 +338,7 @@ export default {
|
||||
}
|
||||
|
||||
submit(data).then(res => {
|
||||
if (res.reslut == '0') {
|
||||
if (res.result == '0') {
|
||||
this.$toast.clear()
|
||||
window.localStorage.setItem('submitStatus', res.result)
|
||||
this.$jump({
|
||||
|
||||
@@ -373,7 +373,7 @@ export default {
|
||||
}
|
||||
|
||||
submit(data).then(res => {
|
||||
if (res.reslut == '0') {
|
||||
if (res.result == '0') {
|
||||
this.$toast.clear()
|
||||
window.localStorage.setItem('submitStatus', res.result)
|
||||
this.$jump({
|
||||
|
||||
@@ -343,7 +343,7 @@ export default {
|
||||
}
|
||||
|
||||
submit(data).then(res => {
|
||||
if (res.reslut == '0') {
|
||||
if (res.result == '0') {
|
||||
this.$toast.clear()
|
||||
window.localStorage.setItem('submitStatus', res.result)
|
||||
this.$jump({
|
||||
|
||||
Reference in New Issue
Block a user