Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
uni-app
提交
e5c3df14
U
uni-app
项目概览
DCloud
/
uni-app
4 个月 前同步成功
通知
725
Star
38705
Fork
3642
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
7
列表
看板
标记
里程碑
合并请求
1
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
U
uni-app
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
7
Issue
7
列表
看板
标记
里程碑
合并请求
1
合并请求
1
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
e5c3df14
编写于
8月 14, 2019
作者:
fxy060608
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
feat(runtime): uni 对象支持赋值操作
上级
ce2e1171
变更
15
显示空白变更内容
内联
并排
Showing
15 changed file
with
63 addition
and
14 deletion
+63
-14
.eslintignore
.eslintignore
+1
-0
packages/uni-app-plus/dist/index.js
packages/uni-app-plus/dist/index.js
+7
-1
packages/uni-app-plus/package.json
packages/uni-app-plus/package.json
+1
-1
packages/uni-mp-alipay/dist/index.js
packages/uni-mp-alipay/dist/index.js
+7
-1
packages/uni-mp-alipay/package.json
packages/uni-mp-alipay/package.json
+1
-1
packages/uni-mp-baidu/dist/index.js
packages/uni-mp-baidu/dist/index.js
+7
-1
packages/uni-mp-baidu/package.json
packages/uni-mp-baidu/package.json
+1
-1
packages/uni-mp-qq/dist/index.js
packages/uni-mp-qq/dist/index.js
+7
-1
packages/uni-mp-qq/package.json
packages/uni-mp-qq/package.json
+1
-1
packages/uni-mp-toutiao/dist/index.js
packages/uni-mp-toutiao/dist/index.js
+7
-1
packages/uni-mp-toutiao/package.json
packages/uni-mp-toutiao/package.json
+1
-1
packages/uni-mp-weixin/dist/index.js
packages/uni-mp-weixin/dist/index.js
+7
-1
packages/uni-mp-weixin/package.json
packages/uni-mp-weixin/package.json
+1
-1
src/core/runtime/index.js
src/core/runtime/index.js
+7
-1
src/platforms/app-plus-nvue/services/api/legacy/index.js
src/platforms/app-plus-nvue/services/api/legacy/index.js
+7
-1
未找到文件。
.eslintignore
浏览文件 @
e5c3df14
src/core/helpers/html-parser.js
src/platforms/app-plus-nvue/runtime
build/rollup-plugin-require-context
packages/uni-app-plus/dist/index.js
浏览文件 @
e5c3df14
...
...
@@ -1434,6 +1434,9 @@ let uni = {};
if
(
typeof
Proxy
!==
'
undefined
'
&&
"
app-plus
"
!==
'
app-plus
'
)
{
uni
=
new
Proxy
({},
{
get
(
target
,
name
)
{
if
(
target
[
name
])
{
return
target
[
name
]
}
if
(
baseApi
[
name
])
{
return
baseApi
[
name
]
}
...
...
@@ -1447,6 +1450,9 @@ if (typeof Proxy !== 'undefined' && "app-plus" !== 'app-plus') {
return
}
return
promisify
(
name
,
wrapper
(
name
,
wx
[
name
]))
},
set
(
target
,
name
,
value
)
{
target
[
name
]
=
value
;
}
});
}
else
{
...
...
packages/uni-app-plus/package.json
浏览文件 @
e5c3df14
{
"name"
:
"@dcloudio/uni-app-plus"
,
"version"
:
"0.0.2
49
"
,
"version"
:
"0.0.2
50
"
,
"description"
:
"uni-app app-plus"
,
"main"
:
"dist/index.js"
,
"scripts"
:
{
...
...
packages/uni-mp-alipay/dist/index.js
浏览文件 @
e5c3df14
...
...
@@ -2009,6 +2009,9 @@ let uni = {};
if
(
typeof
Proxy
!==
'
undefined
'
&&
"
mp-alipay
"
!==
'
app-plus
'
)
{
uni
=
new
Proxy
({},
{
get
(
target
,
name
)
{
if
(
target
[
name
])
{
return
target
[
name
]
}
if
(
baseApi
[
name
])
{
return
baseApi
[
name
]
}
...
...
@@ -2030,6 +2033,9 @@ if (typeof Proxy !== 'undefined' && "mp-alipay" !== 'app-plus') {
return
}
return
promisify
(
name
,
wrapper
(
name
,
my
[
name
]))
},
set
(
target
,
name
,
value
)
{
target
[
name
]
=
value
;
}
});
}
else
{
...
...
packages/uni-mp-alipay/package.json
浏览文件 @
e5c3df14
{
"name"
:
"@dcloudio/uni-mp-alipay"
,
"version"
:
"0.0.82
3
"
,
"version"
:
"0.0.82
4
"
,
"description"
:
"uni-app mp-alipay"
,
"main"
:
"dist/index.js"
,
"scripts"
:
{
...
...
packages/uni-mp-baidu/dist/index.js
浏览文件 @
e5c3df14
...
...
@@ -1592,6 +1592,9 @@ let uni = {};
if
(
typeof
Proxy
!==
'
undefined
'
&&
"
mp-baidu
"
!==
'
app-plus
'
)
{
uni
=
new
Proxy
({},
{
get
(
target
,
name
)
{
if
(
target
[
name
])
{
return
target
[
name
]
}
if
(
baseApi
[
name
])
{
return
baseApi
[
name
]
}
...
...
@@ -1613,6 +1616,9 @@ if (typeof Proxy !== 'undefined' && "mp-baidu" !== 'app-plus') {
return
}
return
promisify
(
name
,
wrapper
(
name
,
swan
[
name
]))
},
set
(
target
,
name
,
value
)
{
target
[
name
]
=
value
;
}
});
}
else
{
...
...
packages/uni-mp-baidu/package.json
浏览文件 @
e5c3df14
{
"name"
:
"@dcloudio/uni-mp-baidu"
,
"version"
:
"0.0.85
3
"
,
"version"
:
"0.0.85
4
"
,
"description"
:
"uni-app mp-baidu"
,
"main"
:
"dist/index.js"
,
"scripts"
:
{
...
...
packages/uni-mp-qq/dist/index.js
浏览文件 @
e5c3df14
...
...
@@ -1473,6 +1473,9 @@ let uni = {};
if
(
typeof
Proxy
!==
'
undefined
'
&&
"
mp-qq
"
!==
'
app-plus
'
)
{
uni
=
new
Proxy
({},
{
get
(
target
,
name
)
{
if
(
target
[
name
])
{
return
target
[
name
]
}
if
(
baseApi
[
name
])
{
return
baseApi
[
name
]
}
...
...
@@ -1494,6 +1497,9 @@ if (typeof Proxy !== 'undefined' && "mp-qq" !== 'app-plus') {
return
}
return
promisify
(
name
,
wrapper
(
name
,
wx
[
name
]))
},
set
(
target
,
name
,
value
)
{
target
[
name
]
=
value
;
}
});
}
else
{
...
...
packages/uni-mp-qq/package.json
浏览文件 @
e5c3df14
{
"name"
:
"@dcloudio/uni-mp-qq"
,
"version"
:
"0.0.10
7
"
,
"version"
:
"0.0.10
8
"
,
"description"
:
"uni-app mp-qq"
,
"main"
:
"dist/index.js"
,
"scripts"
:
{
...
...
packages/uni-mp-toutiao/dist/index.js
浏览文件 @
e5c3df14
...
...
@@ -1652,6 +1652,9 @@ let uni = {};
if
(
typeof
Proxy
!==
'
undefined
'
&&
"
mp-toutiao
"
!==
'
app-plus
'
)
{
uni
=
new
Proxy
({},
{
get
(
target
,
name
)
{
if
(
target
[
name
])
{
return
target
[
name
]
}
if
(
baseApi
[
name
])
{
return
baseApi
[
name
]
}
...
...
@@ -1673,6 +1676,9 @@ if (typeof Proxy !== 'undefined' && "mp-toutiao" !== 'app-plus') {
return
}
return
promisify
(
name
,
wrapper
(
name
,
tt
[
name
]))
},
set
(
target
,
name
,
value
)
{
target
[
name
]
=
value
;
}
});
}
else
{
...
...
packages/uni-mp-toutiao/package.json
浏览文件 @
e5c3df14
{
"name"
:
"@dcloudio/uni-mp-toutiao"
,
"version"
:
"0.0.34
7
"
,
"version"
:
"0.0.34
8
"
,
"description"
:
"uni-app mp-toutiao"
,
"main"
:
"dist/index.js"
,
"scripts"
:
{
...
...
packages/uni-mp-weixin/dist/index.js
浏览文件 @
e5c3df14
...
...
@@ -1404,6 +1404,9 @@ let uni = {};
if
(
typeof
Proxy
!==
'
undefined
'
&&
"
mp-weixin
"
!==
'
app-plus
'
)
{
uni
=
new
Proxy
({},
{
get
(
target
,
name
)
{
if
(
target
[
name
])
{
return
target
[
name
]
}
if
(
baseApi
[
name
])
{
return
baseApi
[
name
]
}
...
...
@@ -1425,6 +1428,9 @@ if (typeof Proxy !== 'undefined' && "mp-weixin" !== 'app-plus') {
return
}
return
promisify
(
name
,
wrapper
(
name
,
wx
[
name
]))
},
set
(
target
,
name
,
value
)
{
target
[
name
]
=
value
;
}
});
}
else
{
...
...
packages/uni-mp-weixin/package.json
浏览文件 @
e5c3df14
{
"name"
:
"@dcloudio/uni-mp-weixin"
,
"version"
:
"0.0.9
69
"
,
"version"
:
"0.0.9
70
"
,
"description"
:
"uni-app mp-weixin"
,
"main"
:
"dist/index.js"
,
"scripts"
:
{
...
...
src/core/runtime/index.js
浏览文件 @
e5c3df14
...
...
@@ -45,6 +45,9 @@ let uni = {}
if
(
typeof
Proxy
!==
'
undefined
'
&&
__PLATFORM__
!==
'
app-plus
'
)
{
uni
=
new
Proxy
({},
{
get
(
target
,
name
)
{
if
(
target
[
name
])
{
return
target
[
name
]
}
if
(
baseApi
[
name
])
{
return
baseApi
[
name
]
}
...
...
@@ -66,6 +69,9 @@ if (typeof Proxy !== 'undefined' && __PLATFORM__ !== 'app-plus') {
return
}
return
promisify
(
name
,
wrapper
(
name
,
__GLOBAL__
[
name
]))
},
set
(
target
,
name
,
value
)
{
target
[
name
]
=
value
}
})
}
else
{
...
...
src/platforms/app-plus-nvue/services/api/legacy/index.js
浏览文件 @
e5c3df14
...
...
@@ -32,6 +32,9 @@ export default function initUni (uni, nvue, plus, BroadcastChannel) {
if
(
typeof
Proxy
!==
'
undefined
'
)
{
return
new
Proxy
({},
{
get
(
target
,
name
)
{
if
(
target
[
name
])
{
return
target
[
name
]
}
if
(
apis
[
name
])
{
return
apis
[
name
]
}
...
...
@@ -42,6 +45,9 @@ export default function initUni (uni, nvue, plus, BroadcastChannel) {
return
}
return
promisify
(
name
,
uni
[
name
])
},
set
(
target
,
name
,
value
)
{
target
[
name
]
=
value
}
})
}
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录