Browse Source

替换大的图片

1410417013 10 months ago
parent
commit
4c2c9a4022

+ 1 - 1
pages/qinglv/index.vue

@@ -51,7 +51,7 @@
 			//跳转到详情页
 			toXiang(){
 				uni.navigateTo({
-					url: '/pages/qinglv/xiang'
+					url: '/my/qinglv/xiang'
 				})
 			},
 		},

pages/qinglv/orderX.vue → my/qinglv/orderX.vue


+ 1 - 1
pages/qinglv/xiang.vue

@@ -60,7 +60,7 @@
 			//立即购买
 			toGou(){
 				uni.navigateTo({
-					url: '/pages/qinglv/orderX'
+					url: '/my/qinglv/orderX'
 				})
 			},
 			//图片点击放大

+ 5 - 5
my/setting/chat.vue

@@ -8,7 +8,7 @@
 				<view v-if="item.sendType === 2" style="width: 83%; margin-right: 15%">
 					<view class="chat-listitem" style="float: left; margin-left: 10rpx">
 						<view>
-							<image src="../../static/logo.png" class="chat-listitem-image"></image>
+							<image src="https://mxys.chuanghai-tech.com/wmfile/20250814/fff4dc5d02ea4af881db9685f2e1e61d.png" class="chat-listitem-image"></image>
 						</view>
 						<view v-if="item.content && item.type === 1" class="chat-listitem-text" style="margin-left: 20rpx">{{ item.content }}</view>
 						<image
@@ -110,7 +110,7 @@
 						></image>
 						<view>
 							<image v-if="item.chat.userHead" :src="item.chat.userHead" class="chat-listitem-image"></image>
-							<image v-else src="../../static/logo.png" class="chat-listitem-image"></image>
+							<image v-else src="https://mxys.chuanghai-tech.com/wmfile/20250814/fff4dc5d02ea4af881db9685f2e1e61d.png" class="chat-listitem-image"></image>
 						</view>
 					</view>
 				</view>
