Эх сурвалжийг харах

解决:系统不兼容,安卓苹果手机都会出现进不了平台内页面的情况(二手市场,表白墙都有)

ZZ 3 өдөр өмнө
parent
commit
310fc549fb

+ 2 - 1
mer_uniapp/pages/confession_wall/home/index.vue

@@ -257,7 +257,7 @@
 		<uni-popup ref="schoolRef" :is-mask-click="false">
 			<view class="w-full flex-center" :style="{height: windowHeight + 'px'}">
 				<navigator hover-class='none' url='/pages/discover/discover_user/index'>
-					<image src="http://39.105.58.247:20800/crmebimage/public/store/2025/05/20/ac4f4703de5d4a8c9490e7e27c9f25b8pzzy4l1ywq.png" mode="heightFix" style="height: 694rpx;width: 616rpx;"></image>
+					<image :src="`${urlDomain}crmebimage/public/store/2025/05/20/ac4f4703de5d4a8c9490e7e27c9f25b8pzzy4l1ywq.png`" mode="heightFix" style="height: 694rpx;width: 616rpx;"></image>
 				</navigator>
 			</view>
 		</uni-popup>
@@ -476,6 +476,7 @@
 			});
 		},
 		created() {
+			console.log(this.urlDomain);
 			var pages = getCurrentPages();
 			this.returnShow = pages.length === 1 ? false : true;
 			var that = this;

+ 1 - 1
mer_uniapp/pages/game_dazi/index.vue

@@ -108,7 +108,7 @@
 		<uni-popup ref="schoolRef" :is-mask-click="false">
 			<view class="w-full flex-center" :style="{height: windowHeight + 'px'}">
 				<navigator hover-class='none' url='/pages/discover/discover_user/index?dazi=dazi'>
-					<image src="http://39.105.58.247:20800/crmebimage/public/store/2025/05/20/ac4f4703de5d4a8c9490e7e27c9f25b8pzzy4l1ywq.png" mode="heightFix" style="height: 694rpx;width: 616rpx;"></image>
+					<image :src="`${urlDomain}crmebimage/public/store/2025/05/20/ac4f4703de5d4a8c9490e7e27c9f25b8pzzy4l1ywq.png`" mode="heightFix" style="height: 694rpx;width: 616rpx;"></image>
 				</navigator>
 			</view>
 		</uni-popup>

+ 1 - 1
mer_uniapp/pages/trade_fair/home/index.vue

@@ -107,7 +107,7 @@
 		<uni-popup ref="schoolRef" :is-mask-click="false">
 			<view class="w-full flex-center" :style="{height: windowHeight + 'px'}">
 				<navigator hover-class='none' url='/pages/trade_fair/trade_fair_user/index'>
-					<image src="http://39.105.58.247:20800/crmebimage/public/store/2025/05/20/ac4f4703de5d4a8c9490e7e27c9f25b8pzzy4l1ywq.png" mode="heightFix" style="height: 694rpx;width: 616rpx;"></image>
+					<image :src="`${urlDomain}crmebimage/public/store/2025/05/20/ac4f4703de5d4a8c9490e7e27c9f25b8pzzy4l1ywq.png`" mode="heightFix" style="height: 694rpx;width: 616rpx;"></image>
 				</navigator>
 			</view>
 		</uni-popup>