style: 运行 format 格式化代码
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
<!--custom-tab-bar/index.wxml-->
|
<!--custom-tab-bar/index.wxml-->
|
||||||
<t-tab-bar t-class="t-tab-bar" value="{{value}}" bindchange="onChange" fixed="{{false}}" split="{{false}}">
|
<t-tab-bar
|
||||||
|
t-class="t-tab-bar"
|
||||||
|
value="{{value}}"
|
||||||
|
bindchange="onChange"
|
||||||
|
fixed="{{false}}"
|
||||||
|
split="{{false}}"
|
||||||
|
>
|
||||||
<t-tab-bar-item wx:for="{{list}}" wx:key="value" value="{{item.value}}" icon="{{item.icon}}">
|
<t-tab-bar-item wx:for="{{list}}" wx:key="value" value="{{item.value}}" icon="{{item.icon}}">
|
||||||
{{item.label}}
|
{{item.label}}
|
||||||
</t-tab-bar-item>
|
</t-tab-bar-item>
|
||||||
|
|||||||
@@ -28,9 +28,7 @@
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<view class="button-group">
|
<view class="button-group">
|
||||||
<t-button theme="primary" size="large" bind:tap="handleLogin" block>
|
<t-button theme="primary" size="large" bind:tap="handleLogin" block> 登录 </t-button>
|
||||||
登录
|
|
||||||
</t-button>
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Reference in New Issue
Block a user