This commit is contained in:
曹辉 2023-03-10 11:36:05 +08:00
parent 4da1250c93
commit f966360a79
5 changed files with 13 additions and 3 deletions

View File

@ -40,15 +40,14 @@
<view class="content" style="display: block;">
· 仅工作日发货
</view>
<!-- <image src="../../static/huijiantou.png" mode=""></image> -->
</view>
<view class="picture">
<view class="selected">
图文服务
</view>
<!-- <u-parse :html="goodsDetailslist.goodsRemark"></u-parse> -->
<view class="textInfo" v-html="goodsDetailslist.goodsRemark">
</view>
<!-- <image v-for="(item,index) in info" :src="item.image" mode=""></image> -->
</view>
<view class="Purchasecolumn">
<view class="buy" @tap="buyshowtrue">

View File

@ -468,6 +468,10 @@
box-shadow: 0px 9px 31px 9px rgba(0, 0, 0, 0.03);
position: relative;
padding-bottom: 110rpx;
// ::v-deep p{
// word-break:break-all;
// text-indent: 2rem;
// }
.textInfo {
word-break:break-all;
font-size: 29rpx;

View File

@ -4,13 +4,15 @@
{{item.informationTitle}}
</view>
<u-parse :html="item.informationContent"></u-parse>
<!-- <view class="text" v-html="item.informationContent">
</view>-->
</view>
</template>
<script>
export default {
data() {
return {
item: '',
item: null,
};
},
onLoad(options) { //

View File

@ -100,6 +100,10 @@
font-size: 31rpx;
padding: 3%;
padding-bottom: 150rpx;
// ::v-deep p{
// word-break:break-all;
// text-indent: 2rem;
// }
.textInfo {
word-break:break-all;
font-size: 29rpx;

View File

@ -36,6 +36,7 @@
</view> -->
<view class="detailtitle">
<view class="Introduction">服务详情:</view>
<!-- <u-parse :html="list.nurseItemContent"></u-parse> -->
<view class="textInfo" v-if="list.nurseItemContent" v-html="list.nurseItemContent">
</view>
</view>