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

View File

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

View File

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

View File

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

View File

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

View File

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