This commit is contained in:
liuyuan
2025-06-10 17:49:45 +08:00
parent d3ede507f3
commit b465c476b8
21 changed files with 569 additions and 365 deletions

View File

@@ -89,7 +89,7 @@
</view>
</view>
<view class="youKeL" v-if="$platform=='ios'">
<view @click="onPageJump('/pages/visitor/index')">免登录体验</view>
<view @click="onPageJump('/pages/visitor/index')">游客模式</view>
</view>
<u-popup :show="yhxyShow" title="用户协议" :round="10" @close="yhxyShow = false">
@@ -1083,12 +1083,12 @@ export default {
justify-content: center;
margin: 60rpx 0 0 0;
font-size: 28rpx;
color: $themeColor;
view {
border: 1px solid $themeColor;
border: 1rpx solid $themeColor;
border-radius: 10rpx;
padding: 5rpx 15rpx;
padding: 15rpx 30rpx;
color: $themeColor;
}
}