Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
uni-app
提交
e161ba58
U
uni-app
项目概览
DCloud
/
uni-app
14 天 前同步成功
通知
751
Star
38709
Fork
3642
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
8
列表
看板
标记
里程碑
合并请求
1
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
U
uni-app
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
8
Issue
8
列表
看板
标记
里程碑
合并请求
1
合并请求
1
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
e161ba58
编写于
4月 08, 2022
作者:
fxy060608
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
chore: build
上级
35f67a50
变更
13
展开全部
隐藏空白更改
内联
并排
Showing
13 changed file
with
38 addition
and
19 deletion
+38
-19
packages/uni-app-plus/dist/uni-app-view.umd.js
packages/uni-app-plus/dist/uni-app-view.umd.js
+1
-1
packages/uni-components/dist/components.js
packages/uni-components/dist/components.js
+1
-1
packages/uni-h5/dist/uni-h5.cjs.js
packages/uni-h5/dist/uni-h5.cjs.js
+1
-1
packages/uni-h5/dist/uni-h5.es.js
packages/uni-h5/dist/uni-h5.es.js
+1
-1
packages/uni-mp-alipay/dist/uni.mp.esm.js
packages/uni-mp-alipay/dist/uni.mp.esm.js
+3
-1
packages/uni-mp-baidu/dist/uni.mp.esm.js
packages/uni-mp-baidu/dist/uni.mp.esm.js
+3
-1
packages/uni-mp-kuaishou/dist/uni.mp.esm.js
packages/uni-mp-kuaishou/dist/uni.mp.esm.js
+3
-1
packages/uni-mp-lark/dist/uni.mp.esm.js
packages/uni-mp-lark/dist/uni.mp.esm.js
+3
-1
packages/uni-mp-qq/dist/uni.mp.esm.js
packages/uni-mp-qq/dist/uni.mp.esm.js
+3
-1
packages/uni-mp-toutiao/dist/uni.mp.esm.js
packages/uni-mp-toutiao/dist/uni.mp.esm.js
+5
-2
packages/uni-mp-vue/dist/vue.runtime.esm.js
packages/uni-mp-vue/dist/vue.runtime.esm.js
+8
-6
packages/uni-mp-weixin/dist/uni.mp.esm.js
packages/uni-mp-weixin/dist/uni.mp.esm.js
+3
-1
packages/uni-quickapp-webview/dist/uni.mp.esm.js
packages/uni-quickapp-webview/dist/uni.mp.esm.js
+3
-1
未找到文件。
packages/uni-app-plus/dist/uni-app-view.umd.js
浏览文件 @
e161ba58
此差异已折叠。
点击以展开。
packages/uni-components/dist/components.js
浏览文件 @
e161ba58
...
...
@@ -4256,7 +4256,7 @@ function parseAttrs(attrs) {
return
attrs
.
reduce
(
function
(
pre
,
attr2
)
{
let
value
=
attr2
.
value
;
const
name
=
attr2
.
name
;
if
(
value
.
match
(
/ /
)
&&
name
!==
"
style
"
)
{
if
(
value
.
match
(
/ /
)
&&
[
"
style
"
,
"
src
"
].
indexOf
(
name
)
===
-
1
)
{
value
=
value
.
split
(
"
"
);
}
if
(
pre
[
name
])
{
...
...
packages/uni-h5/dist/uni-h5.cjs.js
浏览文件 @
e161ba58
...
...
@@ -5058,7 +5058,7 @@ function parseAttrs(attrs) {
return
attrs
.
reduce
(
function
(
pre
,
attr2
)
{
let
value
=
attr2
.
value
;
const
name
=
attr2
.
name
;
if
(
value
.
match
(
/ /
)
&&
name
!==
"
style
"
)
{
if
(
value
.
match
(
/ /
)
&&
[
"
style
"
,
"
src
"
].
indexOf
(
name
)
===
-
1
)
{
value
=
value
.
split
(
"
"
);
}
if
(
pre
[
name
])
{
...
...
packages/uni-h5/dist/uni-h5.es.js
浏览文件 @
e161ba58
...
...
@@ -11737,7 +11737,7 @@ function parseAttrs(attrs2) {
return attrs2.reduce(function(pre, attr2) {
let value = attr2.value;
const name = attr2.name;
if (value.match(/ /) &&
name !== "style"
) {
if (value.match(/ /) &&
["style", "src"].indexOf(name) === -1
) {
value = value.split(" ");
}
if (pre[name]) {
...
...
packages/uni-mp-alipay/dist/uni.mp.esm.js
浏览文件 @
e161ba58
...
...
@@ -530,7 +530,9 @@ function updateComponentProps(up, instance) {
if
(
hasPropsChanged
(
prevProps
,
nextProps
))
{
updateProps
(
instance
,
nextProps
,
prevProps
,
false
);
invalidateJob
(
instance
.
update
);
instance
.
update
();
{
instance
.
update
();
}
}
}
function
hasPropsChanged
(
prevProps
,
nextProps
,
checkLen
=
true
)
{
...
...
packages/uni-mp-baidu/dist/uni.mp.esm.js
浏览文件 @
e161ba58
...
...
@@ -716,7 +716,9 @@ function updateComponentProps(up, instance) {
if
(
hasPropsChanged
(
prevProps
,
nextProps
))
{
updateProps
(
instance
,
nextProps
,
prevProps
,
false
);
invalidateJob
(
instance
.
update
);
instance
.
update
();
{
instance
.
update
();
}
}
}
function
hasPropsChanged
(
prevProps
,
nextProps
,
checkLen
=
true
)
{
...
...
packages/uni-mp-kuaishou/dist/uni.mp.esm.js
浏览文件 @
e161ba58
...
...
@@ -703,7 +703,9 @@ function updateComponentProps(up, instance) {
if
(
hasPropsChanged
(
prevProps
,
nextProps
))
{
updateProps
(
instance
,
nextProps
,
prevProps
,
false
);
invalidateJob
(
instance
.
update
);
instance
.
update
();
{
instance
.
update
();
}
}
}
function
hasPropsChanged
(
prevProps
,
nextProps
,
checkLen
=
true
)
{
...
...
packages/uni-mp-lark/dist/uni.mp.esm.js
浏览文件 @
e161ba58
...
...
@@ -676,7 +676,9 @@ function updateComponentProps(up, instance) {
if
(
hasPropsChanged
(
prevProps
,
nextProps
))
{
updateProps
(
instance
,
nextProps
,
prevProps
,
false
);
invalidateJob
(
instance
.
update
);
instance
.
update
();
{
instance
.
update
();
}
}
}
function
hasPropsChanged
(
prevProps
,
nextProps
,
checkLen
=
true
)
{
...
...
packages/uni-mp-qq/dist/uni.mp.esm.js
浏览文件 @
e161ba58
...
...
@@ -665,7 +665,9 @@ function updateComponentProps(up, instance) {
if
(
hasPropsChanged
(
prevProps
,
nextProps
))
{
updateProps
(
instance
,
nextProps
,
prevProps
,
false
);
invalidateJob
(
instance
.
update
);
instance
.
update
();
{
instance
.
update
();
}
}
}
function
hasPropsChanged
(
prevProps
,
nextProps
,
checkLen
=
true
)
{
...
...
packages/uni-mp-toutiao/dist/uni.mp.esm.js
浏览文件 @
e161ba58
...
...
@@ -675,8 +675,11 @@ function updateComponentProps(up, instance) {
const
nextProps
=
findComponentPropsData
(
up
)
||
{};
if
(
hasPropsChanged
(
prevProps
,
nextProps
))
{
updateProps
(
instance
,
nextProps
,
prevProps
,
false
);
invalidateJob
(
instance
.
update
);
instance
.
update
();
const
index
=
invalidateJob
(
instance
.
update
);
{
// 字节跳动小程序 https://github.com/dcloudio/uni-app/issues/3340
index
===
-
1
&&
instance
.
update
();
}
}
}
function
hasPropsChanged
(
prevProps
,
nextProps
,
checkLen
=
true
)
{
...
...
packages/uni-mp-vue/dist/vue.runtime.esm.js
浏览文件 @
e161ba58
...
...
@@ -1413,6 +1413,14 @@ function queueFlush() {
currentFlushPromise
=
resolvedPromise
.
then
(
flushJobs
);
}
}
function
invalidateJob
(
job
)
{
const
i
=
queue
.
indexOf
(
job
);
if
(
i
>
flushIndex
)
{
queue
.
splice
(
i
,
1
);
}
// fixed by xxxxxx
return
i
;
}
function
queueCb
(
cb
,
activeQueue
,
pendingQueue
,
index
)
{
if
(
!
isArray
(
cb
))
{
if
(
!
activeQueue
||
...
...
@@ -4428,12 +4436,6 @@ function unwrapper(target) {
}
function
defineAsyncComponent
(
source
)
{
console
.
error
(
'
defineAsyncComponent is unsupported
'
);
}
function
invalidateJob
(
job
)
{
const
i
=
queue
.
indexOf
(
job
);
if
(
i
>
-
1
)
{
queue
.
splice
(
i
,
1
);
}
}
// import deepCopy from './deepCopy'
...
...
packages/uni-mp-weixin/dist/uni.mp.esm.js
浏览文件 @
e161ba58
...
...
@@ -602,7 +602,9 @@ function updateComponentProps(up, instance) {
if
(
hasPropsChanged
(
prevProps
,
nextProps
))
{
updateProps
(
instance
,
nextProps
,
prevProps
,
false
);
invalidateJob
(
instance
.
update
);
instance
.
update
();
{
instance
.
update
();
}
}
}
function
hasPropsChanged
(
prevProps
,
nextProps
,
checkLen
=
true
)
{
...
...
packages/uni-quickapp-webview/dist/uni.mp.esm.js
浏览文件 @
e161ba58
...
...
@@ -719,7 +719,9 @@ function updateComponentProps(up, instance) {
if
(
hasPropsChanged
(
prevProps
,
nextProps
))
{
updateProps
(
instance
,
nextProps
,
prevProps
,
false
);
invalidateJob
(
instance
.
update
);
instance
.
update
();
{
instance
.
update
();
}
}
}
function
hasPropsChanged
(
prevProps
,
nextProps
,
checkLen
=
true
)
{
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录