@@ -485,7 +485,7 @@ export default {
 				// let datas = JSON.parse(res.data)
 				// let data = {
 				// 	chat: {
-				// 		userHead: '../../static/logo.png'
+				// 		userHead: 'https://mxys.chuanghai-tech.com/wmfile/20250814/fff4dc5d02ea4af881db9685f2e1e61d.png'
 				// 	},
 				// 	content: datas.content,
 				// 	type: datas.type,
@@ -521,7 +521,7 @@ export default {
 							time = d.createTime
 						}
 						if (!d.chat.userHead) {
-							// d.chat.userHead = '../../static/logo.png';
+							// d.chat.userHead = 'https://mxys.chuanghai-tech.com/wmfile/20250814/fff4dc5d02ea4af881db9685f2e1e61d.png';
 							let avatar = this.$queue.getData('avatar')
 							d.chat.userHead = avatar
 						}
@@ -604,7 +604,7 @@ export default {
 				success(res) {
 					let avatar = that.$queue.getData('avatar')
 					if (!avatar) {
-						avatar = '../../static/logo.png'
+						avatar = 'https://mxys.chuanghai-tech.com/wmfile/20250814/fff4dc5d02ea4af881db9685f2e1e61d.png'
 					}
 
 					setTimeout(() => {

+ 1 - 1
my/task/index.vue

@@ -5,7 +5,7 @@
 			<view class="task_top_infor">
 				<view class="task_top_user">
 					<view class="task_top_user_le">
-						<image :src="avatar?avatar:'../../static/logo.png'" mode=""></image>
+						<image :src="avatar?avatar:'https://mxys.chuanghai-tech.com/wmfile/20250814/fff4dc5d02ea4af881db9685f2e1e61d.png'" mode=""></image>
 					</view>
 					<view class="task_top_user_ce">
 						{{userName?userName:'匿名'}}

+ 1 - 1
my/vip/index.vue

@@ -200,7 +200,7 @@
 			getUserInfo() {
 				this.$Request.get("/app/user/selectUserById").then(res => {
 					if (res.code == 0) {
-						this.avatar = res.data.avatar ? res.data.avatar : '../../static/logo.png'
+						this.avatar = res.data.avatar ? res.data.avatar : 'https://mxys.chuanghai-tech.com/wmfile/20250814/fff4dc5d02ea4af881db9685f2e1e61d.png'
 
 						uni.setStorageSync('avatar', res.data.avatar)
 					}

+ 19 - 19
pages.json

@@ -30,25 +30,6 @@
 			}
 		},
 		{
-			"path": "pages/qinglv/index",
-			"style": {
-				"navigationBarTitleText": "情侣专区",
-				"navigationBarBackgroundColor": "#FFE9CA"
-			}
-		},
-		{
-			"path": "pages/qinglv/xiang",
-			"style": {
-				"navigationBarTitleText": "套餐详情"
-			}
-		},
-		{
-			"path": "pages/qinglv/orderX",
-			"style": {
-				"navigationBarTitleText": "订单详情"
-			}
-		},
-		{
 			"path": "pages/index/shopList/indexShop",
 			"style": {
 				"navigationBarTitleText": "店铺列表2"
@@ -361,6 +342,25 @@
 						"navigationBarTitleText": "",
 						"navigationStyle": "custom"
 					}
+				},
+				{
+					"path": "qinglv/index",
+					"style": {
+						"navigationBarTitleText": "情侣专区",
+						"navigationBarBackgroundColor": "#FFE9CA"
+					}
+				},
+				{
+					"path": "qinglv/xiang",
+					"style": {
+						"navigationBarTitleText": "套餐详情"
+					}
+				},
+				{
+					"path": "qinglv/orderX",
+					"style": {
+						"navigationBarTitleText": "订单详情"
+					}
 				}
 			]
 		},

+ 2 - 2
pages/index/index.vue

@@ -1032,7 +1032,7 @@
 											ret.shopScore = ret.shopScore.toFixed(1)
 											ret.shopLable = ret.shopLable ? ret.shopLable.split(',') : ''
 											ret.shopCover = ret.shopCover ? ret.shopCover.split(',') :
-												'../../static/logo.png'
+												'https://mxys.chuanghai-tech.com/wmfile/20250814/fff4dc5d02ea4af881db9685f2e1e61d.png'
 											ret.errandTime = Math.round(ret.errandTime)
 										})
 										var shopList=[]
@@ -1109,7 +1109,7 @@
 							ret.shopScore = ret.shopScore.toFixed(2)
 							ret.shopLable = ret.shopLable ? ret.shopLable.split(',') : ''
 							ret.shopCover = ret.shopCover ? ret.shopCover.split(',') :
-								'../../static/logo.png'
+								'https://mxys.chuanghai-tech.com/wmfile/20250814/fff4dc5d02ea4af881db9685f2e1e61d.png'
 							ret.errandTime = Math.round(ret.errandTime)
 						})
 

+ 1 - 1
pages/index/shop/goodsList.vue

@@ -376,7 +376,7 @@
 										<view class="yhq-box-list-item-c flex justify-between align-center">
 											<view class="yhq-box-list-item-c-l flex align-center">
 												<image
-													:src="item.couponPicture ? item.couponPicture : '../../../static/logo.png'"
+													:src="item.couponPicture ? item.couponPicture : 'https://mxys.chuanghai-tech.com/wmfile/20250814/fff4dc5d02ea4af881db9685f2e1e61d.png'"
 													style="width: 80rpx; height: 80rpx; border-radius: 20rpx"
 													mode=""
 												></image>

+ 3 - 3
pages/index/shop/im.vue

@@ -19,7 +19,7 @@
 						></image>
 						<view>
 							<image v-if="item.avatar" :src="item.avatar" class="chat-listitem-image"></image>
-							<image v-else src="../../../static/logo.png" class="chat-listitem-image"></image>
+							<image v-else src="https://mxys.chuanghai-tech.com/wmfile/20250814/fff4dc5d02ea4af881db9685f2e1e61d.png" class="chat-listitem-image"></image>
 						</view>
 					</view>
 				</view>
