Browse Source

产品走查问题处理

dev
kola-web 4 days ago
parent
commit
475591dc77
  1. 2
      project.config.json
  2. 12
      src/app.ts
  3. 2
      src/components/toast/index.scss
  4. 5
      src/components/toast/index.wxml
  5. 6
      src/patient/pages/enterInfo/index.scss

2
project.config.json

@ -71,5 +71,5 @@ @@ -71,5 +71,5 @@
}
]
},
"appid": "wxf9ce8010f1ad24aa"
"appid": "wx71ac9c27c3c3e3f4"
}

12
src/app.ts

@ -18,15 +18,15 @@ App<IAppOption>({ @@ -18,15 +18,15 @@ App<IAppOption>({
// 测试号 wx2b0bb13edf717c1d
// dev
// appid:wxf9ce8010f1ad24aa
url: 'https://m.xd.hbraas.com',
upFileUrl: 'https://m.xd.hbraas.com/',
imageUrl: 'https://m.xd.hbraas.com/xd/',
// url: 'https://m.xd.hbraas.com',
// upFileUrl: 'https://m.xd.hbraas.com/',
// imageUrl: 'https://m.xd.hbraas.com/xd/',
// pro
// appid:wx71ac9c27c3c3e3f4
// url: 'https://m.xd.hbsaas.com',
// upFileUrl: 'https://m.xd.hbsaas.com/',
// imageUrl: 'https://m.xd.hbsaas.com/api/xd/',
url: 'https://m.xd.hbsaas.com',
upFileUrl: 'https://m.xd.hbsaas.com/',
imageUrl: 'https://m.xd.hbsaas.com/api/xd/',
loginState: '',
isLogin: 0,

2
src/components/toast/index.scss

@ -2485,7 +2485,7 @@ @@ -2485,7 +2485,7 @@
.popup-public-toast {
.popup-container {
position: relative;
padding: 360rpx 146rpx 0;
display: block;
width: 590rpx;
height: 880rpx;
box-sizing: border-box;

5
src/components/toast/index.wxml

@ -745,10 +745,7 @@ @@ -745,10 +745,7 @@
></image>
</view>
<view class="popup-public-toast" wx:if="{{type == 'public-toast'}}">
<view
class="popup-container"
style="background: url({{imageUrl}}bg62.png?t={{Timestamp}}) no-repeat top center/100%"
></view>
<image class="popup-container" src="{{imageUrl}}bg62.png?t={{Timestamp}}" show-menu-by-longpress></image>
<image
class="close"
bind:tap="handleCancel"

6
src/patient/pages/enterInfo/index.scss

@ -207,12 +207,12 @@ page { @@ -207,12 +207,12 @@ page {
margin-bottom: 40rpx;
display: flex;
justify-content: space-between;
padding: 0 32rpx;
height: 84rpx;
align-items: center;
padding: 12rpx 32rpx;
min-height: 84rpx;
background: #f6f8f9;
border-radius: 16rpx;
box-sizing: border-box;
line-height: 84rpx;
.date-content {
font-size: 32rpx;
color: #211d2e;

Loading…
Cancel
Save