riku
2024-07-26 c827d70bd16535e103f4bcdd9f3ed53a5fd324e8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<t-tabs
  theme="card"
  defaultValue="{{0}}"
  space-evenly="{{true}}"
  t-class="custom-tabs"
  t-class-content="custom-panel"
>
  <t-tab-panel label="基本信息" value="{{0}}" class="custom-tab-panel">
    <view>基本信息</view>
  </t-tab-panel>
  <t-tab-panel label="设备信息" value="{{1}}" class="custom-tab-panel">
    <view>设备信息</view>
    <include src="./deviceinfo.wxml" />
  </t-tab-panel>
</t-tabs>