|
@@ -68,8 +68,8 @@ module.exports = (vm) => {
|
|
});
|
|
});
|
|
tryHideFullScreenLoading()
|
|
tryHideFullScreenLoading()
|
|
uni.showModal({
|
|
uni.showModal({
|
|
- title: '温馨提示',
|
|
|
|
- content: '是否前往登录!',
|
|
|
|
|
|
+ title: '提示',
|
|
|
|
+ content: '你需要登录后,才可使用此功能!',
|
|
success: res => {
|
|
success: res => {
|
|
if (res.confirm) {
|
|
if (res.confirm) {
|
|
uni.$u.route('/pages/login/login');
|
|
uni.$u.route('/pages/login/login');
|