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