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
src/images/ src/images/
.idea .idea
.DS_Store .DS_Store
/src/images

20
src/components/popup/index.scss

@ -358,12 +358,22 @@
font-size: 36rpx; font-size: 36rpx;
line-height: 60rpx; line-height: 60rpx;
font-weight: bold; font-weight: bold;
padding: 0 32rpx; margin-left: 32rpx;
color: #ffffff; color: #332c49;
border-radius: 0 32rpx 32rpx 0; border-radius: 0 32rpx 32rpx 0;
display: inline-block; display: inline-block;
background: linear-gradient(344deg, #ffbcf9 0%, #b982ff 100%);
margin-top: 28rpx; 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 { &:first-of-type {
margin-top: 0; margin-top: 0;
} }
@ -379,11 +389,11 @@
font-weight: bold; font-weight: bold;
} }
} }
.title { .s-name {
margin-top: 32rpx; margin-top: 32rpx;
padding: 0 32rpx; padding: 0 32rpx;
font-size: 32rpx; font-size: 32rpx;
color: #211d2e; color: #211D2E;
line-height: 48rpx; line-height: 48rpx;
display: flex; display: flex;
align-items: center; align-items: center;

4
src/components/popup/index.wxml

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

1
src/pages/home/index.ts

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

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

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

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

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

Loading…
Cancel
Save