Authored by lijing

未登录调接口bug

... ... @@ -18,6 +18,9 @@ const _activity = () => {
};
const _user = (params) => {
if (!params.uid) {
return {};
}
return api.get('', {
method: 'app.passport.profile',
uid: params.uid
... ...
... ... @@ -335,7 +335,9 @@ $(window).scroll(function() {
});
// 初始化请求第一页数据
getOrders();
if ($('.order-page').length > 0) {
getOrders();
}
$(function() {
// 适配背景图
... ...