Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
德宏大魔王
uni-starter
提交
b135ca5f
U
uni-starter
项目概览
德宏大魔王
/
uni-starter
与 Fork 源项目一致
Fork自
DCloud / uni-starter
通知
1
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
U
uni-starter
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
b135ca5f
编写于
5月 14, 2021
作者:
DCloud_JSON
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修复微信小程序端样式元素没有自动撑开的问题
上级
a8b1baa4
变更
5
显示空白变更内容
内联
并排
Showing
5 changed file
with
15 addition
and
12 deletion
+15
-12
pages.json
pages.json
+5
-3
pages/list/list.nvue
pages/list/list.nvue
+1
-1
pages/ucenter/userinfo/bind-mobile/bind-mobile.vue
pages/ucenter/userinfo/bind-mobile/bind-mobile.vue
+2
-1
pages/ucenter/userinfo/userinfo.vue
pages/ucenter/userinfo/userinfo.vue
+1
-3
uni_modules/uni-load-state/components/uni-load-state/uni-load-state.vue
...i-load-state/components/uni-load-state/uni-load-state.vue
+6
-4
未找到文件。
pages.json
浏览文件 @
b135ca5f
...
@@ -171,12 +171,14 @@
...
@@ -171,12 +171,14 @@
},
},
{
{
"path"
:
"pages/ucenter/login-page/index/index"
"path"
:
"pages/ucenter/login-page/index/index"
},{
"path"
:
"pages/ucenter/userinfo/userinfo"
},
},
{
{
"path"
:
"pages/ucenter/settings/settings"
"path"
:
"pages/ucenter/settings/settings"
}
}
],
],
"current"
:
0
"current"
:
2
},
},
"tabBar"
:
{
"tabBar"
:
{
"color"
:
"#7A7E83"
,
"color"
:
"#7A7E83"
,
...
...
pages/list/list.nvue
浏览文件 @
b135ca5f
<template>
<template>
<view class="pagse">
<view class="pagse">
<!-- #if
def APP-PLUS
-->
<!-- #if
ndef H5
-->
<statusBar></statusBar>
<statusBar></statusBar>
<!-- #endif -->
<!-- #endif -->
<!-- 搜索功能 -->
<!-- 搜索功能 -->
...
...
pages/ucenter/userinfo/bind-mobile/bind-mobile.vue
浏览文件 @
b135ca5f
...
@@ -80,6 +80,7 @@
...
@@ -80,6 +80,7 @@
}
}
.input-box
{
.input-box
{
width
:
100%
;
margin-top
:
16px
;
margin-top
:
16px
;
background-color
:
#f9f9f9
;
background-color
:
#f9f9f9
;
border-radius
:
6
rpx
;
border-radius
:
6
rpx
;
...
...
pages/ucenter/userinfo/userinfo.vue
浏览文件 @
b135ca5f
...
@@ -141,8 +141,7 @@
...
@@ -141,8 +141,7 @@
// 剪裁并上传头像
// 剪裁并上传头像
uni
.
navigateTo
({
uni
.
navigateTo
({
url
:
'
/pages/ucenter/userinfo/uploadCutImageToUnicloud?path=
'
+
url
:
'
/pages/ucenter/userinfo/uploadCutImageToUnicloud?path=
'
+
res
res
.
tempFilePaths
[
0
]
+
.
tempFilePaths
[
0
]
+
`&options=
${
JSON
.
stringify
(
options
)}
`
,
`&options=
${
JSON
.
stringify
(
options
)}
`
,
animationType
:
"
fade-in
"
,
animationType
:
"
fade-in
"
,
events
:
{
events
:
{
...
@@ -186,7 +185,6 @@
...
@@ -186,7 +185,6 @@
flex-direction
:
row
;
flex-direction
:
row
;
justify-content
:
space-between
;
justify-content
:
space-between
;
align-items
:
center
;
align-items
:
center
;
height
:
60px
;
}
}
.avatarUrl
{
.avatarUrl
{
width
:
50px
;
width
:
50px
;
...
...
uni_modules/uni-load-state/components/uni-load-state/uni-load-state.vue
浏览文件 @
b135ca5f
<
template
>
<
template
>
<view
style=
"
flex:1
"
>
<view
style=
"
width: 750rpx;
"
>
<template
v-if=
"!state.error"
>
<template
v-if=
"!state.error"
>
<uni-load-more
v-if=
"state.loading||state.pagination.current!=1||state.data.length!=0"
:status=
"state.loading?'loading':(state.hasMore?'hasMore':'noMore')"
></uni-load-more>
<uni-load-more
v-if=
"state.loading||state.pagination.current!=1||state.data.length!=0"
:status=
"state.loading?'loading':(state.hasMore?'hasMore':'noMore')"
></uni-load-more>
<text
class=
"noData"
v-else
>
暂无数据
</text>
<text
class=
"noData"
v-else
>
暂无数据
</text>
...
@@ -12,9 +12,7 @@
...
@@ -12,9 +12,7 @@
<text
class=
"btn-text"
>
前往设置
</text>
<text
class=
"btn-text"
>
前往设置
</text>
</view>
</view>
</view>
</view>
<view
v-else
>
<text
class=
"err"
v-else
>
错误:{{JSON.stringify(state.error)}}
</text>
错误:{{state.error}}
</view>
</view>
</view>
</view>
</view>
</template>
</template>
...
@@ -124,4 +122,8 @@
...
@@ -124,4 +122,8 @@
text-align
:
center
;
text-align
:
center
;
padding
:
30
rpx
;
padding
:
30
rpx
;
}
}
.err
{
width
:
750
rpx
;
color
:
#DD524D
;
}
</
style
>
</
style
>
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录