|
|
|
@ -260,7 +260,7 @@ Page({
|
|
|
|
});
|
|
|
|
});
|
|
|
|
} else if (comeFrom == "set") {
|
|
|
|
} else if (comeFrom == "set") {
|
|
|
|
wx.reLaunch({
|
|
|
|
wx.reLaunch({
|
|
|
|
url: "../workBench/index",
|
|
|
|
url: "../firstBill/index",
|
|
|
|
});
|
|
|
|
});
|
|
|
|
} else if (comeFrom == "collect") {
|
|
|
|
} else if (comeFrom == "collect") {
|
|
|
|
wx.reLaunch({
|
|
|
|
wx.reLaunch({
|
|
|
|
@ -974,7 +974,7 @@ Page({
|
|
|
|
data: "login",
|
|
|
|
data: "login",
|
|
|
|
});
|
|
|
|
});
|
|
|
|
wx.reLaunch({
|
|
|
|
wx.reLaunch({
|
|
|
|
url: "/pages/workBench/index",
|
|
|
|
url: "/pages/firstBill/index",
|
|
|
|
});
|
|
|
|
});
|
|
|
|
}
|
|
|
|
}
|
|
|
|
} catch (e) {
|
|
|
|
} catch (e) {
|
|
|
|
|