Skip to content

Commit ac2a320

Browse files
committed
v2.1.3
1 parent 17ff7fb commit ac2a320

File tree

49 files changed

+6529
-4915
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+6529
-4915
lines changed
-2.06 KB
Binary file not shown.

demo/app.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
//app.js
22
App({
33
onLaunch: function() {
4+
if (wx.cloud) {
5+
wx.cloud.init({
6+
traceUser: true
7+
})
8+
}
49
wx.getSystemInfo({
510
success: e => {
611
this.globalData.StatusBar = e.statusBarHeight;

demo/app.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"pages/plugin/indexes/indexes",
2929
"pages/plugin/gradual/gradual",
3030
"pages/plugin/animation/animation",
31-
"pages/auth/auth",
3231
"pages/about/about/about",
3332
"pages/about/log/log",
3433
"pages/about/test/list",

demo/colorui/components/cu-custom.wxml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<view class="cu-custom" style="height:{{CustomBar}}px">
22
<view class="cu-bar fixed {{bgImage!=''?'none-bg text-white bg-img':''}} {{bgColor}}" style="height:{{CustomBar}}px;padding-top:{{StatusBar}}px;{{bgImage?'background-image:url(' + bgImage+')':''}}">
33
<view class="action" bindtap="BackPage" wx:if="{{isBack}}">
4-
<text class="icon-back"></text>
4+
<text class="cuIcon-back"></text>
55
<slot name="backText"></slot>
66
</view>
77
<view class="action border-custom" wx:if="{{isCustom}}" style="width:{{Custom.width}}px;height:{{Custom.height}}px;margin-left:calc(750rpx - {{Custom.right}}px)">
8-
<text class="icon-back" bindtap="BackPage"></text>
9-
<text class="icon-homefill" bindtap="toHome"></text>
8+
<text class="cuIcon-back" bindtap="BackPage"></text>
9+
<text class="cuIcon-homefill" bindtap="toHome"></text>
1010
</view>
1111
<view class="content" style="top:{{StatusBar}}px">
1212
<slot name="content"></slot>

demo/colorui/icon.wxss

Lines changed: 918 additions & 324 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)