|
@@ -42,7 +42,7 @@
|
|
|
{
|
|
{
|
|
|
iconPath: 'static/images/tabbar/unselect/xuexi-sj.png',
|
|
iconPath: 'static/images/tabbar/unselect/xuexi-sj.png',
|
|
|
activePath: 'static/images/tabbar/select/xuexi-sj.png',
|
|
activePath: 'static/images/tabbar/select/xuexi-sj.png',
|
|
|
- path: `/pages/zhuanti/index`
|
|
|
|
|
|
|
+ path: `/pages/chanpinneirong/index`
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
iconPath: 'static/images/tabbar/unselect/faxian-sj.png',
|
|
iconPath: 'static/images/tabbar/unselect/faxian-sj.png',
|
|
@@ -52,7 +52,7 @@
|
|
|
{
|
|
{
|
|
|
iconPath: 'static/images/tabbar/unselect/wode-sj.png',
|
|
iconPath: 'static/images/tabbar/unselect/wode-sj.png',
|
|
|
activePath: 'static/images/tabbar/select/wode-sj.png',
|
|
activePath: 'static/images/tabbar/select/wode-sj.png',
|
|
|
- path: `/pages/chanpinMy/my`
|
|
|
|
|
|
|
+ path: `/pages/my/index`
|
|
|
},
|
|
},
|
|
|
],
|
|
],
|
|
|
currentTab: 0,
|
|
currentTab: 0,
|
|
@@ -100,7 +100,7 @@
|
|
|
this.$refs.youkeDialogRef.handleShow();
|
|
this.$refs.youkeDialogRef.handleShow();
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|
|
|
- uni.redirectTo({
|
|
|
|
|
|
|
+ uni.navigateTo({
|
|
|
url: path + '?levelId=' + this.levelId + '&typeId=' + this.typeId + '&subjectId=' +
|
|
url: path + '?levelId=' + this.levelId + '&typeId=' + this.typeId + '&subjectId=' +
|
|
|
this.subjectId + '&tipFlag=' + this.tipFlag
|
|
this.subjectId + '&tipFlag=' + this.tipFlag
|
|
|
});
|
|
});
|