Bläddra i källkod

修改部分图片为存储桶路径

XSLu08042 3 dagar sedan
förälder
incheckning
f774af4ac9
3 ändrade filer med 10 tillägg och 10 borttagningar
  1. 1 1
      components/CustomCamera/WeChat/index.vue
  2. 8 8
      pages/user/index.vue
  3. 1 1
      pages_index/articleDetails.vue

+ 1 - 1
components/CustomCamera/WeChat/index.vue

@@ -18,7 +18,7 @@
 				<cover-view class="title">请拍摄舌面</cover-view>
 				<cover-view class="tips">舌尖放松,舌面平展,舌尖略向下,口张大不要太用力</cover-view>
 				<cover-view class="imagebox">
-					<cover-image class="tongue" :src="baseUrl+'/images/tongue.png'"  mode="aspectFill"></cover-image>
+					<cover-image class="tongue" src="https://cos.his.cdwjyyh.com/fs/20250417/58846208f8e84fe7840f5d0521eefa2f.png"  mode="aspectFill"></cover-image>
 				</cover-view>
 			</cover-view>
 			<!-- <cover-image v-if="coverImage" :src="coverImage" style="width: 100%;height: 100%;"></cover-image> -->

+ 8 - 8
pages/user/index.vue

@@ -33,19 +33,19 @@
 					</view>
 					<view class="menu-box">
 						<view class="menu" @click="loginNavTo('/pages_order/inquiryOrderList')">
-							<image :src="baseUrl + '/images/icon_inquiry_order.png'"></image>
+							<image src="https://cos.his.cdwjyyh.com/fs/20250417/5e1436cf517d4e31998caf4b57453376.png"></image>
 							<view class="title">咨询订单</view>
 						</view>
 						<view class="menu" @click="loginNavTo('/pages_order/storeOrderList')">
-							<image :src="baseUrl+ '/images/icon_store_order.png'"></image>
+							<image src="https://cos.his.cdwjyyh.com/fs/20250417/a2364a0392134b7785aae90a77b76ec1.png"></image>
 							<view class="title">处方订单</view>
 						</view>
 						<view class="menu" @click="loginNavTo('/pages_order/packageOrderList')">
-							<image :src="baseUrl+ '/images/icon_qianyue.png'"></image>
+							<image src="https://cos.his.cdwjyyh.com/fs/20250417/ae61bf7490d34541bc41b707e88b3ffb.png"></image>
 							<view class="title">服务包</view>
 						</view>
 						<view class="menu" @click="loginNavTo('/pages_order/storeOrderRefundList')">
-							<image :src="baseUrl + '/images/sales_orders_icon.png'"></image>
+							<image src="https://cos.his.cdwjyyh.com/fs/20250417/e59fc9a1d049462a8f804c4168ee55ce.png"></image>
 							<view class="title">售后服务</view>
 						</view>
 						 
@@ -59,15 +59,15 @@
 					</view>
 					<view class="menu-box">
 						<view class="menu" @click="loginNavTo('/pages_user/myDoctorList')">
-							<image :src="baseUrl+ '/images/icon_my_doctor.png'"></image>
+							<image src="https://cos.his.cdwjyyh.com/fs/20250417/0eeec4b825534bfa8833eaf212cf803c.png"></image>
 							<view class="title">我的医生</view>
 						</view>
 						<view class="menu" @click="loginNavTo('/pages_order/prescribeList')">
-							<image src="../../static/images/icon_my_prescription.png"></image>
+							<image src="https://cos.his.cdwjyyh.com/fs/20250417/586ec2eec9434f80a814acdaa117130d.png"></image>
 							<view class="title">我的处方</view>
 						</view>
 						<view class="menu" @click="loginNavTo('/pages_user/followList')">
-							<image :src="baseUrl+ '/images/icon_my_follow.png'"></image>
+							<image src="https://cos.his.cdwjyyh.com/fs/20250417/b18b26fcee394213aa736ddbf7c746af.png"></image>
 							<view class="title">我的随访</view>
 						</view>
 						<view class="menu"  @click="toIM()">
@@ -106,7 +106,7 @@
 						</view>
 						 
 						<view class="menu"  @click="loginNavTo('/pages_user/addHealthButler')">
-							<image class="min-image" :src="baseUrl+ '/images/icon_my_doctor.png'"></image>
+							<image class="min-image" src="https://cos.his.cdwjyyh.com/fs/20250417/0eeec4b825534bfa8833eaf212cf803c.png"></image>
 							<view class="title">健康管家</view>
 						</view>
 						

+ 1 - 1
pages_index/articleDetails.vue

@@ -14,7 +14,7 @@
 		<!-- 咨询按钮 -->
 		<view class="inquiry">
 			<view class="content">
-				<image :src="baseUrl+'/images/consult.png'" mode=""></image>
+				<image src="https://cos.his.cdwjyyh.com/fs/20250417/2c3a31fbaad9417192b5547e7f072c45.png" mode=""></image>
 				<text class="text">咨询</text>
 				<button class="contact-btn" open-type="contact"></button>
 			</view>