隐藏微信注册页面浏览器打开引导提示

This commit is contained in:
GYJ
2024-12-14 09:55:22 +08:00
parent 3b6d560539
commit 119a3d3c07

View File

@@ -46,7 +46,7 @@
</view> </view>
</view> </view>
<!-- #ifdef H5 --> <!-- #ifdef H5 -->
<div v-if="isWeixin" style="width: 100%;height: 100%;position: fixed;top: 0;z-index: 999;background: url('../../static/images/open_guide.png') no-repeat center bottom / cover;"></div> <!-- <div v-if="isWeixin" style="width: 100%;height: 100%;position: fixed;top: 0;z-index: 999;background: url('../../static/images/open_guide.png') no-repeat center bottom / cover;"></div> -->
<!-- #endif --> <!-- #endif -->
</view> </view>
</template> </template>