Authored by lijing

个人中心

... ... @@ -59,7 +59,13 @@ const _infoNum = (params) => {
* @returns {function()}
*/
const index = (params) => {
let finalResult = {};
let finalResult = {
myIndexPage: true,
showDownloadApp: true,
navHome: true,
pageFooter: true,
refund_exchange_num: 0,
};
return api.all([
_userData(params),
... ...