修改项目库详情底部
This commit is contained in:
parent
36d0fb024a
commit
5e13566b42
@ -1572,6 +1572,21 @@ navigator {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.already-join {
|
||||||
|
font-size: 24rpx;
|
||||||
|
color: #aaaaaa;
|
||||||
|
|
||||||
|
.top {
|
||||||
|
.img {
|
||||||
|
width: 24rpx;
|
||||||
|
height: 24rpx;
|
||||||
|
margin-right: 9rpx;
|
||||||
|
}
|
||||||
|
|
||||||
|
margin-bottom: 13.5rpx;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -632,7 +632,13 @@
|
|||||||
加入对比单
|
加入对比单
|
||||||
</view>
|
</view>
|
||||||
<block wx:elif="{{ contras.ismanage == 1 && contras.status == 1 }}">
|
<block wx:elif="{{ contras.ismanage == 1 && contras.status == 1 }}">
|
||||||
<view class="remark flexacenter" bind:tap="openRemark">
|
<view class="already-join">
|
||||||
|
<view class="top flexcenter">
|
||||||
|
<image class="img" src="https://app.gter.net/image/miniApp/offer/tick-gray-round.svg" mode="widthFix"></image>已加入
|
||||||
|
</view>
|
||||||
|
<view class="bottom flexacenter">可点击左侧“我的项目”进行项目对比或管理</view>
|
||||||
|
</view>
|
||||||
|
<!-- <view class="remark flexacenter" bind:tap="openRemark">
|
||||||
<image class="icon" src="/img/u1434.png" mode="widthFix"></image>
|
<image class="icon" src="/img/u1434.png" mode="widthFix"></image>
|
||||||
<view wx:if="{{ remark }}" class="text one-line-display">{{ remark }}</view>
|
<view wx:if="{{ remark }}" class="text one-line-display">{{ remark }}</view>
|
||||||
<view wx:else class="text placeholder">添加备注…</view>
|
<view wx:else class="text placeholder">添加备注…</view>
|
||||||
@ -655,7 +661,7 @@
|
|||||||
<image class="icon" src="https://app.gter.net/image/miniApp/offer/triangle-white.svg"></image>
|
<image class="icon" src="https://app.gter.net/image/miniApp/offer/triangle-white.svg"></image>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view> -->
|
||||||
</block>
|
</block>
|
||||||
<view wx:else class="btns flex1 flexacenter">
|
<view wx:else class="btns flex1 flexacenter">
|
||||||
<view class="item flexcenter flex1 {{ contras.status == 1 ? 'already' : '' }}" bind:tap="addComparison">
|
<view class="item flexcenter flex1 {{ contras.status == 1 ? 'already' : '' }}" bind:tap="addComparison">
|
||||||
|
@ -1300,6 +1300,18 @@ navigator {
|
|||||||
border-color: #ebebeb;
|
border-color: #ebebeb;
|
||||||
color: #AAAAAA;
|
color: #AAAAAA;
|
||||||
}
|
}
|
||||||
|
.bottom-base .right .already-join {
|
||||||
|
font-size: 24rpx;
|
||||||
|
color: #aaaaaa;
|
||||||
|
}
|
||||||
|
.bottom-base .right .already-join .top {
|
||||||
|
margin-bottom: 13.5rpx;
|
||||||
|
}
|
||||||
|
.bottom-base .right .already-join .top .img {
|
||||||
|
width: 24rpx;
|
||||||
|
height: 24rpx;
|
||||||
|
margin-right: 9rpx;
|
||||||
|
}
|
||||||
.admission-pop {
|
.admission-pop {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
{
|
{
|
||||||
"name": "pages/projectDetails/projectDetails",
|
"name": "pages/projectDetails/projectDetails",
|
||||||
"pathName": "pages/projectDetails/projectDetails",
|
"pathName": "pages/projectDetails/projectDetails",
|
||||||
"query": "uniqid=8W4HvTynTyHv",
|
"query": "uniqid=GTvG5CqPjunL",
|
||||||
"launchMode": "default",
|
"launchMode": "default",
|
||||||
"scene": null
|
"scene": null
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user