@@ -13,8 +13,11 @@
</view>
-
<view class="s_footer" style="text-align: center;padding: 80rpx;">
+ <button size="mini" class="m_btn_download" style="" @click="goToProjectMange">进入项目管理中心</button>
+ </view>
+
+ <!-- <view class="s_footer" style="text-align: center;padding: 80rpx;">
<view class="s_title" v-text="'推荐项目'">
@@ -43,7 +46,7 @@
</table>
- </view>
+ </view> -->
</template>
@@ -78,7 +81,10 @@
// });
// }
- this.getProjectsID();
+ // this.getProjectsID();
+ },
+ goToProjectMange(){
},
getProjectsID() {
// console.log('userID=',this.$UserId)
@@ -290,4 +296,13 @@
line-height: 120rpx;
font-size: 40rpx;
}
+ .m_btn_download {
+ height: 80rpx;
+ line-height: 80rpx;
+ padding: 0 70rpx;
+ background: #EA252C;
+ color: #fff;
+ font-family: MicrosoftYaHei;
+ }
</style>
@@ -89,7 +89,6 @@
this.$forceUpdate()
onClick_menu(index) {
if(!getApp().globalData.bLogin) {
alert('请先登录')
return
@@ -136,6 +136,10 @@
methods: {
onTopSYClick(index) {
+ if(!getApp().globalData.bLogin) {
+ alert('请先登录')
+ return
+ };
// console.log("点击了首页标题", index, myData_QXZB_SYQY.length);
let pageIndex = -1;
switch (index) {
@@ -292,6 +296,10 @@
//顶部导航左上角icon点击事件
onTopMenuIconClick() {
let indexArr = [];
switch (this.curShowPage) {
case 0: //登录