File tree Expand file tree Collapse file tree 7 files changed +221
-183
lines changed
template/nav-search-input/detail Expand file tree Collapse file tree 7 files changed +221
-183
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import App from './App'
3
3
4
4
import pageHead from './components/page-head.vue'
5
5
import pageFoot from './components/page-foot.vue'
6
-
6
+ import uLink from '@/components/uLink.vue'
7
7
import store from './store'
8
8
9
9
Vue . config . productionTip = false
@@ -17,7 +17,7 @@ Vue.prototype.$backgroundAudioData = {
17
17
18
18
Vue . component ( 'page-head' , pageHead )
19
19
Vue . component ( 'page-foot' , pageFoot )
20
-
20
+ Vue . component ( 'uLink' , uLink )
21
21
22
22
App . mpType = 'app'
23
23
Original file line number Diff line number Diff line change 135
135
{
136
136
"path" : " pages/component/input/input" ,
137
137
"style" : {
138
- "navigationBarTitleText" : " input"
138
+ "navigationBarTitleText" : " input" ,
139
+ "app-plus" : {
140
+ "softinputNavBar" : " none"
141
+ }
139
142
}
140
143
},
141
144
{
596
599
}, {
597
600
"path" : " nav-bar/nav-bar" ,
598
601
"style" : {
599
- "navigationBarTitleText" : " NavBar 导航栏"
602
+ "navigationBarTitleText" : " NavBar 导航栏" ,
603
+ "navigationStyle" : " custom" ,
604
+ "enablePullDownRefresh" : true ,
605
+ "app-plus" : {
606
+ "titleNView" : false ,
607
+ "bounce" : " none" ,
608
+ "pullToRefresh" : {
609
+ "style" : " circle" ,
610
+ "offset" : " 70px"
611
+ }
612
+ }
600
613
}
601
614
}, {
602
615
"path" : " number-box/number-box" ,
You can’t perform that action at this time.
0 commit comments