Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
uni-starter
提交
d37b7f3c
U
uni-starter
项目概览
DCloud
/
uni-starter
通知
4684
Star
229
Fork
210
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
3
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
U
uni-starter
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
3
Issue
3
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
d37b7f3c
编写于
10月 27, 2024
作者:
Anne_LXM
提交者:
Anne_LXM
12月 12, 2024
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
样式调整
上级
2573ffe4
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
13 addition
and
16 deletion
+13
-16
pages/grid/grid.vue
pages/grid/grid.vue
+7
-9
pages/ucenter/settings/settings.vue
pages/ucenter/settings/settings.vue
+6
-7
未找到文件。
pages/grid/grid.vue
浏览文件 @
d37b7f3c
<
template
>
<view
class=
"warp"
>
<!-- #ifdef APP
-PLUS
-->
<!-- #ifdef APP -->
<statusBar></statusBar>
<!-- #endif -->
<!-- banner -->
<unicloud-db
ref=
"bannerdb"
v-slot:default=
"
{data, loading, error, options}" collection="opendb-banner"
field="_id,bannerfile,open_url,title" @load="onqueryload">
field="_id,bannerfile,open_url,title" @load="onqueryload"
>
<!-- 当无banner数据时显示占位图 -->
<image
v-if=
"!(loading||data.length)"
class=
"banner-image"
src=
"/static/uni-center/headers.png"
mode=
"aspectFill"
:draggable=
"false"
/>
<swiper
v-else
class=
"swiper-box"
@
change=
"changeSwiper"
:current=
"current"
indicator-dots
>
<swiper
v-else
class=
"swiper-box"
@
change=
"changeSwiper"
:current=
"current"
indicator-dots
>
<swiper-item
v-for=
"(item, index) in data"
:key=
"item._id"
>
<view
class=
"swiper-item"
@
click=
"clickBannerItem(item)"
>
<image
class=
"banner-image"
:src=
"item.bannerfile.url"
mode=
"aspectFill"
:draggable=
"false"
/>
</view>
<image
class=
"banner-image"
:src=
"item.bannerfile.url"
mode=
"aspectFill"
@
click=
"clickBannerItem(item)"
:draggable=
"false"
/>
</swiper-item>
</swiper>
</unicloud-db>
...
...
@@ -44,11 +42,11 @@
</template>
<
script
>
// #ifdef APP
-PLUS
// #ifdef APP
import
statusBar
from
"
@/uni_modules/uni-nav-bar/components/uni-nav-bar/uni-status-bar
"
;
// #endif
export
default
{
// #ifdef APP
-PLUS
// #ifdef APP
components
:
{
statusBar
},
...
...
@@ -202,7 +200,7 @@
}
.banner-image
{
width
:
750
rpx
;
width
:
100%
;
height
:
400
rpx
;
}
...
...
pages/ucenter/settings/settings.vue
浏览文件 @
d37b7f3c
...
...
@@ -263,7 +263,7 @@
.content
{
/* #ifndef APP-NVUE */
display
:
flex
;
width
:
750
rpx
;
width
:
100%
;
height
:
100vh
;
/* #endif */
flex-direction
:
column
;
...
...
@@ -272,17 +272,16 @@
}
.bottom-back
{
flex-direction
:
column
;
justify-content
:
center
;
align-items
:
center
;
margin-top
:
10px
;
width
:
750
rpx
;
height
:
44px
;
/* #ifndef APP-NVUE */
display
:
flex
;
/* #endif */
flex-direction
:
column
;
justify-content
:
center
;
align-items
:
center
;
/* #ifndef APP-NVUE */
border
:
none
;
width
:
100%
;
border
:
none
;
/* #endif */
border-width
:
0
;
border-radius
:
0
;
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录