Browse Source

Merge branch 'master' of http://1.14.104.71:10880/root/his_user_miniapp

XSLu08042 1 day ago
parent
commit
0305d675ef
4 changed files with 3 additions and 3 deletions
  1. 0 0
      App.vue
  2. 1 1
      pages_doctor/doctorDetails.vue
  3. 1 1
      pages_user/addEditAddress.vue
  4. 1 1
      pages_user/myDoctorList.vue

File diff suppressed because it is too large
+ 0 - 0
App.vue


+ 1 - 1
pages_doctor/doctorDetails.vue

@@ -48,7 +48,7 @@
 								</view>
 								<view class="doc-btns"  >
 									<view class="btn" @click="followChange()">
-										<image v-if="isFollow" src="../../static/images/icon_strar.png"></image>
+										<image v-if="isFollow" src="/static/images/icon_strar.png"></image>
 										<image v-if="!isFollow" src="https://fs-1319721001.cos.ap-chongqing.myqcloud.com/fs/20240229/d509e50536804703a4b7dc066b16beee.png"></image>
 										关注
 									</view>

+ 1 - 1
pages_user/addEditAddress.vue

@@ -17,7 +17,7 @@
 							<view class="input-box">
 								<input type="text" v-model="form.address" placeholder="请选择省市区" class="form-input" disabled="disabled" />
 							</view>
-							<image class="arrow" src="../../static/images/arrow_gray.png" mode=""></image>
+							<image class="arrow" src="/static/images/arrow_gray.png" mode=""></image>
 						</view>
 					</picker>
 				</view>

+ 1 - 1
pages_user/myDoctorList.vue

@@ -19,7 +19,7 @@
 								<image mode="aspectFill" class="doc-img" :src="item.avatar"></image>
 								<view class="isline" v-if="item.workStatus==1">
 									<view class="img">
-										<image src="../../static/images/isline.png"></image>
+										<image src="/static/images/isline.png"></image>
 										<view class="name">在线</view>
 									</view>
 								</view>

Some files were not shown because too many files changed in this diff