@@ -327,7 +327,7 @@ export default {
 					var time = ''
 					res.data.list.forEach((d) => {
 						if (!d.avatar) {
-							// d.chat.userHead = '../../static/logo.png';
+							// d.chat.userHead = 'https://mxys.chuanghai-tech.com/wmfile/20250814/fff4dc5d02ea4af881db9685f2e1e61d.png';
 							let avatar = this.$queue.getData('avatar')
 							d.avatar = avatar
 						}
@@ -402,7 +402,7 @@ export default {
 				success(res) {
 					let avatar = that.$queue.getData('avatar')
 					if (!avatar) {
-						avatar = '../../static/logo.png'
+						avatar = 'https://mxys.chuanghai-tech.com/wmfile/20250814/fff4dc5d02ea4af881db9685f2e1e61d.png'
 					}
 					let data = {
 						chat: {

+ 1 - 1
pages/index/shop/index.vue

@@ -452,7 +452,7 @@
 										<view class="yhq-box-list-item-c flex justify-between align-center">
 											<view class="yhq-box-list-item-c-l flex align-center">
 												<image
-													:src="item.couponPicture ? item.couponPicture : '../../../static/logo.png'"
+													:src="item.couponPicture ? item.couponPicture : 'https://mxys.chuanghai-tech.com/wmfile/20250814/fff4dc5d02ea4af881db9685f2e1e61d.png'"
 													style="width: 80rpx; height: 80rpx; border-radius: 20rpx"
 													mode=""
 												></image>

+ 1 - 1
pages/index/shopList/index.vue

@@ -346,7 +346,7 @@
 							}
 							ret.shopLable = ret.shopLable ? ret.shopLable.split(',') : ''
 							ret.shopCover = ret.shopCover ? ret.shopCover.split(',') :
-								'../../static/logo.png'
+								'https://mxys.chuanghai-tech.com/wmfile/20250814/fff4dc5d02ea4af881db9685f2e1e61d.png'
 							ret.errandTime = Math.round(ret.errandTime)
 							ret.shopScore = ret.shopScore.toFixed(1)
 						})

+ 1 - 1
pages/index/shopList/indexShop.vue

@@ -325,7 +325,7 @@
 							}
 							ret.shopLable = ret.shopLable ? ret.shopLable.split(',') : ''
 							ret.shopCover = ret.shopCover ? ret.shopCover.split(',') :
-								'../../static/logo.png'
+								'https://mxys.chuanghai-tech.com/wmfile/20250814/fff4dc5d02ea4af881db9685f2e1e61d.png'
 							ret.errandTime = Math.round(ret.errandTime)
 							ret.shopScore = ret.shopScore.toFixed(1)
 						})

+ 5 - 5
pages/my/index.vue

@@ -4,12 +4,12 @@
 			<view class="head_image">
 				<!-- #ifdef MP-WEIXIN -->
 				<button open-type="chooseAvatar" v-if="token" @chooseavatar="onChooseAvatar">
-					<image style="width: 90rpx; height: 90rpx; border-radius: 50%" :src="avatar ? avatar : '../../static/logo.png'"></image>
+					<image style="width: 90rpx; height: 90rpx; border-radius: 50%" :src="avatar ? avatar : 'https://mxys.chuanghai-tech.com/wmfile/20250814/fff4dc5d02ea4af881db9685f2e1e61d.png'"></image>
 				</button>
-				<image v-if="!token" @click="bindlogin" style="width: 90rpx; height: 90rpx; border-radius: 50%" src="../../static/logo.png"></image>
+				<image v-if="!token" @click="bindlogin" style="width: 90rpx; height: 90rpx; border-radius: 50%" src="https://mxys.chuanghai-tech.com/wmfile/20250814/fff4dc5d02ea4af881db9685f2e1e61d.png"></image>
 				<!-- #endif -->
 				<!-- #ifndef MP-WEIXIN -->
-				<image @click="avatar ? goLogin() : ''" style="width: 90rpx; height: 90rpx; border-radius: 50%" :src="avatar ? avatar : '../../static/logo.png'"></image>
+				<image @click="avatar ? goLogin() : ''" style="width: 90rpx; height: 90rpx; border-radius: 50%" :src="avatar ? avatar : 'https://mxys.chuanghai-tech.com/wmfile/20250814/fff4dc5d02ea4af881db9685f2e1e61d.png'"></image>
 				<!-- #endif -->
 				<view class="lovip" v-if="isVip">
 					<image src="../../static/images/my/vip.png" style="width: 88rpx; height: 32rpx; top: -30rpx"></image>
@@ -533,12 +533,12 @@ export default {
 					}
 					this.isVip = res.data.isVip
 					this.shopStatus = res.data.shopStatus
-					this.$queue.setData('avatar', res.data.avatar ? res.data.avatar : '../../static/logo.png')
+					this.$queue.setData('avatar', res.data.avatar ? res.data.avatar : 'https://mxys.chuanghai-tech.com/wmfile/20250814/fff4dc5d02ea4af881db9685f2e1e61d.png')
 					this.$queue.setData('userId', res.data.userId)
 					this.$queue.setData('phone', res.data.phone)
 					this.$queue.setData('status', res.data.status)
 					this.$queue.setData('userName', res.data.userName ? res.data.userName : res.data.nickName)
-					this.avatar = res.data.avatar ? res.data.avatar : '../../static/logo.png'
+					this.avatar = res.data.avatar ? res.data.avatar : 'https://mxys.chuanghai-tech.com/wmfile/20250814/fff4dc5d02ea4af881db9685f2e1e61d.png'
 					this.userName = res.data.userName ? res.data.userName : res.data.nickName
 				}
 			})

