Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
施宇
/
icsalesProgram
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
c093a03f
authored
Sep 29, 2019
by
梁建民
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
text
parent
5db7d1a3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
41 additions
and
1 deletions
pages/person/welfare/index.js
pages/person/welfare/index.wxml
project.config.json
pages/person/welfare/index.js
View file @
c093a03f
...
...
@@ -96,6 +96,39 @@ Page({
},
/**
* 查看规则
*/
check
:
function
()
{
let
text
=
'1. 用户通过参加芯掌柜平台活动和任务后所得累计奖励金,账户余额超过10元,即可申请提现\r\n'
+
'2. 用户每天仅1次提现机会, 请根据账户累计余额选择提现额度\r\n'
+
'3. 每个提现额度每周一至周五限量供应( 周六日不提供提现), 名额将于当天9: 00 准时释放, 符合条件的用户抢到名额即可申请, 以提交时间为准, 先到先得\r\n'
+
'4. 为了提高抢到名额的成功率, 请先提前绑定微信帐户\r\n'
+
'5. 我们将提供以下额度:\r\n'
+
'3 元 100 名; 5 元 50 名; 10 元 30 名\r\n'
+
'20 元10名; 50 元5名; 100 元 2 名\r\n'
+
'6. 成功抢到名额后, 用户仍需邀请2名芯掌柜用户助力, 方可提现到绑定的微信账户钱包\r\n'
+
'7. 用户每天只能为同1邀请者助力1次, 为不同邀请者可助力3次\r\n'
+
'例如: A用户1天拥有3次给他人助力的机会, 可以为B、 C、 D用户分别助力1次, 而不能为B或C或D单独助力多次\r\n'
+
'8. 提现金额将在成功提交申请后于1 - 3 个工作日内通过微信钱包入帐, 请自行留意微信消息通知\r\n'
+
'9. 邀请好友助力没有时间限制, 若当次提现未能成功邀请2名用户助力完成提现, 则该笔金额锁定并且无法进行下一次提现, 直至当次提现完成\r\n'
+
'10. 用户在提交申请时需再次核对信息及详细阅读规则, 提现申请提交后将无法进行更改, 所扣除红包金额将不予以撤回\r\n'
+
'11. 活动所得红包现金奖励有效期为1年, 逾期将自动失效\r\n'
+
'12. 若有任何疑问可咨询“ 在线客服” 了解\r\n'
+
'13. 若发现用户有任何违反平台规则的恶意行为, 包括但不限于: 利用外挂机器道具等进行作弊或刷取奖励金, 违反诚信原则, 扰乱活动秩序等的行为, 芯掌柜平台将有权撤销用户红包账户的累计现金, 同时运用法律手段追回已结算金额\r\n'
+
'14. 在法律允许范围内, 芯掌柜保留活动最终解释权\r\n'
;
wx
.
showModal
({
title
:
''
,
content
:
text
,
showCancel
:
false
,
success
(
res
)
{
if
(
res
.
confirm
)
{
console
.
log
(
'用户点击确定'
)
}
}
})
},
/**
* 跳转地址
*/
toUrl
:
function
(
e
)
{
...
...
pages/person/welfare/index.wxml
View file @
c093a03f
...
...
@@ -15,7 +15,7 @@
</view>
</view>
<view class="column">
<text class="rule">查看规则</text>
<text class="rule"
bind:tap="check"
>查看规则</text>
<view class="exchange row verCenter ">
<navigator url="/pages/person/exchange/index" class="t1">兑换记录</navigator>
<navigator url="/pages/person/withdrawal/index" class="t2 row verCenter rowCenter">
...
...
project.config.json
View file @
c093a03f
...
...
@@ -282,6 +282,13 @@
"id"
:
-1
,
"name"
:
"pages/person/packet/index"
,
"pathName"
:
"pages/person/packet/index"
,
"query"
:
""
,
"scene"
:
null
},
{
"id"
:
-1
,
"name"
:
"pages/person/welfare/index"
,
"pathName"
:
"pages/person/welfare/index"
,
"scene"
:
null
}
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment