Commit 1bdb751f2f4567c3701133e99073212d3056c6c1

Authored by luoye
1 parent 988f2c290d

服务开通

Showing 2 changed files with 8 additions and 1 deletions

littleApp_child/pages/vipService/vipService.json View file @ 1bdb751
1 1 {
2 2 "navigationBarBackgroundColor": "#48C17B",
3   - "navigationBarTitleText": "VIP服务",
  3 + "navigationBarTitleText": "服务开通介绍",
4 4 "navigationBarTextStyle": "white",
5 5 "backgroundColor": "#d8dbd4"
6 6 }
littleApp_child/pages/vipService/vipService.wxml View file @ 1bdb751
... ... @@ -46,5 +46,12 @@
46 46 <view style='height:19px;'></view>
47 47 </view>
48 48 </block>
  49 + <view class="vip_intr_bg" style='margin-top:10px;'>
  50 + <view class="vip_intr_titleBar">
  51 + <view class="vip_intr_titleBar_text" style='margin-left:0px'>服务开通介绍:</view>
  52 + </view>
  53 + <view class="vip_intr_content">在幼儿保健小程序首页中点击进入医院列表,选择距离便捷的医院并前往完成儿童建档后,相关人员可根据您的需求开通相应的幼儿保健服务。</view>
  54 + <view style='height:19px;'></view>
  55 + </view>
49 56 </view>