Browse Source

2.2.0 修改完毕,上线版本

dev
kola-web 5 days ago
parent
commit
6943ded348
  1. 1
      .gitignore
  2. 20
      src/components/popup/index.scss
  3. 4
      src/components/popup/index.wxml
  4. 1
      src/pages/home/index.ts
  5. 7
      src/patient/pages/liveResult/index.scss
  6. 3
      src/patient/pages/medicalDetail/index.wxml

1
.gitignore vendored

@ -3,3 +3,4 @@ src/images/.svn @@ -3,3 +3,4 @@ src/images/.svn
src/images/
.idea
.DS_Store
/src/images

20
src/components/popup/index.scss

@ -358,12 +358,22 @@ @@ -358,12 +358,22 @@
font-size: 36rpx;
line-height: 60rpx;
font-weight: bold;
padding: 0 32rpx;
color: #ffffff;
margin-left: 32rpx;
color: #332c49;
border-radius: 0 32rpx 32rpx 0;
display: inline-block;
background: linear-gradient(344deg, #ffbcf9 0%, #b982ff 100%);
margin-top: 28rpx;
position: relative;
&::after {
position: absolute;
left: 0;
bottom: 6rpx;
content: '';
width: 100%;
height: 16rpx;
background: linear-gradient(90deg, #b982ff 0%, rgba(185, 130, 255, 0) 100%);
opacity: 0.4;
}
&:first-of-type {
margin-top: 0;
}
@ -379,11 +389,11 @@ @@ -379,11 +389,11 @@
font-weight: bold;
}
}
.title {
.s-name {
margin-top: 32rpx;
padding: 0 32rpx;
font-size: 32rpx;
color: #211d2e;
color: #211D2E;
line-height: 48rpx;
display: flex;
align-items: center;

4
src/components/popup/index.wxml

@ -135,7 +135,7 @@ @@ -135,7 +135,7 @@
买药,而且
<text class="high">报销比例和医院一样。</text>
</view>
<view class="title">“双通道”报销需要注意以下两点</view>
<view class="s-name">“双通道”报销需要注意以下两点</view>
<view class="row">
<view class="col">
<view class="order">1</view>
@ -172,7 +172,7 @@ @@ -172,7 +172,7 @@
<text class="high">自动报销</text>
</view>
<view class="title">“院内用药”报销需满足两个条件</view>
<view class="s-name">“院内用药”报销需满足两个条件</view>
<view class="row">
<view class="col">
<view class="order">1</view>

1
src/pages/home/index.ts

@ -380,6 +380,7 @@ Page({ @@ -380,6 +380,7 @@ Page({
}
}
return {
title: 'TED规范化诊治中心',
imageUrl: `${getApp().globalData.imageUrl}doctor-share.png?t=${Date.now()}`,
}
},

7
src/patient/pages/liveResult/index.scss

@ -112,7 +112,7 @@ page { @@ -112,7 +112,7 @@ page {
}
.go-share {
position: fixed;
bottom: 166rpx;
bottom: 196rpx;
left: 50%;
padding: 0 32rpx 0 12rpx;
transform: translateX(-50%);
@ -122,11 +122,10 @@ page { @@ -122,11 +122,10 @@ page {
justify-content: center;
border-radius: 122rpx;
box-shadow: 0 4rpx 12rpx rgba(70, 67, 81, 0.12);
background: linear-gradient(0deg, #ffffff 0%, #e8d6ff 100%);
border: 1px solid #ffffff;
background: linear-gradient(180deg, #ffbcf9 0%, #b982ff 100%);
outline: none;
font-size: 40rpx;
color: #b982ff;
color: #ffffff;
gap: 12rpx;
&::after {
background: transparent;

3
src/patient/pages/medicalDetail/index.wxml

@ -48,8 +48,7 @@ @@ -48,8 +48,7 @@
</view>
<view class="tip">注:各地医保报销比例和具体政策请以当地执行为准</view>
<view class="feedback" bind:tap="handleFeedback">
信息有误?点击反馈
<image class="icon" src="{{imageUrl}}icon130.png?t={{Timestamp}}"></image>
信息有误?点击反馈>
</view>
</view>
<view class="page-footer">

Loading…
Cancel
Save