|
|
|
@ -102,6 +102,7 @@ Component({
|
|
|
|
wx.navigateTo({
|
|
|
|
wx.navigateTo({
|
|
|
|
url: `../login/index`
|
|
|
|
url: `../login/index`
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
return
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (that.data.selectJob) {
|
|
|
|
if (that.data.selectJob) {
|
|
|
|
that.triggerEvent("getDetail", e.currentTarget);
|
|
|
|
that.triggerEvent("getDetail", e.currentTarget);
|
|
|
|
|