咨询列表

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() { showModal() {
this.setData({ this.setData({
hideModal: true, hideModal: true,
blockHeight:"1130rpx" blockHeight:"830rpx"
}) })
}, },
// 隐藏遮罩层 // 隐藏遮罩层

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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