增加分享

This commit is contained in:
TOP糯米 2023-03-19 15:41:06 +08:00
parent 940b751eea
commit d6084ba021
1 changed files with 6 additions and 2 deletions

View File

@ -38,9 +38,9 @@
<view class="text-box">
<text class="text">已服务{{ detail.times }}</text>
</view>
<view class="share-icon" @click="share">
<button class="share-icon" open-type="share">
<text class="iconfont icon-fenxiang"></text>
</view>
</button>
</view>
</view>
<view class="service-section detail-box">
@ -284,11 +284,15 @@ export default {
position: absolute;
right: 0;
bottom: 45rpx;
background-color: unset;
.iconfont {
color: #999999;
font-size: 35rpx;
}
}
.share-icon::after {
border: 0;
}
}
.service-section.detail-box {
padding-bottom: 120rpx;