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
93275695
authored
Sep 29, 2019
by
梁建民
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
文案
parent
d34fd719
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
67 additions
and
19 deletions
pages/person/agreement/index.wxml
pages/person/agreement/index.wxss
pages/person/invitation/index.wxml
pages/person/withdrawal/index.js
pages/person/withdrawal/index.wxml
project.config.json
pages/person/agreement/index.wxml
View file @
93275695
This diff is collapsed.
Click to expand it.
pages/person/agreement/index.wxss
View file @
93275695
.agreement{
padding: 34rpx 55rpx 0 55rpx;
.agreement
{
padding: 34rpx 55rpx 0 55rpx;
}
.agreement .t1{
font-size: 26rpx;
color: #8A9299;
line-height:30px;
text-align: justify;
.agreement .t1 {
font-size: 26rpx;
color: #8A9299;
line-height: 50rpx;
text-align: justify;
display: block;
margin-bottom: 10rpx;
}
.agreemen .bold {
font-weight: bold;
font-size: 26rpx;
color: #8A9299;
}
.agreemen .textder {
font-weight: bold;
font-size: 26rpx;
color: #8A9299;
text-decoration: underline;
}
\ No newline at end of file
pages/person/invitation/index.wxml
View file @
93275695
...
...
@@ -51,9 +51,15 @@
</view>
</view>
<view class="txt column">
<text class="tit">邀请提示:</text>
<text class="t1">·分享至3个以上微信群/QQ群,邀请成功的几率提升150%</text>
<text class="t1">·可告诉您的朋友,注册可领最高10元红包,并可立即提现。</text>
<text class="t1">·好友必须为芯掌柜新注册用户,才能邀请成功。</text>
<text class="tit">规则说明:</text>
<text class="t1">1. 活动期间,邀请者通过完成分享活动页给未在芯掌柜注册的新用户,被邀请者浏览分享页面后注册成为平台新用户,则邀请者将获得最高10元红包现金奖励</text>
<text class="t1">2. 被邀请者注册成为新用户,将获得随机红包现金,继续分享每邀请到1名新注册用户将获得1笔最高10元红包现金奖励</text>
<text class="t1">3. 同一用户1天最多只能邀请20人</text>
<text class="t1">4. 累计现金红包达到提现要求可申请提现(账户余额最低10元)</text>
<text class="t1">5. 本活动所获得奖励可累计叠加,多邀多得</text>
<text class="t1">6. 活动所得红包奖励金有效期为1年,逾期将自动失效</text>
<text class="t1">7. 若活动有任何疑问可咨询“在线客服”了解</text>
<text class="t1">8. 活动中若用户有任何违反平台规则的恶意行为,包括但不限于:利用外挂机器道具等进行作弊或刷取奖励金,违反诚信原则,扰乱活动秩序等的行为,芯掌柜平台将有权撤销用户账户的累计现金,同时运用法律手段追回已结算金额</text>
<text class="t1">9. 在法律允许范围内,芯掌柜保留活动最终解释权</text>
</view>
</view>
\ No newline at end of file
pages/person/withdrawal/index.js
View file @
93275695
...
...
@@ -9,6 +9,8 @@ Page({
* 页面的初始数据
*/
data
:
{
text
:
"充值成功所扣除的兑换金额将无法恢复,请核对账号"
,
text_tip
:
'1.话费充值兑换申请将在1-3个工作日内审批到账,请留意系统通知并耐心等待\r\n2. 用户每天仅可申请兑换1次\r\n3. 本活动如发现恶意操作, 直接拒绝兑换申请, 兑换金额将不予返还'
,
tabIndex
:
1
,
exchangeSettings
:
{},
integral
:
''
,
...
...
@@ -123,13 +125,17 @@ Page({
if
(
i
==
1
)
{
this
.
setData
({
tabIndex
:
1
,
indexOf
:
-
1
indexOf
:
-
1
,
text
:
'充值成功所扣除的兑换金额将无法恢复,请核对账号'
,
text_tip
:
'1.话费充值兑换申请将在1-3个工作日内审批到账,请留意系统通知并耐心等待\r\n2. 用户每天仅可申请兑换1次\r\n3. 本活动如发现恶意操作, 直接拒绝兑换申请, 兑换金额将不予返还'
});
this
.
getData
(
1
);
}
else
if
(
i
==
2
)
{
this
.
setData
({
tabIndex
:
2
,
indexOf
:
-
1
indexOf
:
-
1
,
text
:
'提现所扣除的兑换金额将无法恢复,请确认绑定微信号'
,
text_tip
:
'1. 提现申请将在1-3个工作日内审批,通过账户绑定微信到账,请留意系统通知并耐心等待\r\n2. 用户每天仅可申请提现1次, 并按要求完成好友助力, 当次完成后方可进行下回申请\r\n3. 本活动如发现恶意操作, 直接拒绝提现申请, 兑换金额将不予返还'
});
this
.
getData
(
2
);
}
...
...
pages/person/withdrawal/index.wxml
View file @
93275695
...
...
@@ -2,7 +2,7 @@
<view class="tip row bothSide verCenter {{isShowTip?'':'noheight'}}">
<view class="tip-left row verCenter">
<text class="icon iconfont iconiconxiantiaoshouji12 tip-icon"></text>
<text class="tip-c">
金币兑换充值后无法更改,请核对充值账号
</text>
<text class="tip-c">
{{text}}
</text>
</view>
<text class="icon iconfont iconiconxiantiaoshouji13 close-icon" bindtap="closeTip"></text>
</view>
...
...
@@ -68,10 +68,6 @@
</block>
<view class="txt column">
<text class="tit">温馨提示:</text>
<text class="t1">1.提现申请将在1~3个工作日内审批到账,请耐心等待。</text>
<text class="t1">2.金币可累计,并提现至绑定的微信账户。</text>
<text class="t1">3.本活动如发现恶意操作,可拒绝提现申请。</text>
<text class="t1">4.金币有效期为1年,逾期将自动失效。</text>
<text class="t1">5.本活动最终解释权归深圳市电界网络科技有限公司所有。</text>
<text class="t1">{{text_tip}}</text>
</view>
</view>
\ No newline at end of file
project.config.json
View file @
93275695
...
...
@@ -289,6 +289,27 @@
"id"
:
-1
,
"name"
:
"pages/person/welfare/index"
,
"pathName"
:
"pages/person/welfare/index"
,
"query"
:
""
,
"scene"
:
null
},
{
"id"
:
-1
,
"name"
:
"pages/person/invitation/index"
,
"pathName"
:
"pages/person/invitation/index"
,
"query"
:
""
,
"scene"
:
null
},
{
"id"
:
-1
,
"name"
:
"pages/person/withdrawal/index"
,
"pathName"
:
"pages/person/withdrawal/index"
,
"query"
:
""
,
"scene"
:
null
},
{
"id"
:
-1
,
"name"
:
"pages/person/agreement/index"
,
"pathName"
:
"pages/person/agreement/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