Commit 85b82277 authored by 罗超's avatar 罗超

更新换行问题

parent 4d1d8446
......@@ -103,7 +103,9 @@
<view class="jz_MainTitle">
<text v-if="dataList.title">{{ dataList.title }}</text>
</view>
<view class="jz_Maidian" v-text="dataList.productRecommend"> </view>
<view class="jz_Maidian">
<text>{{dataList.productRecommend}}</text>
</view>
</view>
<view class="jz_Service">
<view class="jz_Serflex">
......@@ -1123,8 +1125,11 @@ export default {
res.data.tempImgCover = JSON.parse(res.data.imgCover);
// let tempPrice= res.data.priceList.filter(x=>x.remainNum>0)
// res.data.priceList=tempPrice
this.dataList = res.data;
this.scenicNum = 0;
//this.dataList.productRecommend=this.dataList.productRecommend.split('\n').join('&hc')
console.log(this.dataList.productRecommend)
this.dataList.dayList.forEach((x) => {
x.dayArray.forEach((y) => {
if (y.type == 2) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment