31 lines
933 B
Plaintext
31 lines
933 B
Plaintext
<view class="bus-wrap">
|
|
<view class="banner">
|
|
<image src="{{detailInfo.logo}}" mode="widthFix"></image>
|
|
</view>
|
|
<view class="title">{{detailInfo.storeName}}</view>
|
|
<view class="name-info flex-row">
|
|
<view class="name-left flex-col">
|
|
<view class="flex-row arti">
|
|
<view>
|
|
<image src="../../images/shop/addr.png" mode="widthFix"></image>
|
|
</view>
|
|
<view class="flex-col">
|
|
{{detailInfo.address}}
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="name-right" wx:if="{{detailInfo.servicePhone}}">
|
|
<image src="../../images/shop/tel.png" mode="widthFix"></image>{{detailInfo.servicePhone}}
|
|
</view>
|
|
</view>
|
|
<view class="title1">店铺详情</view>
|
|
<view class="vi-content">
|
|
{{detailInfo.intro}}
|
|
</view>
|
|
<view class="title1">优惠力度</view>
|
|
<view class="vi-content">
|
|
1.优惠力度,优惠力度,优惠力度,优惠力度优惠力度
|
|
</view>
|
|
</view>
|
|
|