10 changed files with 159 additions and 30 deletions
Unified View
Diff Options
-
2api/saas.js
-
21components/notify/index.wxml
-
2pages/index/index.js
-
3pages/index/index.json
-
5pages/index/index.wxml
-
102pages/setting/paper-detial/index.js
-
9pages/setting/paper-detial/index.json
-
20pages/setting/paper-detial/index.wxml
-
19pages/setting/paper/index.js
-
6pages/setting/paper/index.wxml
@ -1,18 +1,7 @@ |
|||||
<van-transition |
|
||||
name="slide-down" |
|
||||
show="{{ show }}" |
|
||||
custom-class="van-notify__container" |
|
||||
custom-style="z-index: {{ zIndex }};" |
|
||||
bind:tap="onTap" |
|
||||
> |
|
||||
<view |
|
||||
class="van-notify van-notify--{{ type }}" |
|
||||
style="background:{{ background }};color:{{ color }};" |
|
||||
> |
|
||||
<view |
|
||||
wx:if="{{ safeAreaInsetTop }}" |
|
||||
style="height: {{ statusBarHeight }}px" |
|
||||
></view> |
|
||||
|
<van-transition name="slide-down" show="{{ show }}" custom-class="van-notify__container" |
||||
|
custom-style="z-index: {{ zIndex }};" bind:tap="onTap"> |
||||
|
<view class="van-notify van-notify--{{ type }}" style="background:{{ background }};color:{{ color }};"> |
||||
|
<view wx:if="{{ safeAreaInsetTop }}" style="height: {{ statusBarHeight }}px"></view> |
||||
<text>{{ message }}</text> |
<text>{{ message }}</text> |
||||
</view> |
</view> |
||||
</van-transition> |
|
||||
|
</van-transition> |
||||
@ -1,3 +1,10 @@ |
|||||
{ |
{ |
||||
"usingComponents": {} |
|
||||
|
"usingComponents": { |
||||
|
"van-button": "/components/button/index", |
||||
|
"van-field": "/components/field/index", |
||||
|
"van-dialog": "/components/dialog/index", |
||||
|
"van-popup": "/components/popup/index", |
||||
|
"van-picker": "/components/picker/index", |
||||
|
"van-notice-bar": "/components/notice-bar/index" |
||||
|
} |
||||
} |
} |
||||
Write
Preview
Loading…
Cancel
Save