|
@@ -381,16 +381,13 @@
|
|
},
|
|
},
|
|
// 跳转至效果报表
|
|
// 跳转至效果报表
|
|
goReportPage() {
|
|
goReportPage() {
|
|
- // if(this.userInfo.userId){
|
|
|
|
- // uni.navigateTo({
|
|
|
|
- // url: '../reportPage/reportPage'
|
|
|
|
- // })
|
|
|
|
- // }else{
|
|
|
|
- // uni.$emit('unLogin')
|
|
|
|
- // }
|
|
|
|
- uni.navigateTo({
|
|
|
|
- url: '../reportPage/reportPage'
|
|
|
|
- })
|
|
|
|
|
|
+ if(this.userInfo.userId){
|
|
|
|
+ uni.navigateTo({
|
|
|
|
+ url: '../reportPage/reportPage'
|
|
|
|
+ })
|
|
|
|
+ }else{
|
|
|
|
+ uni.$emit('unLogin')
|
|
|
|
+ }
|
|
},
|
|
},
|
|
toShouYiPage() {
|
|
toShouYiPage() {
|
|
if(this.userInfo.userId){
|
|
if(this.userInfo.userId){
|