|
|
|
@ -8,8 +8,10 @@ |
|
|
|
|
<view class="an_t_1">{{ foodDetail.title }}</view> |
|
|
|
|
<view class="amt_60 wc_cont"> |
|
|
|
|
<view :class="[zhankai > shouqi ? 'fod_det_inf' : 'fod_det_inf h_define_cont']"> |
|
|
|
|
<view class="lst_tit"><u-parse :content="foodDetail.content" :loading="loading" @preview="preview" |
|
|
|
|
@navigate="navigate" /></view> |
|
|
|
|
<view class="lst_tit" v-html="foodDetail.content"> |
|
|
|
|
|
|
|
|
|
<!-- <u-parse :content="foodDetail.content" :loading="loading" @preview="preview" |
|
|
|
|
@navigate="navigate" /> --></view> |
|
|
|
|
<!-- <view @tap="opens()" :class="[zhankai > shouqi ? 'hide' : 'nr_hide']"> |
|
|
|
|
+ 查看详细 |
|
|
|
|
<image src="/static/animg/index/btn_more.png" class="data-is-bottom"></image> |
|
|
|
@ -100,6 +102,7 @@ export default { |
|
|
|
|
(this.lon = this.$param.clng), (this.lat = this.$param.clat); |
|
|
|
|
this.getIsShow(); |
|
|
|
|
this.getFoodDetail(option.fid, option.fareacode); |
|
|
|
|
|
|
|
|
|
that.$util.saveOperatorLog(that, 'FOOD', option.fid); |
|
|
|
|
}, |
|
|
|
|
methods: { |
|
|
|
@ -146,6 +149,7 @@ export default { |
|
|
|
|
} |
|
|
|
|
this.restaurantList = shangjia; |
|
|
|
|
this.foodDetail = data; |
|
|
|
|
console.log("adsf",this.foodDetail) |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
opens: function () { |
|
|
|
|