This commit is contained in:
zdx
2020-12-28 17:25:45 +08:00
parent 092f0bad14
commit e93ee1ed17
21 changed files with 703 additions and 145 deletions

View File

@@ -32,6 +32,11 @@ Page({
}
},
/**
* 跳转到个人
* 跳转到订单列表
*/
beSure(){
wx.navigateTo({
url: '/pages/user/companyMine/companyOrder',
})
}
})

View File

@@ -80,6 +80,10 @@ page {
color: #fff;
font-size: 34rpx;
padding: 0 30rpx;
display:-webkit-box;
-webkit-line-clamp:3;
-webkit-box-orient:vertical;
overflow:hidden;
}
.share_content .des{
color: #fff;