咨询列表

This commit is contained in:
zoujiandong 2024-05-23 09:04:56 +08:00
parent f2ebbb5791
commit 2c5db5c9c3
7 changed files with 13 additions and 13 deletions

View File

@ -244,7 +244,7 @@ Component({
showModal() {
this.setData({
hideModal: true,
blockHeight:"1130rpx"
blockHeight:"830rpx"
})
},
// 隐藏遮罩层

View File

@ -4,7 +4,7 @@
<view class="leftimg">
<image src="{{img_host+'/freezx.png'}}" class="zxicon"></image>
<view class="right">
<view class="name">公益咨询</view>
<view class="name">特惠咨询</view>
<view class="price">¥{{price.welfare_inquiry_price}}<text class="unit">起</text></view>
</view>
</view>
@ -12,7 +12,7 @@
<view class="btn" bindtap="goFree">去咨询</view>
</view>
</view>
<view class="viewwrap">
<!-- <view class="viewwrap">
<view class="leftimg">
<image src="https://img.applets.igandanyiyuan.com/applet/patient/static/quickzx.png" class="zxicon"></image>
<view class="right">
@ -23,12 +23,12 @@
<view class="consultbtn">
<view class="btn" bindtap="goQuick">去咨询</view>
</view>
</view>
</view> -->
<view class="viewwrap">
<view class="leftimg">
<image src="https://img.applets.igandanyiyuan.com/applet/patient/static/expertzx.png" class="zxicon"></image>
<view class="right">
<view class="name">专家问诊</view>
<view class="name">专家</view>
<view class="price">¥{{price.expert_inquiry_price}}<text class="unit">起</text></view>
</view>
</view>
@ -36,7 +36,7 @@
<view class="btn" bindtap="goExpert">去咨询</view>
</view>
</view>
<view class="viewwrap">
<!-- <view class="viewwrap">
<view class="leftimg">
<image src="https://img.applets.igandanyiyuan.com/applet/patient/static/buyyao.png" class="zxicon"></image>
<view class="right">
@ -47,5 +47,5 @@
<view class="consultbtn">
<view class="btn" bindtap="goBuyMedince">去咨询</view>
</view>
</view>
</view> -->
</view>

View File

@ -274,7 +274,7 @@ Page({
}),
goExpert:throttle(function(){
wx.showToast({
title: '即将开通',
title: '敬请期待',
icon:'none'
})
// app.method.navigateTo({

View File

@ -75,7 +75,7 @@
<image src="{{img_host+'/hiv_disable.png'}}" style="width:80rpx;height:80rpx"></image>
</view>
<view class="desc">
诊断和鉴别,安心放心
恐艾咨询,健康指导
<!-- 专业医生,服务保障 -->
</view>
</view>

View File

@ -61,7 +61,7 @@
.wenzhencell .desc {
margin-top: 16rpx;
color: #666;
font-size: 30rpx;
font-size: 28rpx;
}
.buybox {

View File

@ -316,10 +316,10 @@ Page({
onLoad(options) {
if(options.type=="free"){
wx.setNavigationBarTitle({
title: "公益问诊"
title: "特惠问诊"
});
this.setData({
navName:"公益问诊",
navName:"特惠问诊",
inquiry_type:3,
inquiry_mode:1
})

View File

@ -69,7 +69,7 @@
}
.page-section-spacing .row{
margin-top: 40rpx;
margin-top: 30rpx;
margin-bottom: 30rpx;
}
.page-section-spacing .row:last-child{