Commit 79e0bbc3 authored by zhengke's avatar zhengke

修改

parent 7a2d6fe2
...@@ -205,10 +205,10 @@ ...@@ -205,10 +205,10 @@
></u-rate> ></u-rate>
<span style='font-size: 11px;color: #565656;margin-left: 15px;'>导游:{{comments[0].CommentList[1].GuideName}}</span> <span style='font-size: 11px;color: #565656;margin-left: 15px;'>导游:{{comments[0].CommentList[1].GuideName}}</span>
</view> </view>
<view class="comment-dao" style="padding: 10px 0;"> <view class="comment-dao" style="padding-top: 10px;">
<span>{{comments[0].CommentList[1].Content}}</span> <span>{{comments[0].CommentList[1].Content}}</span>
</view> </view>
<view class="comment-dao" style="flex-wrap: wrap;"> <view class="comment-dao" style="flex-wrap: wrap;" v-if="comments[0].CommentList[1].CommentImgList.length>0">
<image <image
v-for="(item, index) in comments[0].CommentList[1].CommentImgList" :key="index" v-for="(item, index) in comments[0].CommentList[1].CommentImgList" :key="index"
mode="aspectFill" mode="aspectFill"
...@@ -217,7 +217,7 @@ ...@@ -217,7 +217,7 @@
:style="{'width':san,'height':san}" :style="{'width':san,'height':san}"
/> />
</view> </view>
<view style="width: 100%;height: 1px;background: rgba(0, 0, 0, 0.1);margin: 10px 0;"></view> <view style="width: 100%;height: 1px;background: rgba(0, 0, 0, 0.03);margin: 10px 0;"></view>
<view class="comment-dao" > <view class="comment-dao" >
<u-rate <u-rate
...@@ -334,15 +334,7 @@ ...@@ -334,15 +334,7 @@
san:'100px', san:'100px',
} }
}, },
onLoad(option){ onLoad(option){
option={EndTime: "2020/09/27 13:55:10",
GoodsId: "368207",
Pickcar: "成都",
RideNum: "1",
StartTime: "2020/09/27 13:55:00",
address: "四川省成都市锦江区中纱帽街8号",}
console.log(option,'option')
if(option && option.GoodsId){ if(option && option.GoodsId){
this.GoodsId = option.GoodsId this.GoodsId = option.GoodsId
} }
......
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