25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <!-- <navbar back home text="关于我们" ></navbar>
- <view style="height:{{navigationBarHeight}} "></view> -->
- <view class='codeBox'>
- <view class='code' >
- <image class='icons' src="{{img}}" mode='widthFix'></image>
- </view>
- <view class='info'>
- <view class='title'>{{name}}</view>
- <text class='introduction'>{{introduction}}</text>
- <view class='time'>
- <text>营业时间 :</text>
- <view class='timesBox'>
- <view class='times' tt:for="{{businessHoursH}}" tt:key="index" >
- <text>{{item.time}}</text><text style='margin-left:10rpx;'>({{item.weekName}})</text>
- </view>
- </view>
- </view>
- <view class='park' tt:if="{{parkPlaceNumber>0}}">
- <text>停车位 :</text>
- <text>{{parkPlaceNumber}}</text>
- </view>
- <view class='phone'>
- <text>热线电话 :</text>
- <image bindtap='phone' data-merchantLinkPhone='{{servicePhone}}' class="tel" src="../../assets/itemImg/tel1.jpg" />
- <text class='phoneNum' bindtap='phone' data-merchantLinkPhone='{{servicePhone}}'>{{servicePhone}}</text>
- </view>
- </view>
- </view>
|