beifen
This commit is contained in:
@@ -32,6 +32,11 @@ Page({
|
||||
}
|
||||
},
|
||||
/**
|
||||
* 跳转到个人
|
||||
* 跳转到订单列表
|
||||
*/
|
||||
beSure(){
|
||||
wx.navigateTo({
|
||||
url: '/pages/user/companyMine/companyOrder',
|
||||
})
|
||||
}
|
||||
})
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user