Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
言程序plus
uni-starter
提交
2b257a59
U
uni-starter
项目概览
言程序plus
/
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看板
提交
2b257a59
编写于
4月 15, 2021
作者:
芊
芊里
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
open banner
上级
69e1de72
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
12 addition
and
12 deletion
+12
-12
pages/grid/grid.vue
pages/grid/grid.vue
+7
-7
pages/list/detail.vue
pages/list/detail.vue
+2
-2
uni_modules/uni-popup/components/uni-popup-share/uni-popup-share.vue
.../uni-popup/components/uni-popup-share/uni-popup-share.vue
+3
-3
未找到文件。
pages/grid/grid.vue
浏览文件 @
2b257a59
...
...
@@ -170,13 +170,13 @@
*/
clickBannerItem
(
item
)
{
// 有外部链接-跳转url
if
(
item
.
open_url
)
{
//#ifdef APP-PLUS
plus
.
runtime
.
openWeb
(
item
.
open_url
);
//#endif
//#ifdef H5
window
.
open
(
item
.
open_url
)
//#endif
if
(
item
.
open_url
)
{
uni
.
navigateTo
({
url
:
'
/pages/common/webview/webview?url=
'
+
item
.
open_url
+
'
&title=
'
+
item
.
title
,
success
:
res
=>
{},
fail
:
()
=>
{},
complete
:
()
=>
{}
});
}
// 其余业务处理
},
...
...
pages/list/detail.vue
浏览文件 @
2b257a59
...
...
@@ -157,7 +157,7 @@
//#ifdef APP-PLUS
if
(
item
.
name
==
'
more
'
){
// "
其他
"选项
// "
复制链接
"选项
uni
.
setClipboardData
({
data
:
'
http://uniapp.dcloud.io/
'
,
success
:
function
()
{
...
...
@@ -169,7 +169,7 @@
});
}
else
{
uni
.
share
({
provider
:
"
weixin
"
,
provider
:
item
.
name
,
scene
:
"
WXSceneSession
"
,
type
:
0
,
href
:
"
http://uniapp.dcloud.io/
"
,
...
...
uni_modules/uni-popup/components/uni-popup-share/uni-popup-share.vue
浏览文件 @
2b257a59
...
...
@@ -31,7 +31,7 @@
bottomData
:
[{
text
:
'
微信
'
,
icon
:
'
https://vkceyugu.cdn.bspapp.com/VKCEYUGU-dc-site/c2b17470-50be-11eb-b680-7980c8a877b8.png
'
,
name
:
'
w
x
'
name
:
'
w
eixin
'
},
{
text
:
'
QQ
'
,
...
...
@@ -41,12 +41,12 @@
{
text
:
'
新浪
'
,
icon
:
'
https://vkceyugu.cdn.bspapp.com/VKCEYUGU-dc-site/0dacdbe0-50bf-11eb-8ff1-d5dcf8779628.png
'
,
name
:
'
sina
'
name
:
'
sina
weibo
'
},
{
text
:
'
复制链接
'
,
icon
:
'
https://vkceyugu.cdn.bspapp.com/VKCEYUGU-dc-site/2e0fdfe0-50bf-11eb-b997-9918a5dda011.png
'
,
name
:
'
more
'
name
:
'
copy
'
}
]
}
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录