init version kelfy-mini for new gitea
This commit is contained in:
679
pages/intelligentGuidance/intelligentGuidance.wxml
Normal file
679
pages/intelligentGuidance/intelligentGuidance.wxml
Normal file
@@ -0,0 +1,679 @@
|
||||
<view class="main">
|
||||
|
||||
<view class="tab-container">
|
||||
<view class="tab_type_left {{type=='bodyParts'? 'bodyParts-active':''}}" bindtap="handlebodyParts" data-type="bodyParts">身体部位</view>
|
||||
<view class="tab_type_right {{type=='questionsList'? 'questionsList-active': ''}}" bindtap="handlebodyParts" data-type="questionsList">部位列表</view>
|
||||
</view>
|
||||
|
||||
<view hidden="{{bodyPartsShow}}">
|
||||
<!-- 身体部位 -->
|
||||
<!-- 性别 -->
|
||||
<view class="place_switch_sex">
|
||||
<view class="switch">
|
||||
<view class="switchNums {{ switchSex === 0 ? 'currentNum' : '' }}" bindtap="switchChangeSex" data-index="0">{{ selectSexOptions[0] }}
|
||||
</view>
|
||||
<view class="switchNums {{ switchSex === 1 ? 'currentNum' : '' }}" bindtap="switchChangeSex" data-index="1">{{ selectSexOptions[1] }}</view>
|
||||
</view>
|
||||
</view>
|
||||
<!-- 年龄 -->
|
||||
<view class="place_switch_age">
|
||||
<view class="switch">
|
||||
<view class="switchNums {{ switchAge === 0 ? 'currentNum' : '' }}" bindtap="switchChangeAge" data-index="0">{{ selectAgeOptions[0] }}
|
||||
</view>
|
||||
<view class="switchNums {{ switchAge === 1 ? 'currentNum' : '' }}" bindtap="switchChangeAge" data-index="1">{{ selectAgeOptions[1] }}</view>
|
||||
</view>
|
||||
</view>
|
||||
<!-- 男正面 -->
|
||||
<view class="body_area_adult_male_frontal" hidden="{{adultMaleFrontalShow}}">
|
||||
<!-- 头部区域 -->
|
||||
<view class="head_area" bindtap="hendleMaleMap">
|
||||
<view class="head_area_single"></view>
|
||||
<view class="head_area_single"></view>
|
||||
<view class="head_area_single"></view>
|
||||
<view class="head_area_single"></view>
|
||||
<view class="head_area_single"></view>
|
||||
</view>
|
||||
<view class="chest_area" bindtap="hendleMaleMap">
|
||||
<!-- 胸部区域 -->
|
||||
<!-- 空白 -->
|
||||
<view class="chest_area_single"></view>
|
||||
<!-- 左大臂 -->
|
||||
<view class="chest_area_single_arm"></view>
|
||||
<!-- 胸部 -->
|
||||
<view class="chest_area_single_chest"></view>
|
||||
<!-- 右大臂 -->
|
||||
<view class="chest_area_single_arm"></view>
|
||||
<!-- 空白 -->
|
||||
<view class="chest_area_single"></view>
|
||||
</view>
|
||||
<view class="abdomen_area" bindtap="hendleMaleMap">
|
||||
<!-- 腹部区域 -->
|
||||
<!-- 空白 -->
|
||||
<view class="abdomen_area_single"></view>
|
||||
<!-- 左小臂 -->
|
||||
<view class="abdomen_area_single_forearm"></view>
|
||||
<!-- 腹部 -->
|
||||
<view class="abdomen_area_single_abdomen">
|
||||
<view class="abdomen_area_belly"></view>
|
||||
<view class="abdomen_area_alvine"></view>
|
||||
</view>
|
||||
<!-- 右小臂 -->
|
||||
<view class="abdomen_area_single_forearm"></view>
|
||||
<!-- 空白 -->
|
||||
<view class="abdomen_area_single"></view>
|
||||
</view>
|
||||
<view class="thigh_area" bindtap="hendleMaleMap">
|
||||
<!-- 大腿区域 -->
|
||||
<!-- 空白 -->
|
||||
<view class="thigh_area_single_blank"></view>
|
||||
<!-- 左手 -->
|
||||
<view class="thigh_area_single"></view>
|
||||
<!-- 间隙 -->
|
||||
<view class="thigh_area_single_blank"></view>
|
||||
<!-- 大腿 -->
|
||||
<view class="thigh_area_single_thigh">
|
||||
<view class="thigh_area_privateparts"></view>
|
||||
<view class="thigh_area_thigh"></view>
|
||||
</view>
|
||||
<!-- 右大腿 -->
|
||||
<!-- <view class="thigh_area_single"></view> -->
|
||||
<!-- 间隙 -->
|
||||
<view class="thigh_area_single_blank"></view>
|
||||
<!-- 右手 -->
|
||||
<view class="thigh_area_single"></view>
|
||||
<!-- 空白 -->
|
||||
<view class="thigh_area_single_blank"></view>
|
||||
</view>
|
||||
<view class="calf_area" bindtap="hendleMaleMap">
|
||||
<!-- 小腿区域 -->
|
||||
<!-- 空白 -->
|
||||
<view class="calf_area_single"></view>
|
||||
<view class="calf_area_single"></view>
|
||||
<!-- 小腿 -->
|
||||
<view class="calf_area_single_calf"></view>
|
||||
<!-- 空白 -->
|
||||
<view class="calf_area_single"></view>
|
||||
<view class="calf_area_single"></view>
|
||||
</view>
|
||||
<view class="foot_area">
|
||||
<!-- 脚部区域 -->
|
||||
<view class="foot_area_single" bindtap="hendleMaleMap"></view>
|
||||
<view class="foot_area_single_blank" bindtap="hendleMaleMap"></view>
|
||||
<view class="foot_area_single_foot" bindtap="hendleMaleMap"></view>
|
||||
<!-- <view class="foot_area_single_blank"></view> -->
|
||||
<view class="foot_area_single" bindtap="hendleMaleMap"></view>
|
||||
<view class="foot_area_single">
|
||||
<view class="foot_icon_area"></view>
|
||||
<view class="male_icon_place revolveIcon" bindtap="handleReolve"></view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<!-- 男背面 -->
|
||||
<view class="body_area_adult_male_back" hidden="{{adultMaleBackShow}}">
|
||||
<!-- 头部区域 -->
|
||||
<view class="head_area" bindtap="hendleMaleMap">
|
||||
<view class="head_area_single"></view>
|
||||
<view class="head_area_single"></view>
|
||||
<view class="head_area_single" bindtap="handleHeadViewTap"></view>
|
||||
<view class="head_area_single"></view>
|
||||
<view class="head_area_single"></view>
|
||||
</view>
|
||||
<view class="chest_area" bindtap="hendleMaleMap">
|
||||
<!-- 胸部区域 -->
|
||||
<!-- 空白 -->
|
||||
<view class="chest_area_single"></view>
|
||||
<!-- 左大臂 -->
|
||||
<view class="chest_area_single_arm"></view>
|
||||
<!-- 胸部 -->
|
||||
<view class="chest_area_single_chest"></view>
|
||||
<!-- 右大臂 -->
|
||||
<view class="chest_area_single_arm"></view>
|
||||
<!-- 空白 -->
|
||||
<view class="chest_area_single"></view>
|
||||
</view>
|
||||
<view class="abdomen_area" bindtap="hendleMaleMap">
|
||||
<!-- 腹部区域 -->
|
||||
<!-- 空白 -->
|
||||
<view class="abdomen_area_single"></view>
|
||||
<!-- 左小臂 -->
|
||||
<view class="abdomen_area_single_forearm"></view>
|
||||
<!-- 腹部 -->
|
||||
<view class="abdomen_area_single_abdomen">
|
||||
<view class="abdomen_area_belly"></view>
|
||||
<view class="abdomen_area_alvine"></view>
|
||||
</view>
|
||||
<!-- 右小臂 -->
|
||||
<view class="abdomen_area_single_forearm"></view>
|
||||
<!-- 空白 -->
|
||||
<view class="abdomen_area_single"></view>
|
||||
</view>
|
||||
<view class="thigh_area" bindtap="hendleMaleMap">
|
||||
<!-- 大腿区域 -->
|
||||
<!-- 空白 -->
|
||||
<view class="thigh_area_single_blank"></view>
|
||||
<!-- 左手 -->
|
||||
<view class="thigh_area_single"></view>
|
||||
<!-- 间隙 -->
|
||||
<view class="thigh_area_single_blank"></view>
|
||||
<!-- 大腿 -->
|
||||
<view class="thigh_area_single_thigh">
|
||||
<view class="thigh_area_privateparts"></view>
|
||||
<view class="thigh_area_thigh"></view>
|
||||
</view>
|
||||
<!-- 右大腿 -->
|
||||
<!-- <view class="thigh_area_single"></view> -->
|
||||
<!-- 间隙 -->
|
||||
<view class="thigh_area_single_blank"></view>
|
||||
<!-- 右手 -->
|
||||
<view class="thigh_area_single"></view>
|
||||
<!-- 空白 -->
|
||||
<view class="thigh_area_single_blank"></view>
|
||||
</view>
|
||||
<view class="calf_area" bindtap="hendleMaleMap">
|
||||
<!-- 小腿区域 -->
|
||||
<!-- 空白 -->
|
||||
<view class="calf_area_single"></view>
|
||||
<view class="calf_area_single"></view>
|
||||
<!-- 小腿 -->
|
||||
<view class="calf_area_single_calf"></view>
|
||||
<!-- 空白 -->
|
||||
<view class="calf_area_single"></view>
|
||||
<view class="calf_area_single"></view>
|
||||
</view>
|
||||
<view class="foot_area">
|
||||
<!-- 脚部区域 -->
|
||||
<view class="foot_area_single_foot" bindtap="hendleMaleMap" bindtap="hendleMaleMap"></view>
|
||||
<view class="foot_area_single"></view>
|
||||
<view class="foot_area_single_foot" bindtap="hendleMaleMap" bindtap="hendleMaleMap"></view>
|
||||
<view class="foot_area_single_blank"></view>
|
||||
<view class="foot_area_single_foot" bindtap="hendleMaleMap"></view>
|
||||
<!-- <view class="foot_area_single_blank"></view> -->
|
||||
<view class="foot_area_single" bindtap="hendleMaleMap"></view>
|
||||
<view class="foot_area_single">
|
||||
<view class="foot_icon_area"></view>
|
||||
<view class="male_icon_place revolveIcon" bindtap="handleReolve"></view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<!-- 女正面 -->
|
||||
<view class="body_area_adult_female_frontal" hidden="{{adultFemaleFrontalShow}}">
|
||||
<!-- 头部区域 -->
|
||||
<view class="head_area">
|
||||
<view class="head_area_single"></view>
|
||||
<view class="head_area_single"></view>
|
||||
<view class="head_area_single" bindtap="handleFemaleHeadViewTap"></view>
|
||||
<view class="head_area_single_right_blank"></view>
|
||||
<view class="head_area_single_right">
|
||||
<view class="history-font" bindtap="toHistory">历史就诊 ></view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="chest_area">
|
||||
<!-- 胸部区域 -->
|
||||
<!-- 空白 -->
|
||||
<view class="chest_area_single_female"></view>
|
||||
<!-- 左大臂 -->
|
||||
<view class="chest_area_single_armfemale" bindtap="handleFemaleLeftArm"></view>
|
||||
<!-- 胸部 -->
|
||||
<view class="chest_area_single_femalechest" bindtap="handleFemaleChest"></view>
|
||||
<!-- 右大臂 -->
|
||||
<view class="chest_area_single_armfemale" bindtap="handleFemaleRightArm"></view>
|
||||
<!-- 空白 -->
|
||||
<view class="chest_area_single_female"></view>
|
||||
</view>
|
||||
<view class="abdomen_area">
|
||||
<!-- 腹部区域 -->
|
||||
<!-- 空白 -->
|
||||
<view class="abdomen_area_single_female"></view>
|
||||
<!-- 左小臂 -->
|
||||
<view class="abdomen_area_single_female_forearm" bindtap="handleFemaleLeftSmallArm"></view>
|
||||
<!-- 腹部 -->
|
||||
<view class="abdomen_area_single_female">
|
||||
<!-- 肚子 -->
|
||||
<view class="abdomen_area_female_belly" bindtap="handleFemaleBelly"></view>
|
||||
<!-- 小腹 -->
|
||||
<view class="abdomen_area_female_alvine" bindtap="handleFemaleAlvine"></view>
|
||||
</view>
|
||||
<!-- 右小臂 -->
|
||||
<view class="abdomen_area_single_female_forearm" bindtap="handleFemaleRightSmallArm"></view>
|
||||
<!-- 空白 -->
|
||||
<view class="abdomen_area_single_female"></view>
|
||||
</view>
|
||||
<view class="thigh_area">
|
||||
<!-- 大腿区域 -->
|
||||
<!-- 空白 -->
|
||||
<view class="thigh_area_single_femaleblank"></view>
|
||||
<!-- 左手 -->
|
||||
<view class="thigh_area_single" bindtap="handleFemaleLeftHand"></view>
|
||||
<!-- 间隙 -->
|
||||
<view class="thigh_area_single_femaleinterval"></view>
|
||||
<!-- 大腿 -->
|
||||
<view class="thigh_area_single_femalethigh">
|
||||
<!-- 私处 -->
|
||||
<view class="thigh_area_femaleprivateparts" bindtap="handleFemalePrivate"></view>
|
||||
<!-- 大腿 -->
|
||||
<view class="thigh_area_femalethigh" bindtap="handleFemaleThigh"></view>
|
||||
</view>
|
||||
<!-- 间隙 -->
|
||||
<view class="thigh_area_single_femaleinterval"></view>
|
||||
<!-- 右手 -->
|
||||
<view class="thigh_area_single" bindtap="handleFemaleRightHand"></view>
|
||||
<!-- 空白 -->
|
||||
<view class="thigh_area_single_femaleblank"></view>
|
||||
</view>
|
||||
<view class="calf_area">
|
||||
<!-- 小腿区域 -->
|
||||
<!-- 空白 -->
|
||||
<view class="calf_area_femalesingle"></view>
|
||||
<view class="calf_area_femalesingle"></view>
|
||||
<!-- 小腿 -->
|
||||
<view class="calf_area_single_femalecalf" bindtap="handleFemaleCalf"></view>
|
||||
<!-- 空白 -->
|
||||
<view class="calf_area_femalesingle"></view>
|
||||
<view class="calf_area_femalesingle"></view>
|
||||
</view>
|
||||
<view class="foot_area">
|
||||
<!-- 脚部区域 -->
|
||||
<view class="foot_area_femalesingle"></view>
|
||||
<view class="foot_area_femalesingle"></view>
|
||||
<view class="foot_area_single_femalefoot" bindtap="handleFemaleFoot"></view>
|
||||
<view class="foot_area_femalesingle"></view>
|
||||
<view class="foot_area_femalesingle">
|
||||
<view class="foot_area_female_icon_blank"></view>
|
||||
<view class="female_icon_place revolveIcon" bindtap="handleReolve"></view>
|
||||
</view>
|
||||
<!-- <view class="revolve revolveIcon" bindtap="handleReolve"></view> -->
|
||||
</view>
|
||||
|
||||
</view>
|
||||
|
||||
|
||||
<!-- 女背面 -->
|
||||
<view class="body_area_adult_female_back" hidden="{{adultFemaleBackShow}}">
|
||||
<!-- 头部区域 -->
|
||||
<!-- 头部区域 -->
|
||||
<view class="head_area">
|
||||
<view class="head_area_single"></view>
|
||||
<view class="head_area_single"></view>
|
||||
<view class="head_area_single" bindtap="handleFemaleHeadViewTap"></view>
|
||||
<view class="head_area_single_right_blank"></view>
|
||||
<view class="head_area_single_right">
|
||||
<view class="history-font" bindtap="toHistory">历史就诊 ></view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="chest_area">
|
||||
<!-- 胸部区域 -->
|
||||
<!-- 空白 -->
|
||||
<view class="chest_area_single_female"></view>
|
||||
<!-- 左大臂 -->
|
||||
<view class="chest_area_single_armfemale" bindtap="handleFemaleLeftArm"></view>
|
||||
<!-- 胸部 -->
|
||||
<view class="chest_area_single_femalechest" bindtap='handleFemaleChest'></view>
|
||||
<!-- 右大臂 -->
|
||||
<view class="chest_area_single_armfemale" bindtap="handleFemaleRightArm"></view>
|
||||
<!-- 空白 -->
|
||||
<view class="chest_area_single_female"></view>
|
||||
</view>
|
||||
<view class="abdomen_area">
|
||||
<!-- 腹部区域 -->
|
||||
<!-- 空白 -->
|
||||
<view class="abdomen_area_single_female"></view>
|
||||
<!-- 左小臂 -->
|
||||
<view class="abdomen_area_single_female_forearm" bindtap="handleFemaleLeftSmallArm"></view>
|
||||
<!-- 腹部 -->
|
||||
<view class="abdomen_area_single_female">
|
||||
<!-- 肚子 -->
|
||||
<view class="abdomen_area_female_belly" bindtap="handleFemaleBelly"></view>
|
||||
<!-- 小腹 -->
|
||||
<view class="abdomen_area_female_alvine"></view>
|
||||
</view>
|
||||
<!-- 右小臂 -->
|
||||
<view class="abdomen_area_single_female_forearm" bindtap="handleFemaleRightSmallArm"></view>
|
||||
<!-- 空白 -->
|
||||
<view class="abdomen_area_single_female"></view>
|
||||
</view>
|
||||
<view class="thigh_area">
|
||||
<!-- 大腿区域 -->
|
||||
<!-- 空白 -->
|
||||
<view class="thigh_area_single_femaleblank"></view>
|
||||
<!-- 左手 -->
|
||||
<view class="thigh_area_single" bindtap="handleFemaleLeftHand"></view>
|
||||
<!-- 间隙 -->
|
||||
<view class="thigh_area_single_femaleinterval"></view>
|
||||
<!-- 大腿 -->
|
||||
<view class="thigh_area_single_femalethigh">
|
||||
<!-- 私处 -->
|
||||
<view class="thigh_area_femaleprivateparts" bindtap="handleFemalePrivate"></view>
|
||||
<!-- 大腿 -->
|
||||
<view class="thigh_area_femalethigh" bindtap="handleFemaleThigh"></view>
|
||||
</view>
|
||||
<!-- 间隙 -->
|
||||
<view class="thigh_area_single_femaleinterval"></view>
|
||||
<!-- 右手 -->
|
||||
<view class="thigh_area_single" bindtap="handleFemaleRightHand"></view>
|
||||
<!-- 空白 -->
|
||||
<view class="thigh_area_single_femaleblank"></view>
|
||||
</view>
|
||||
<view class="calf_area">
|
||||
<!-- 小腿区域 -->
|
||||
<!-- 空白 -->
|
||||
<view class="calf_area_femalesingle"></view>
|
||||
<view class="calf_area_femalesingle"></view>
|
||||
<!-- 小腿 -->
|
||||
<view class="calf_area_single_femalecalf" bindtap="handleFemaleCalf"></view>
|
||||
<!-- 空白 -->
|
||||
<view class="calf_area_femalesingle"></view>
|
||||
<view class="calf_area_femalesingle"></view>
|
||||
</view>
|
||||
<view class="foot_area">
|
||||
<!-- 脚部区域 -->
|
||||
<view class="foot_area_femalesingle"></view>
|
||||
<view class="foot_area_femalesingle"></view>
|
||||
<view class="foot_area_single_femalefoot" bindtap="handleFemaleFoot"></view>
|
||||
<view class="foot_area_femalesingle"></view>
|
||||
<!-- <view class="foot_area_femalesingle"></view> -->
|
||||
<view class="foot_area_femalesingle">
|
||||
<view class="foot_area_female_icon_blank"></view>
|
||||
<view class="female_icon_place revolveIcon" bindtap="handleReolve"></view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- 幼儿男正面 -->
|
||||
<view class="body_area_body_frontal" hidden="{{boyFrontalShow}}">
|
||||
<!-- 头部区域 -->
|
||||
<view class="head_area">
|
||||
<view class="boyHead_leftBlankArea"></view>
|
||||
<view class="boyHead_area" bindtap="handleBoyHead"></view>
|
||||
<view class="boyHead_rightArea">
|
||||
<view class="label-container" bindtap="toHistory">
|
||||
<view class="boyHeadLabel">历史就诊 ></view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="chest_area">
|
||||
<!-- 肚子区域 -->
|
||||
<view class="boyChest_blankArea"></view>
|
||||
<!-- 左臂,左手 -->
|
||||
<view class="boyChest_armArea">
|
||||
<!-- 左臂 -->
|
||||
<view class="boy_arm_area" bindtap="handleChildArm"></view>
|
||||
<view class="boy_hand_area">
|
||||
<!-- 左手 -->
|
||||
<view class="boy_hand_area_lefthand" bindtap="handleChildHand"></view>
|
||||
</view>
|
||||
</view>
|
||||
<!-- 肚子,私处 -->
|
||||
<view class="boyChest_Area">
|
||||
<view class="boy_chest_chest" bindtap="handleChildBelly"></view>
|
||||
<view class="boy_chest_privateparts" bindtap="handleChildPrivate"></view>
|
||||
</view>
|
||||
<!-- 右臂,右手 -->
|
||||
<view class="boyChest_armArea">
|
||||
<view class="boy_arm_area" bindtap="handleChildRightArm"></view>
|
||||
<view class="boy_hand_area">
|
||||
<view class="hand_blank"></view>
|
||||
<view class="boy_hand_area_righthand" bindtap="handleChildRightHand"></view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="boyChest_blankArea"></view>
|
||||
</view>
|
||||
<!-- <view class="abdomen_area"> -->
|
||||
<!-- 腹部区域 -->
|
||||
<!-- </view> -->
|
||||
<view class="thigh_area">
|
||||
<!-- 腿部区域 -->
|
||||
<view class="boyThigh_blankArea"></view>
|
||||
<!-- 腿、脚 -->
|
||||
<view class="boyThigh_blankArea">
|
||||
<view class="boy_leg_area" bindtap="handleChildLeg"></view>
|
||||
<view class="boy_foot_area" bindtap="handleChildFoot"></view>
|
||||
</view>
|
||||
<view class="boyThigh_blankArea">
|
||||
<view class="icon_place_revolve">
|
||||
</view>
|
||||
<view class="icon_place_revolve_bottome">
|
||||
<view class="icon_place_revolve_leftblank"></view>
|
||||
<view class="icon_place revolveIcon" bindtap="handleReolve"></view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<!-- <view class="calf_area"> -->
|
||||
<!-- 小腿区域 -->
|
||||
<!-- </view> -->
|
||||
<view class="foot_area">
|
||||
<!-- 脚部区域 -->
|
||||
<!-- <view class="revolve revolveIcon" bindtap="handleReolve"></view> -->
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- 幼儿男背面 -->
|
||||
<view class="body_area_body_back" hidden="{{boyBackShow}}">
|
||||
<!-- 头部区域 -->
|
||||
<view class="head_area">
|
||||
<view class="boyHead_leftBlankArea"></view>
|
||||
<view class="boyHead_area" bindtap="handleBoyHead"></view>
|
||||
<view class="boyHead_rightArea">
|
||||
<view class="label-container" bindtap="toHistory">
|
||||
<view class="boyHeadLabel">历史就诊 ></view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="chest_area">
|
||||
<!-- 肚子区域 -->
|
||||
<view class="boyChest_blankArea"></view>
|
||||
<!-- 左臂,左手 -->
|
||||
<view class="boyChest_armArea">
|
||||
<!-- 左臂 -->
|
||||
<view class="boy_arm_area" bindtap="handleChildArm"></view>
|
||||
<view class="boy_hand_area">
|
||||
<!-- 左手 -->
|
||||
<view class="boy_hand_area_lefthand" bindtap="handleChildHand"></view>
|
||||
</view>
|
||||
</view>
|
||||
<!-- 肚子,私处 -->
|
||||
<view class="boyChest_Area">
|
||||
<view class="boy_chest_chest" bindtap="handleChildBelly"></view>
|
||||
<view class="boy_chest_privateparts" bindtap="handleChildPrivate"></view>
|
||||
</view>
|
||||
<!-- 右臂,右手 -->
|
||||
<view class="boyChest_armArea">
|
||||
<view class="boy_arm_area" bindtap="handleChildRightArm"></view>
|
||||
<view class="boy_hand_area">
|
||||
<view class="hand_blank"></view>
|
||||
<view class="boy_hand_area_righthand" bindtap="handleChildRightHand"></view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="boyChest_blankArea"></view>
|
||||
</view>
|
||||
<!-- <view class="abdomen_area"> -->
|
||||
<!-- 腹部区域 -->
|
||||
<!-- </view> -->
|
||||
<view class="thigh_area">
|
||||
<!-- 腿部区域 -->
|
||||
<view class="boyThigh_blankArea"></view>
|
||||
<!-- 腿、脚 -->
|
||||
<view class="boyThigh_blankArea">
|
||||
<view class="boy_leg_area" bindtap="handleChildLeg"></view>
|
||||
<view class="boy_foot_area" bindtap="handleChildFoot"></view>
|
||||
</view>
|
||||
<view class="boyThigh_blankArea">
|
||||
<view class="icon_place_revolve">
|
||||
</view>
|
||||
<view class="icon_place_revolve_bottome">
|
||||
<view class="icon_place_revolve_leftblank"></view>
|
||||
<view class="icon_place revolveIcon" bindtap="handleReolve"></view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<!-- <view class="calf_area"> -->
|
||||
<!-- 小腿区域 -->
|
||||
<!-- </view> -->
|
||||
<view class="foot_area">
|
||||
<!-- 脚部区域 -->
|
||||
<!-- <view class="revolve revolveIcon" bindtap="handleReolve"></view> -->
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- 幼儿女正面 -->
|
||||
<view class="body_area_girl_front" hidden="{{girlFrontShow}}">
|
||||
<!-- 头部区域 -->
|
||||
<view class="head_area">
|
||||
<view class="boyHead_leftBlankArea"></view>
|
||||
<view class="boyHead_area" bindtap="handleBoyHead"></view>
|
||||
<view class="boyHead_rightArea">
|
||||
<view class="label-container" bindtap="toHistory">
|
||||
<view class="boyHeadLabel">历史就诊 ></view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="chest_area">
|
||||
<!-- 肚子区域 -->
|
||||
<view class="boyChest_blankArea"></view>
|
||||
<!-- 左臂,左手 -->
|
||||
<view class="boyChest_armArea">
|
||||
<!-- 左臂 -->
|
||||
<view class="boy_arm_area" bindtap="handleChildArm"></view>
|
||||
<view class="boy_hand_area">
|
||||
<!-- 左手 -->
|
||||
<view class="boy_hand_area_lefthand" bindtap="handleChildHand"></view>
|
||||
</view>
|
||||
</view>
|
||||
<!-- 肚子,私处 -->
|
||||
<view class="boyChest_Area">
|
||||
<view class="boy_chest_chest" bindtap="handleChildBelly"></view>
|
||||
<view class="boy_chest_privateparts" bindtap="handleChildPrivate"></view>
|
||||
</view>
|
||||
<!-- 右臂,右手 -->
|
||||
<view class="boyChest_armArea">
|
||||
<view class="boy_arm_area" bindtap="handleChildRightArm"></view>
|
||||
<view class="boy_hand_area">
|
||||
<view class="hand_blank"></view>
|
||||
<view class="boy_hand_area_righthand" bindtap="handleChildRightHand"></view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="boyChest_blankArea"></view>
|
||||
</view>
|
||||
<!-- <view class="abdomen_area"> -->
|
||||
<!-- 腹部区域 -->
|
||||
<!-- </view> -->
|
||||
<view class="thigh_area">
|
||||
<!-- 腿部区域 -->
|
||||
<view class="boyThigh_blankArea"></view>
|
||||
<!-- 腿、脚 -->
|
||||
<view class="boyThigh_blankArea">
|
||||
<view class="boy_leg_area" bindtap="handleChildLeg"></view>
|
||||
<view class="boy_foot_area" bindtap="handleChildFoot"></view>
|
||||
</view>
|
||||
<view class="boyThigh_blankArea">
|
||||
<view class="icon_place_revolve">
|
||||
</view>
|
||||
<view class="icon_place_revolve_bottome">
|
||||
<view class="icon_place_revolve_leftblank"></view>
|
||||
<view class="icon_place revolveIcon" bindtap="handleReolve"></view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<!-- <view class="calf_area"> -->
|
||||
<!-- 小腿区域 -->
|
||||
<!-- </view> -->
|
||||
<view class="foot_area">
|
||||
<!-- 脚部区域 -->
|
||||
<!-- <view class="revolve revolveIcon" bindtap="handleReolve"></view> -->
|
||||
</view>
|
||||
|
||||
</view>
|
||||
|
||||
<!-- 幼儿女背面 -->
|
||||
<view class="body_area_girl_back" hidden="{{girlBackShow}}">
|
||||
<!-- 头部区域 -->
|
||||
<view class="head_area">
|
||||
<view class="boyHead_leftBlankArea"></view>
|
||||
<view class="boyHead_area" bindtap="handleBoyHead"></view>
|
||||
<view class="boyHead_rightArea">
|
||||
<view class="label-container" bindtap="toHistory">
|
||||
<view class="boyHeadLabel">历史就诊 ></view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="chest_area">
|
||||
<!-- 肚子区域 -->
|
||||
<view class="boyChest_blankArea"></view>
|
||||
<!-- 左臂,左手 -->
|
||||
<view class="boyChest_armArea">
|
||||
<!-- 左臂 -->
|
||||
<view class="boy_arm_area" bindtap="handleChildArm"></view>
|
||||
<view class="boy_hand_area">
|
||||
<!-- 左手 -->
|
||||
<view class="boy_hand_area_lefthand" bindtap="handleChildHand"></view>
|
||||
</view>
|
||||
</view>
|
||||
<!-- 肚子,私处 -->
|
||||
<view class="boyChest_Area">
|
||||
<view class="boy_chest_chest" bindtap="handleChildBelly"></view>
|
||||
<view class="boy_chest_privateparts" bindtap="handleChildPrivate"></view>
|
||||
</view>
|
||||
<!-- 右臂,右手 -->
|
||||
<view class="boyChest_armArea">
|
||||
<view class="boy_arm_area" bindtap="handleChildRightArm"></view>
|
||||
<view class="boy_hand_area">
|
||||
<view class="hand_blank"></view>
|
||||
<view class="boy_hand_area_righthand" bindtap="handleChildRightHand"></view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="boyChest_blankArea"></view>
|
||||
</view>
|
||||
<!-- <view class="abdomen_area"> -->
|
||||
<!-- 腹部区域 -->
|
||||
<!-- </view> -->
|
||||
<view class="thigh_area">
|
||||
<!-- 腿部区域 -->
|
||||
<view class="boyThigh_blankArea"></view>
|
||||
<!-- 腿、脚 -->
|
||||
<view class="boyThigh_blankArea">
|
||||
<view class="boy_leg_area" bindtap="handleChildLeg"></view>
|
||||
<view class="boy_foot_area" bindtap="handleChildFoot"></view>
|
||||
</view>
|
||||
<view class="boyThigh_blankArea">
|
||||
<view class="icon_place_revolve">
|
||||
</view>
|
||||
<view class="icon_place_revolve_bottome">
|
||||
<view class="icon_place_revolve_leftblank"></view>
|
||||
<view class="icon_place revolveIcon" bindtap="handleReolve"></view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<!-- <view class="calf_area"> -->
|
||||
<!-- 小腿区域 -->
|
||||
<!-- </view> -->
|
||||
<view class="foot_area">
|
||||
<!-- 脚部区域 -->
|
||||
<!-- <view class="revolve revolveIcon" bindtap="handleReolve"></view> -->
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view hidden="{{questionsListShow}}">
|
||||
<!-- 问题列表 -->
|
||||
<view>
|
||||
<van-cell-group inset wx:for="{{questionListBodyArea}}">
|
||||
<van-cell title="{{item.bodyArea}}" is-link data-bodyAreaType="{{item.bodyAreaType}}" bindtap="getOtherSymptomByType" />
|
||||
</van-cell-group>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- <van-popup
|
||||
show="{{ popupShow }}"
|
||||
|
||||
custom-style="height: 20%;"
|
||||
bind:close="onClose"
|
||||
/> -->
|
||||
<van-popup show="{{ popupShow }}" round custom-style="height: 99%;width: 70%" position="right" bind:close="onClose">
|
||||
<view class="popup-head">{{popupData.bodyArea}}</view>
|
||||
<van-cell-group inset wx:for="{{popupData.categoryList}}">
|
||||
<van-cell title="{{item.symptom}}" is-link data-childId="{{item.childId}}" bindtap="gotoQuestions" />
|
||||
</van-cell-group>
|
||||
</van-popup>
|
||||
|
||||
|
||||
<!-- <view class="revolve revolveIcon"></view> -->
|
||||
</view>
|
||||
Reference in New Issue
Block a user