|
@@ -106,10 +106,16 @@
|
|
|
</uni-popup>
|
|
|
<!-- 学校 -->
|
|
|
<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',flexDirection:'column'}">
|
|
|
<navigator hover-class='none' url='/pages/discover/discover_user/index?dazi=dazi'>
|
|
|
<image :src="`${urlDomain}crmebimage/public/store/2025/05/20/ac4f4703de5d4a8c9490e7e27c9f25b8pzzy4l1ywq.png`" mode="heightFix" style="height: 694rpx;width: 616rpx;"></image>
|
|
|
</navigator>
|
|
|
+ <!-- 关闭圆形图标 -->
|
|
|
+ <view style="width: 80rpx;height: 80rpx;line-height: 80rpx;text-align:center; border-radius: 50%;background-color: rgba(0, 0, 0, 0.5);">
|
|
|
+ <text class="text-3xl" @click="this.$refs.schoolRef.close()">
|
|
|
+ <text class="iconfont icon-guanbi" style="color: #fff;"></text>
|
|
|
+ </text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</uni-popup>
|
|
|
</view>
|