Commit f522ebe7f59ff22cb91ebc21aa63352c706fa08d
1 parent
fdaa08af5c
Exists in
master
and in
2 other branches
no message
Showing 2 changed files with 10 additions and 0 deletions
littleApp_child/pages/hospital_detail/hospital_detail.wxml
View file @
f522ebe
... | ... | @@ -5,6 +5,7 @@ |
5 | 5 | <view class='line'></view> |
6 | 6 | <view class="title_text">{{hospital.title}}</view> |
7 | 7 | <view class='showAll' bindtap='showOtherHospital'>其他医院</view> |
8 | + <image class="icon_more" src="../../source/gengduo.png" bindtap='showOtherHospital'></image> | |
8 | 9 | </view> |
9 | 10 | <view> |
10 | 11 | <view class="hospital_introduce1" wx:if="{{!showAllIntro}}" bindtap='showAllIntroduce'>{{hospital.introduction}}</view> |
littleApp_child/pages/hospital_detail/hospital_detail.wxss
View file @
f522ebe