|
@@ -103,16 +103,15 @@
|
|
|
|
|
|
onLoad((options) => {
|
|
|
init(options);
|
|
|
- // getProjectImg();
|
|
|
})
|
|
|
function getProjectImg(){
|
|
|
if(currentProduct.value ==1){
|
|
|
// 数学
|
|
|
- productTipImg.value = 'static/images/study/shuxue/study-wrap-bj.png';
|
|
|
+ productTipImg.value = 'static/images/study/shuxue/shuxue-tip.gif';
|
|
|
getBj('shuxue')
|
|
|
}else if(currentProduct.value ==2){
|
|
|
// 英语
|
|
|
- productTipImg.value = 'static/images/study/yingyu/test-item-active.png'
|
|
|
+ productTipImg.value = 'static/images/study/yingyu/yingyu-tip.gif'
|
|
|
getBj('yingyu');
|
|
|
}
|
|
|
}
|
|
@@ -344,6 +343,7 @@
|
|
|
|
|
|
function eggBtn() {
|
|
|
console.log('点击:开启提分之旅');
|
|
|
+ getProjectImg();
|
|
|
cacheManager.updateObject('auth', {
|
|
|
firstLogin: false
|
|
|
})
|