zsk 1 year ago
parent cef8f10420
commit 00d89e8d42

@ -69,7 +69,7 @@ if (envVersion === 'develop') {
console.log('当前是开发环境');
that.globalData.ip = 'https://test.renminshitang.com.cn/daotian/api_dev'
that.globalData.agencyId = '2743'
// that.globalData.ip = 'https://daotian.matripe.com.cn'
that.globalData.ip = 'https://daotian.matripe.com.cn'
} else if (envVersion === 'trial') {
console.log('当前是体验环境');
that.globalData.ip = "https://test.renminshitang.com.cn/daotian/api_dev"

@ -1206,7 +1206,9 @@ Page({
console.log(res);
if (res.data.status == 200) {
that.setData({
navList: res.data.data.channels,
// navList: res.data.data.channels,
navList:[{path: "/subPage/vocationalList/index", img: "https://matripe-cms.oss-cn-beijing.aliyuncs.com/2024-03-14/77694bb5-34e7-4381-8f2c-f4cc1987cf3a_职教职培.png", remark: "职教职培", id: 45, title: "职教职培"},{path: "/pages/tobeAgency/index", img: "https://matripe-cms.oss-cn-beijing.aliyuncs.com/2023-08-31/69997d62-bfd5-4597-8553-b873fb154c40_成为代理.png", remark: "赚取积分", id: 18, title: "赚取积分"},{path: "/pages/xiangmuhezuo/index", img: "https://matripe-cms.oss-cn-beijing.aliyuncs.com/2023-08-31/0a3700d8-61ef-41e7-86f1-3cd1298f54f1_项目合作.png", remark: "推荐有奖", id: 19, title: "推荐有奖"}
]
});
}
},

Loading…
Cancel
Save