Files

21 lines
751 B
Plaintext
Raw Permalink Normal View History

2025-12-11 09:50:02 +08:00
<cu-custom bgColor="bg-gradual-blue"
isBack="true">
<block bindtap="back" slot="backText" >返回</block>
<view slot="content">{{Hotelinfo.HotelName}}({{Hotelinfo.Code}})</view>
</cu-custom>
<scroll-view scroll-y >
<view class='nav-list' style="margin-top: 20rpx;">
<navigator open-type="navigate" hover-class="navigator-hover" url="/pages/basics/{{item.name}}/{{item.name}}?HotelId={{Hotelinfo.HotelId}}" class="nav-li bg-{{item.color}}" wx:for="{{elements}}" wx:key>
<view class="nav-title ">{{item.title}}</view>
<!-- <view class="nav-name">{{item.name}}</view> -->
<!-- <text class='cuIcon-{{item.icon}}'></text> -->
</navigator>
</view>
<view class='cu-tabbar-height'></view>
</scroll-view>