搜索需要登录优化

master
gongfuxiang 2024-06-28 16:14:52 +08:00
parent 6a7608d257
commit 3bfe3d8f6d
2 changed files with 7 additions and 5 deletions

View File

@ -23,10 +23,10 @@
application_logo: '',
// : v1.0.0
version: 'v6.1',
version: 'v6.2',
// app: v1.0.0 20180118
app_version_info: 'v6.1 20240516',
app_version_info: 'v6.2 20240630',
//
currency_symbol: '¥',
@ -1659,7 +1659,7 @@
//
if ((is_plugins || false) == true) {
// url+
return this.data.static_url + 'static/plugins/images/' + type + '/';
return this.data.static_url + 'static/plugins/' + type + '/images/';
} else {
// url++
return this.data.static_url + 'static/app/' + this.get_theme_value() + '/' + type + '/';

View File

@ -389,7 +389,8 @@
this.setData({
data_list_loding_status: 0,
data_list_loding_msg: res.data.msg
});
});
app.globalData.is_login_check(res.data, this, 'get_data');
}
//
@ -497,7 +498,8 @@
data_list_loding_status: 0,
data_list_loding_msg: res.data.msg,
data_is_loading: 0
});
});
app.globalData.is_login_check(res.data, this, 'get_data_list', is_mandatory);
}
},
fail: () => {