Browse Source

修复图标不显示问题

master
kuaileWu 3 months ago
parent
commit
0fd2c18b30
  1. 4
      pages/index/index.vue
  2. 2
      pages/prebook/prebook.vue

4
pages/index/index.vue

@ -59,7 +59,7 @@
</view>
</view>
<view class="center" v-if="item.type==0 || item.type==1">
<view class="center">
出诊{{ item.workdate_desc }}
</view>
@ -408,7 +408,7 @@
}
.hospital-wrapper{
.item{
min-height: 142rpx;
min-height: 207rpx;
width: 100%;
margin-bottom: 36rpx;
border-bottom: 2rpx solid #F1F1F1;

2
pages/prebook/prebook.vue

@ -127,7 +127,7 @@
uni.showToast({
title:"成功预约"+this.chooseVisitorCount+"人",
mask:true,
image:this.cssUrl+'gou.svg',
image:that.cssUrl+'gou.svg',
times:false,
success() {
setTimeout(function(){

Loading…
Cancel
Save