|
@@ -412,6 +412,10 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
toShareCard(projectId,type){
|
|
toShareCard(projectId,type){
|
|
|
|
+ let href = location.origin+location.pathname;
|
|
|
|
+ uni.navigateTo({
|
|
|
|
+ url:'../shareCardPage/shareCardPage?page='+href+"&projectId="+projectId+"&type="+type
|
|
|
|
+ })
|
|
if(this.userInfo.userId){
|
|
if(this.userInfo.userId){
|
|
let href = location.origin+location.pathname;
|
|
let href = location.origin+location.pathname;
|
|
uni.navigateTo({
|
|
uni.navigateTo({
|
|
@@ -627,7 +631,6 @@
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
text-align: left;
|
|
text-align: left;
|
|
color: #b1b1b1;
|
|
color: #b1b1b1;
|
|
- font-style: italic;
|
|
|
|
position: absolute;
|
|
position: absolute;
|
|
left: 50%;
|
|
left: 50%;
|
|
top: 30rpx;
|
|
top: 30rpx;
|
|
@@ -716,12 +719,12 @@
|
|
align-items: center;
|
|
align-items: center;
|
|
|
|
|
|
.title_txt {
|
|
.title_txt {
|
|
- font-size: 24rpx;
|
|
|
|
|
|
+ font-size: 32rpx;
|
|
font-family: FontName, FontName-Regular;
|
|
font-family: FontName, FontName-Regular;
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
text-align: left;
|
|
text-align: left;
|
|
color: #b1b1b1;
|
|
color: #b1b1b1;
|
|
- font-style: italic;
|
|
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
.title_right_cion {
|
|
.title_right_cion {
|