+ 1 - 1
pages/order/feedback.vue

@@ -110,7 +110,7 @@
 		<!-- 骑手评价区域 -->
 		<view class="store" style="margin-top: 20rpx" v-if="orderTypeExtra == 2">
 			<view class="store_box">
-				<image class="store_box_img" src="/static/logo.png" mode="aspectFill"></image>
+				<image class="store_box_img" src="https://mxys.chuanghai-tech.com/wmfile/20250814/fff4dc5d02ea4af881db9685f2e1e61d.png" mode="aspectFill"></image>
 				<view class="store_box_msg">
 					骑手配送
 					<view class="store_box_name">{{ info.riderNickName }}</view>

+ 1 - 1
pages/order/takefood.vue

@@ -23,7 +23,7 @@
 			<view class="flex justify-center" v-if="dataDet.orderType == 1" style="width: 100%; height: 140rpx; margin-bottom: 30rpx">
 				<view class="flex justify-center" style="width: 94%; height: 100%; border-radius: 18rpx; background-color: #ffffff; padding: 3%">
 					<view class="flex justify-between align-center" style="width: 100%; height: 100%">
-						<image :src="shopInfo.shopCover ? shopInfo.shopCover : '../../static/logo.png'" style="width: 110rpx; height: 110rpx; border-radius: 8rpx" mode=""></image>
+						<image :src="shopInfo.shopCover ? shopInfo.shopCover : 'https://mxys.chuanghai-tech.com/wmfile/20250814/fff4dc5d02ea4af881db9685f2e1e61d.png'" style="width: 110rpx; height: 110rpx; border-radius: 8rpx" mode=""></image>
 						<view class="flex flex-wrap align-center" style="width: 80%; height: 100%">
 							<view class="" style="width: 100%; font-size: 30rpx" @click="call">
 								<text style="font-weight: bold">{{ shopInfo.shopName ? shopInfo.shopName : '' }}</text>

+ 1 - 1
pages/public/login.vue

@@ -6,7 +6,7 @@
 		<view class="mp_wxBox">
 			<view>
 				<view class="headers">
-					<image src="../../static/logo.png" style="border-radius: 50%;"></image>
+					<image src="https://mxys.chuanghai-tech.com/wmfile/20250814/fff4dc5d02ea4af881db9685f2e1e61d.png" style="border-radius: 50%;"></image>
 				</view>
 				<view class="content">
 					<view>申请获取以下权限</view>

+ 1 - 1
running/huodong/list.vue

@@ -368,7 +368,7 @@
 											ret.shopScore = ret.shopScore.toFixed(1)
 											ret.shopLable = ret.shopLable ? ret.shopLable.split(',') : ''
 											ret.shopCover = ret.shopCover ? ret.shopCover.split(',') :
-												'../../static/logo.png'
+												'https://mxys.chuanghai-tech.com/wmfile/20250814/fff4dc5d02ea4af881db9685f2e1e61d.png'
 											ret.errandTime = Math.round(ret.errandTime)
 										})
 								

BIN
static/logo.png