首页 地图找人页面

This commit is contained in:
Mr.jiang 2024-06-25 23:07:20 +08:00
parent ad75e5f948
commit dfb998f2e3
3 changed files with 16 additions and 8 deletions

View File

@ -454,7 +454,7 @@
"path": "pages/therapist/therapist",
"style": {
"navigationBarTitleText": "理疗师",
"enablePullDownRefresh": true,
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": false
}
@ -466,7 +466,7 @@
"path": "pages/therapist/therapist",
"style": {
"navigationBarTitleText": "理疗师",
"enablePullDownRefresh": true,
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": false
}
@ -484,7 +484,7 @@
"path": "pages/therapist/orderDetail",
"style": {
"navigationBarTitleText": "理疗师详情",
"enablePullDownRefresh": true,
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": false
}

View File

@ -59,7 +59,7 @@
<image src="../../static/index-fenglei1.png" mode="widthFix"></image>
<span class="feng_word">盛安套餐</span>
</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>
<span class="feng_word">盛安技师</span>
</view>
@ -597,6 +597,11 @@
}
})
},
goNavs(e){
uni.switchTab({
url:e
})
},
goNav(e){
if(e!=undefined){
uni.navigateTo({

View File

@ -1215,14 +1215,17 @@ import permision from "@/components/permission.js";
this.page = this.page + 1;
this.getlist()
},
onPullDownRefresh: function() {
this.page = 1;
this.getlist()
},
// onPullDownRefresh: function() {
// this.page = 1;
// this.getlist()
// },
}
</script>
<style lang="scss" scoped>
/deep/.margin-bottom-sm{
margin-bottom: 70px;
}
/deep/.u-drawer,/deep/.u-mask-show{
z-index:11 !important;
}