Commit 4b62477a authored by wangxuelai's avatar wangxuelai

Merge remote-tracking branch 'origin/sj-dev-v5' into wxl-develop

parents 1b1899f0 1c51fb56
......@@ -218,9 +218,8 @@ Page({
})
},2000)
}else{
wx.hideLoading()
wx.showToast({
title: '太可惜了!预约失败',
title: '您已预约,我们将尽快联系您。',
icon: 'none',
duration: 2000
})
......@@ -234,7 +233,6 @@ Page({
icon: 'none',
duration: 2000
})
wx.hideLoading()
this.setData({
showFormbox:2
})
......
......@@ -780,11 +780,10 @@ Page({
},2000)
} else {
wx.showToast({
title: '太可惜了!预约失败',
title: '您已预约,我们将尽快联系您。',
icon: 'none',
duration: 2000
})
wx.hideLoading()
}
}).catch((e) => {
wx.showToast({
......@@ -792,7 +791,6 @@ Page({
icon: 'none',
duration: 2000
})
wx.hideLoading()
})
},
getPhoneNumber1(e) {
......@@ -886,9 +884,8 @@ Page({
"params.mobile":""
})
}else{
wx.hideLoading()
wx.showToast({
title: '太可惜了!预约失败',
title: '您已预约,我们将尽快联系您。',
icon: 'none',
duration: 2000
})
......@@ -902,7 +899,6 @@ Page({
icon: 'none',
duration: 2000
})
wx.hideLoading()
this.setData({
showFormbox:2
})
......
......@@ -719,9 +719,8 @@ Page({
})
},2000)
}else{
wx.hideLoading()
wx.showToast({
title: '太可惜了!预约失败',
title: '您已预约,我们将尽快联系您。',
icon: 'none',
duration: 2000
})
......@@ -735,7 +734,6 @@ Page({
icon: 'none',
duration: 2000
})
wx.hideLoading()
this.setData({
showFormbox:2
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment