Commit 5459131e authored by 罗超's avatar 罗超

1

parent 4d02ad0f
...@@ -152,13 +152,26 @@ ...@@ -152,13 +152,26 @@
justify-content: center; justify-content: center;
} }
.bwytBtn{ .bwytBtn{
position: fixed;
right: 20rpx;
bottom: 140rpx;
z-index: 50;
font-size: 16rpx;
border-radius: 50%;
color: #FFFFFF;
width: 42px;
height: 42px;
text-align: center;
vertical-align: middle;
background-color: #40766E;
padding: 5rpx;
} }
</style> </style>
<template> <template>
<scroll-view :scroll-y="true" @scroll="scrollHandler" @scrolltoupper="scrollTopHandler" style="height: 100vh;position: relative;"> <scroll-view :scroll-y="true" @scroll="scrollHandler" @scrolltoupper="scrollTopHandler" style="height: 100vh;position: relative;">
<button open-type="contact" :send-message-title="dataList.Name" :send-message-path="path" :send-message-img="dataList.Photo" :show-message-card="true" class="bwytBtn">帮我约TA</button>
<view class="persondetails" > <view class="persondetails" >
<button open-type="contact" send-message-title="dataList.Name" :send-message-path="path" :send-message-img="dataList.Photo" :show-message-card="true" class="bwytBtn">帮我<br/>约TA</button>
<view class="headStatus" v-if="scrollTop > 50" :style="[headStyle, <view class="headStatus" v-if="scrollTop > 50" :style="[headStyle,
{ {
zIndex: scrollTop < 10 ? 'unset' : 2, zIndex: scrollTop < 10 ? 'unset' : 2,
...@@ -442,10 +455,6 @@ ...@@ -442,10 +455,6 @@
url: '/pages/blindDate/basicdata' url: '/pages/blindDate/basicdata'
}) })
}, },
// 帮我约ta
yueta(){
}
} }
} }
</script> </script>
......
...@@ -436,7 +436,7 @@ ...@@ -436,7 +436,7 @@
border-radius: 21px; border-radius: 21px;
position: fixed; position: fixed;
right: 20rpx; right: 20rpx;
bottom: 170rpx; bottom: 140rpx;
background: #40766E; background: #40766E;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
<u-icon name="arrow-left" size="44"></u-icon> <u-icon name="arrow-left" size="44"></u-icon>
</view> </view>
</view> </view>
<view @click='yj' style="width: 200px;height: 50px;">活动</view> <!-- <view @click='yj' style="width: 200px;height: 50px;">活动</view> -->
<u-tabs v-if="myPageData.home_pages && myPageData.home_pages.navs.length > 1" name="name" :list="myPageData.home_pages.navs" <u-tabs v-if="myPageData.home_pages && myPageData.home_pages.navs.length > 1" name="name" :list="myPageData.home_pages.navs"
:is-scroll="true" :active-color="mainColor" :current="active" :bar-width="80" :font-size="32" :bold="false" @change="changeHandler"></u-tabs> :is-scroll="true" :active-color="mainColor" :current="active" :bar-width="80" :font-size="32" :bold="false" @change="changeHandler"></u-tabs>
<template v-for="(item, i) in myPageData.home_pages.navs"> <template v-for="(item, i) in myPageData.home_pages.navs">
...@@ -725,7 +725,9 @@ ...@@ -725,7 +725,9 @@
console.log(e) console.log(e)
} }
uni.navigateTo({ url: "/pages/reserve/goodsDetails?GoodsId=" + that.GoodsId }); uni.navigateTo({ url: "/pages/reserve/goodsDetails?GoodsId=" + that.GoodsId });
} } else if(that.JumpType == 11){
uni.navigateTo({ url: "/pages/blindDate/persondetails?UserId=" + that.GoodsId });
}
}, 500); }, 500);
}, },
...@@ -1132,12 +1134,12 @@ ...@@ -1132,12 +1134,12 @@
this.$refs.city[0].getPickcar(Name) this.$refs.city[0].getPickcar(Name)
}, },
yj(){ // yj(){
uni.navigateTo({ // uni.navigateTo({
url: '/pages/blindDate/userList' // url: '/pages/blindDate/editData'
// url: '/pages/kotra/carrier/list' // // url: '/pages/kotra/carrier/list'
}) // })
} // }
}, },
}; };
</script> </script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment