key1_beacon_xcx/pages/table-data/index.wxml
2023-11-20 21:49:46 +08:00

23 lines
821 B
Plaintext

<view class="table-data-page">
<view class="table-data-container">
<!-- 标题 -->
<view class="title-box">
<view class="title">渤银理财理财分销对接代销系统采购项目</view>
<view class="price-box">
<price wx:if="true" priceUnit="yuan" wr-class="price-class" symbol="" price="99" fill="true" decimalSmaller />
<view wx:else class="price-class black">价格待定</view>
</view>
</view>
<!-- 详情单元格 -->
<view class="detail-box">
<view class="detail-margin-box">
<t-cell t-class-title="cell-class" t-class-note="node-class" title="单行标题" note="辅助信息" />
<t-cell t-class-title="cell-class" t-class-note="node-class" title="单行标题" note="辅助信息" />
</view>
</view>
</view>
</view>