首页 地图找人页面
This commit is contained in:
parent
ad75e5f948
commit
dfb998f2e3
|
@ -454,7 +454,7 @@
|
||||||
"path": "pages/therapist/therapist",
|
"path": "pages/therapist/therapist",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "理疗师",
|
"navigationBarTitleText": "理疗师",
|
||||||
"enablePullDownRefresh": true,
|
"enablePullDownRefresh": false,
|
||||||
"app-plus": {
|
"app-plus": {
|
||||||
"titleNView": false
|
"titleNView": false
|
||||||
}
|
}
|
||||||
|
@ -466,7 +466,7 @@
|
||||||
"path": "pages/therapist/therapist",
|
"path": "pages/therapist/therapist",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "理疗师",
|
"navigationBarTitleText": "理疗师",
|
||||||
"enablePullDownRefresh": true,
|
"enablePullDownRefresh": false,
|
||||||
"app-plus": {
|
"app-plus": {
|
||||||
"titleNView": false
|
"titleNView": false
|
||||||
}
|
}
|
||||||
|
@ -484,7 +484,7 @@
|
||||||
"path": "pages/therapist/orderDetail",
|
"path": "pages/therapist/orderDetail",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "理疗师详情",
|
"navigationBarTitleText": "理疗师详情",
|
||||||
"enablePullDownRefresh": true,
|
"enablePullDownRefresh": false,
|
||||||
"app-plus": {
|
"app-plus": {
|
||||||
"titleNView": false
|
"titleNView": false
|
||||||
}
|
}
|
||||||
|
|
|
@ -59,7 +59,7 @@
|
||||||
<image src="../../static/index-fenglei1.png" mode="widthFix"></image>
|
<image src="../../static/index-fenglei1.png" mode="widthFix"></image>
|
||||||
<span class="feng_word">盛安套餐</span>
|
<span class="feng_word">盛安套餐</span>
|
||||||
</view>
|
</view>
|
||||||
<view class="index-project-content" @click="goNav('/pages/therapist/therapist')">
|
<view class="index-project-content" @click="goNavs('/pages/therapist/therapist')">
|
||||||
<image src="../../static/index-fenglei2.png" mode="widthFix"></image>
|
<image src="../../static/index-fenglei2.png" mode="widthFix"></image>
|
||||||
<span class="feng_word">盛安技师</span>
|
<span class="feng_word">盛安技师</span>
|
||||||
</view>
|
</view>
|
||||||
|
@ -597,6 +597,11 @@
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
goNavs(e){
|
||||||
|
uni.switchTab({
|
||||||
|
url:e
|
||||||
|
})
|
||||||
|
},
|
||||||
goNav(e){
|
goNav(e){
|
||||||
if(e!=undefined){
|
if(e!=undefined){
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
|
|
|
@ -1215,14 +1215,17 @@ import permision from "@/components/permission.js";
|
||||||
this.page = this.page + 1;
|
this.page = this.page + 1;
|
||||||
this.getlist()
|
this.getlist()
|
||||||
},
|
},
|
||||||
onPullDownRefresh: function() {
|
// onPullDownRefresh: function() {
|
||||||
this.page = 1;
|
// this.page = 1;
|
||||||
this.getlist()
|
// this.getlist()
|
||||||
},
|
// },
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
/deep/.margin-bottom-sm{
|
||||||
|
margin-bottom: 70px;
|
||||||
|
}
|
||||||
/deep/.u-drawer,/deep/.u-mask-show{
|
/deep/.u-drawer,/deep/.u-mask-show{
|
||||||
z-index:11 !important;
|
z-index:11 !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue