diff --git a/packageA/pages/profile/profile.js b/packageA/pages/profile/profile.js index 813f5e5..0ce2924 100644 --- a/packageA/pages/profile/profile.js +++ b/packageA/pages/profile/profile.js @@ -705,6 +705,18 @@ Page({ set_data.user = back_data.erpviplist; } + else{ + + //----获取系统参数----- + getApp().getConfig2(function (e) { + var json_d = JSON.parse(e.switch_list); + if (json_d.is_brithday != 1) { + self.setData({isLunar: 1}) + } + }, 1) + } + + //-- 新的会员 -- if (back_data && back_data.data && back_data.data.pickup_id && !set_data.sto_sele_id) {