提交 67f20099 authored 作者: 王鹏飞's avatar 王鹏飞

updates

上级 804183c6
...@@ -39,7 +39,7 @@ Page({ ...@@ -39,7 +39,7 @@ Page({
}, },
handleError(response) { handleError(response) {
if (response.msg === '账号不存在') { if (response.msg === '账号不存在') {
wx.showModal({ title: '提示', content: '是否要成为学员', showCancel: true }).then(res => { wx.showModal({ title: '账号不存在', content: '是否要成为学员', showCancel: true }).then(res => {
res.confirm && res.confirm &&
wx.navigateTo({ wx.navigateTo({
url: '/pages/web/index?url=https://webapp-pub.ezijing.com/pages/ciis/ciis.html' url: '/pages/web/index?url=https://webapp-pub.ezijing.com/pages/ciis/ciis.html'
......
...@@ -66,7 +66,7 @@ Page({ ...@@ -66,7 +66,7 @@ Page({
this.setData({ show: true, unionid: response.data.unionid }) this.setData({ show: true, unionid: response.data.unionid })
} else { } else {
if (response.msg === '账号不存在') { if (response.msg === '账号不存在') {
wx.showModal({ title: '提示', content: '是否要成为学员', showCancel: true }).then(res => { wx.showModal({ title: '账号不存在', content: '是否要成为学员', showCancel: true }).then(res => {
res.confirm && res.confirm &&
wx.navigateTo({ wx.navigateTo({
url: '/pages/web/index?url=https://webapp-pub.ezijing.com/pages/ciis/ciis.html' url: '/pages/web/index?url=https://webapp-pub.ezijing.com/pages/ciis/ciis.html'
......
...@@ -40,7 +40,7 @@ Page({ ...@@ -40,7 +40,7 @@ Page({
}, },
handleError(response) { handleError(response) {
if (response.msg === '账号不存在') { if (response.msg === '账号不存在') {
wx.showModal({ title: '提示', content: '是否要成为学员', showCancel: true }).then(res => { wx.showModal({ title: '账号不存在', content: '是否要成为学员', showCancel: true }).then(res => {
res.confirm && res.confirm &&
wx.navigateTo({ wx.navigateTo({
url: '/pages/web/index?url=https://webapp-pub.ezijing.com/pages/ciis/ciis.html' url: '/pages/web/index?url=https://webapp-pub.ezijing.com/pages/ciis/ciis.html'
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论