|
@@ -257,7 +257,7 @@
|
|
<uni-popup ref="schoolRef" :is-mask-click="false">
|
|
<uni-popup ref="schoolRef" :is-mask-click="false">
|
|
<view class="w-full flex-center" :style="{height: windowHeight + 'px'}">
|
|
<view class="w-full flex-center" :style="{height: windowHeight + 'px'}">
|
|
<navigator hover-class='none' url='/pages/discover/discover_user/index'>
|
|
<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>
|
|
</navigator>
|
|
</view>
|
|
</view>
|
|
</uni-popup>
|
|
</uni-popup>
|
|
@@ -476,6 +476,7 @@
|
|
});
|
|
});
|
|
},
|
|
},
|
|
created() {
|
|
created() {
|
|
|
|
+ console.log(this.urlDomain);
|
|
var pages = getCurrentPages();
|
|
var pages = getCurrentPages();
|
|
this.returnShow = pages.length === 1 ? false : true;
|
|
this.returnShow = pages.length === 1 ? false : true;
|
|
var that = this;
|
|
var that = this;
|