修改
This commit is contained in:
parent
f326b713f5
commit
69f055d874
@ -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">
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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) { //获取传值
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user