Skip to content

Commit 7f75053

Browse files
committed
build: Travis CI automatic compilation
1 parent a06ffff commit 7f75053

6 files changed

Lines changed: 87 additions & 99 deletions

File tree

dist/combined-tabs/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index-list/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index-list/index.wxml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<view class="index-list">
22

3-
<view wx:if="{{showSidebar}}" class="sidebar" catch:tap="onTapSidebar" catch:touchmove="onTouchMove" catch:touchend="onTouchend">
3+
<view wx:if="{{showSidebar}}" class="sidebar l-sidebar-class" catch:tap="onTapSidebar" catch:touchmove="onTouchMove" catch:touchend="onTouchend">
44
<block wx:for="{{sidebarData}}" wx:for-item="sidebarItem" wx:key="index">
5-
<view class="sidebar-item l-sidebar-class {{activeSidebarItem===index?'sidebar-item-active l-selected-class':'l-unselected-class'}}">{{sidebarItem}}</view>
5+
<view class="sidebar-item l-sidebar-item-class {{activeSidebarItem===index?'sidebar-item-active l-selected-class':'l-unselected-class'}}">{{sidebarItem}}</view>
66
</block>
77

88

0 commit comments

Comments
 (0)