Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
N
nyx
概览
Overview
Details
Activity
Cycle Analytics
版本库
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
问题
0
Issues
0
列表
Board
标记
里程碑
合并请求
0
Merge Requests
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
Snippets
成员
Collapse sidebar
Close sidebar
活动
图像
聊天
创建新问题
作业
提交
Issue Boards
Open sidebar
发现
nyx
Commits
cb8100a8
Commit
cb8100a8
authored
Jul 21, 2020
by
jscat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nyx bp: 添加stage1目标
parent
df7561e5
显示空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
31 行增加
和
6 行删除
+31
-6
内容-公众号及其他平台/规划/nyx_s1.pptx
+0
-0
增值产品-小程序及app/nyx-master/pages/activity/act-info/act-info.js
+9
-2
增值产品-小程序及app/nyx-master/pages/activity/act-info/act-info.wxml
+4
-1
增值产品-小程序及app/nyx-master/pages/activity/act-info/act-info.wxss
+11
-2
增值产品-小程序及app/nyx_app_key/.idea/workspace.xml
+7
-1
没有找到文件。
内容-公众号及其他平台/规划/nyx_s1.pptx
0 → 100644
查看文件 @
cb8100a8
File added
增值产品-小程序及app/nyx-master/pages/activity/act-info/act-info.js
查看文件 @
cb8100a8
// pa
ges/index/note-info/note-info.js
// pa
ges/index/note-info/note-info.js
...
...
@@ -96,12 +96,19 @@ Page({
/**
* 用户点击右上角分享
*/
onShareAppMessage
:
function
()
{
onShareAppMessage
:
function
(
options
)
{
var
shareObj
=
{
title
:
"好友推荐: "
+
"Renaissance Bar知识竞答"
,
// 默认是小程序的名称(可以写slogan等)
path
:
'/pages/share/share'
,
// 默认是当前页面,必须是以'/'开头的完整路径
imageUrl
:
''
}
// 来自页面内的按钮的转发
if
(
options
.
from
==
'button'
){
// var eData = options.target.dataset;
console
.
log
(
eData
.
id
);
// shareBtn
// 此处可以修改 shareObj 中的内容
shareObj
.
path
=
'/pages/goods/goods?goodId='
;
}
return
shareObj
;
},
...
...
增值产品-小程序及app/nyx-master/pages/activity/act-info/act-info.wxml
查看文件 @
cb8100a8
<view
class="page">
<view
class="page">
...
...
@@ -45,6 +45,9 @@
<text>首页</text>
</view>
<view class="items">
<!-- <image src="../../../icon/activity/share.png"></image> -->
<button class="share" open-type="share">
</button>
<image src="../../../icon/activity/share.png"></image>
<text>分享</text>
</view>
...
...
增值产品-小程序及app/nyx-master/pages/activity/act-info/act-info.wxss
查看文件 @
cb8100a8
.scro
ll-view_H{
.scro
ll-view_H{
...
...
@@ -159,7 +159,7 @@
}
.items image{
width: 50rpx;
height:
6
0rpx;
height:
5
0rpx;
margin-top: 20rpx;
font-size: 0;
}
...
...
@@ -181,3 +181,11 @@
margin-top: 20rpx;
}
/* end bottom style */
/* 分享按钮 */
.share {
position: absolute;
background-size: 50rpx 50rpx;
opacity: 0;
border:none;
}
\ No newline at end of file
增值产品-小程序及app/nyx_app_key/.idea/workspace.xml
查看文件 @
cb8100a8
<?xml
version="1.0" encoding="UTF-8"?>
<?xml
version="1.0" encoding="UTF-8"?>
...
...
@@ -2,6 +2,11 @@
<project
version=
"4"
>
<component
name=
"ChangeListManager"
>
<list
default=
"true"
id=
"86dc399d-9323-4124-8c4f-671d1ecb849c"
name=
"Default Changelist"
comment=
""
>
<change
beforePath=
"$PROJECT_DIR$/../../内容-公众号及其他平台/规划/nyx_v4.pptx"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/../../内容-公众号及其他平台/规划/nyx_v4.pptx"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/../nyx-master/app.json"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/../nyx-master/app.json"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/../nyx-master/pages/discover/discover.js"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/../nyx-master/pages/discover/discover.js"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/../nyx-master/pages/discover/discover.wxml"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/../nyx-master/pages/discover/discover.wxml"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/../nyx-master/project.config.json"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/../nyx-master/project.config.json"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/.idea/workspace.xml"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/.idea/workspace.xml"
afterDir=
"false"
/>
</list>
<option
name=
"EXCLUDED_CONVERTED_TO_IGNORED"
value=
"true"
/>
...
...
@@ -121,6 +126,7 @@
<workItem
from=
"1591154378115"
duration=
"1508000"
/>
<workItem
from=
"1591203902660"
duration=
"462000"
/>
<workItem
from=
"1591238858202"
duration=
"705000"
/>
<workItem
from=
"1594961069059"
duration=
"1724000"
/>
</task>
<servers
/>
</component>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论