Feat: 寻趣味接口对接(缺分享接口,店住名称字段)
This commit is contained in:
@@ -13,7 +13,10 @@
|
||||
<view>
|
||||
<view class="v12-font-28 v12-mb-1 v12-dark1-text">{{ info.openTime || '' }}</view>
|
||||
<view class="v12-font-28 v12-mb-1 v12-dark1-text">{{ info.address || '' }}</view>
|
||||
<view class="v12-font-28 v12-mb-1 v12-dark1-text">{{ info.announcement || '' }}</view>
|
||||
<view class="v12-font-28 v12-mb-1 v12-dark1-text v12-d-flex">
|
||||
<u-icon size="16" :name="webUrl + '/orderIcon/laba.png'"></u-icon>
|
||||
{{ info.announcement || '' }}
|
||||
</view>
|
||||
</view>
|
||||
<view class="action-wrap">
|
||||
<view @click="showLocation">
|
||||
@@ -36,7 +39,7 @@
|
||||
简介
|
||||
</view>
|
||||
<view class="intro-text">
|
||||
{{ info.desc || '' }}
|
||||
<rich-text class="" :nodes="info.desc"></rich-text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -84,6 +87,7 @@ export default {
|
||||
background: #fff;
|
||||
margin-top: 20rpx;
|
||||
border-radius: 30rpx;
|
||||
padding: 20rpx;
|
||||
}
|
||||
.intro-text{
|
||||
color: #999;
|
||||
|
||||
Reference in New Issue
Block a user