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
917d15da
authored
Sep 25, 2019
by
施宇
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'master' of
http://119.23.72.7/shiyu/icsalesProgram
parents
11a11554
0b3b0896
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
200 deletions
pages/person/invitation/index.js
pages/person/withdrawal/index.less
pages/person/withdrawal/index.wxml
pages/person/withdrawal/index.wxss
pages/person/invitation/index.js
View file @
917d15da
...
...
@@ -67,18 +67,22 @@ Page({
*/
onShareAppMessage
:
function
(
res
)
{
http
.
getData
(
apis
.
invitesAdd
,
'GET'
,
{
user_id
:
this
.
data
.
invitesInfo
.
user_id
},
(
res
)
=>
{
if
(
res
.
errcode
===
0
)
{
}
},
false
,
false
,
true
);
return
{
title
:
'邀请好友'
,
path
:
"/pages/person/invitation/index"
success
:
function
(
res
)
{
if
(
res
.
errMsg
==
'shareAppMessage:ok'
)
{
http
.
getData
(
apis
.
invitesAdd
,
'GET'
,
{
user_id
:
this
.
data
.
invitesInfo
.
user_id
},
(
res
)
=>
{
if
(
res
.
errcode
===
0
)
{
}
},
false
,
false
,
true
);
}
},
path
:
"/pages/person/invitation/index"
,
}
},
toUrl
:
function
(
e
)
{
if
(
this
.
data
.
invitesInfo
.
amount
<=
0
)
{
...
...
pages/person/withdrawal/index.less
View file @
917d15da
...
...
@@ -87,6 +87,8 @@
.inpt {
font-size: 60rpx;
color: #2E3033;
line-height: 84rpx;
}
.t1 {
...
...
pages/person/withdrawal/index.wxml
View file @
917d15da
...
...
@@ -55,7 +55,7 @@
</view>
</block>
</view>
<block wx:if="{{weixin_exchange_info.exchanging ==
1 || weixin_exchange_info.exchanging == -1
}}">
<block wx:if="{{weixin_exchange_info.exchanging ==
0
}}">
<button class="btn {{can_exchange == -1 || can_exchange == 0 ? 'opacity':''}}" bind:tap="withdrawal">
申请提现
</button>
...
...
pages/person/withdrawal/index.wxss
View file @
917d15da
.withdrawal .prompt {
padding: 0 24rpx;
height: 68rpx;
background: #FFF6E6;
}
.withdrawal .prompt .iconiconxiantiaoshouji12 {
font-size: 30rpx;
color: #EAAD37;
}
.withdrawal .prompt .t1 {
font-size: 24rpx;
color: #EAA217;
margin-left: 12rpx;
}
.withdrawal .prompt .iconiconxiantiaoshouji13 {
font-size: 30rpx;
color: #D8DFE6;
}
.withdrawal .withdrawal-tab {
height: 100rpx;
background: #F5F9FC;
}
.withdrawal .withdrawal-tab .iconjuxing {
font-size: 40rpx;
color: #ADB6BF;
}
.withdrawal .withdrawal-tab .iconjuxing1 {
font-size: 40rpx;
color: #ADB6BF;
}
.withdrawal .withdrawal-tab .t1 {
font-size: 28rpx;
color: #515559;
font-weight: 600;
margin-left: 20rpx;
}
.withdrawal .withdrawal-tab .curr-l {
width: 100%;
height: 100rpx;
background-image: url('http://img.ichunt.com/images/ichunt/minProgram/ca404e96f86000559b383ea03583f28f.png');
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
}
.withdrawal .withdrawal-tab .curr-l .iconjuxing {
color: #0D84D1;
}
.withdrawal .withdrawal-tab .curr-l .t1 {
color: #0D84D1;
}
.withdrawal .withdrawal-tab .curr-r {
width: 100%;
height: 100rpx;
background-image: url('http://img.ichunt.com/images/ichunt/minProgram/a0f01ca5168740237fc35d1afb1f34a6.png');
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
}
.withdrawal .withdrawal-tab .curr-r .iconjuxing1 {
color: #0D84D1;
}
.withdrawal .withdrawal-tab .curr-r .t1 {
color: #0D84D1;
}
.withdrawal .content .inp {
padding: 0 24rpx 0 0;
margin-left: 24rpx;
height: 132rpx;
border-bottom: 1px solid #F5F9FC;
}
.withdrawal .content .inp .inpt {
font-size: 60rpx;
color: #2E3033;
}
.withdrawal .content .inp .t1 {
font-size: 22rpx;
color: #ADB6BF;
text-align: right;
}
.withdrawal .content .bar {
height: 100rpx;
padding-left: 24rpx;
}
.withdrawal .content .bar .t1 {
color: #515559;
font-size: 26rpx;
}
.withdrawal .content .bar .t2 {
width: 210rpx;
height: 36rpx;
line-height: 36rpx;
display: block;
background: #e76f6f;
border-radius: 2rpx;
font-size: 24rpx;
color: #FFFFFF;
margin-left: 24rpx;
text-align: center;
}
.withdrawal .content .list {
margin-top: 12rpx;
flex-wrap: wrap;
padding: 0 24rpx;
}
.withdrawal .content .list .wrap {
flex: 0 0 218rpx;
margin-right: 24rpx;
height: 110rpx;
background: #ffffff;
box-shadow: 0rpx 5rpx 20rpx 0rpx rgba(216, 223, 230, 0.5);
border-radius: 4rpx;
text-align: center;
margin-bottom: 24rpx;
}
.withdrawal .content .list .wrap:nth-of-type(3n) {
margin-right: 0;
}
.withdrawal .content .list .wrap .t1 {
font-size: 32rpx;
color: #515559;
line-height: 45rpx;
font-weight: 600;
}
.withdrawal .content .list .wrap .t2 {
font-size: 22rpx;
color: #8A9299;
line-height: 30rpx;
}
.withdrawal .content .list .wrap.curr {
background: #ffffff;
box-shadow: 0rpx 6rpx 10rpx 0rpx rgba(97, 160, 242, 0.3);
border: 2rpx solid #0d84d1;
}
.withdrawal .content .list .wrap.curr .t1 {
color: #0D84D1;
}
.withdrawal .content .list .wrap.curr .t2 {
color: #0D84D1;
}
.withdrawal .content .btn {
margin: 36rpx 55rpx 0 55rpx;
height: 98rpx;
background: #0d84d1;
box-shadow: 0px 6rpx 10rpx 0rpx rgba(97, 160, 242, 0.3);
border-radius: 8rpx;
font-size: 32rpx;
color: #FFFFFF;
text-align: center;
display: block;
line-height: 98rpx;
}
.withdrawal .content .btns {
margin: 36rpx 55rpx 0 55rpx;
height: 98rpx;
background: #ffffff;
border-radius: 8rpx;
font-size: 32rpx;
text-align: center;
display: block;
line-height: 98rpx;
border: 2rpx solid #d8dfe6;
color: #0D84D1;
box-sizing: border-box;
}
.withdrawal .content .fr-txt {
margin-top: 40rpx;
font-size: 26rpx;
color: #515559;
text-align: center;
display: block;
}
.withdrawal .txt {
padding: 0 54rpx;
margin-top: 80rpx;
}
.withdrawal .txt .tit {
font-size: 26rpx;
color: #2E3033;
font-weight: 600;
line-height: 37rpx;
margin-bottom: 24rpx;
}
.withdrawal .txt .t1 {
font-size: 24rpx;
line-height: 42rpx;
color: #8A9299;
}
.opacity {
opacity: 0.5;
}
.withdrawal .prompt{padding:0 24rpx;height:68rpx;background:#FFF6E6}.withdrawal .prompt .iconiconxiantiaoshouji12{font-size:30rpx;color:#EAAD37}.withdrawal .prompt .t1{font-size:24rpx;color:#EAA217;margin-left:12rpx}.withdrawal .prompt .iconiconxiantiaoshouji13{font-size:30rpx;color:#D8DFE6}.withdrawal .withdrawal-tab{height:100rpx;background:#F5F9FC}.withdrawal .withdrawal-tab .iconjuxing{font-size:40rpx;color:#ADB6BF}.withdrawal .withdrawal-tab .iconjuxing1{font-size:40rpx;color:#ADB6BF}.withdrawal .withdrawal-tab .t1{font-size:28rpx;color:#515559;font-weight:600;margin-left:20rpx}.withdrawal .withdrawal-tab .curr-l{width:100%;height:100rpx;background-image:url('http://img.ichunt.com/images/ichunt/minProgram/ca404e96f86000559b383ea03583f28f.png');background-repeat:no-repeat;background-position:center center;background-size:contain}.withdrawal .withdrawal-tab .curr-l .iconjuxing{color:#0D84D1}.withdrawal .withdrawal-tab .curr-l .t1{color:#0D84D1}.withdrawal .withdrawal-tab .curr-r{width:100%;height:100rpx;background-image:url('http://img.ichunt.com/images/ichunt/minProgram/a0f01ca5168740237fc35d1afb1f34a6.png');background-repeat:no-repeat;background-position:center center;background-size:contain}.withdrawal .withdrawal-tab .curr-r .iconjuxing1{color:#0D84D1}.withdrawal .withdrawal-tab .curr-r .t1{color:#0D84D1}.withdrawal .content .inp{padding:0 24rpx 0 0;margin-left:24rpx;height:132rpx;border-bottom:1px solid #F5F9FC}.withdrawal .content .inp .inpt{font-size:60rpx;color:#2E3033;line-height:84rpx}.withdrawal .content .inp .t1{font-size:22rpx;color:#ADB6BF;text-align:right}.withdrawal .content .bar{height:100rpx;padding-left:24rpx}.withdrawal .content .bar .t1{color:#515559;font-size:26rpx}.withdrawal .content .bar .t2{width:210rpx;height:36rpx;line-height:36rpx;display:block;background:#e76f6f;border-radius:2rpx;font-size:24rpx;color:#FFFFFF;margin-left:24rpx;text-align:center}.withdrawal .content .list{margin-top:12rpx;flex-wrap:wrap;padding:0 24rpx}.withdrawal .content .list .wrap{flex:0 0 218rpx;margin-right:24rpx;height:110rpx;background:#fff;box-shadow:0 5rpx 20rpx 0 rgba(216,223,230,0.5);border-radius:4rpx;text-align:center;margin-bottom:24rpx}.withdrawal .content .list .wrap:nth-of-type(3n){margin-right:0}.withdrawal .content .list .wrap .t1{font-size:32rpx;color:#515559;line-height:45rpx;font-weight:600}.withdrawal .content .list .wrap .t2{font-size:22rpx;color:#8A9299;line-height:30rpx}.withdrawal .content .list .wrap.curr{background:#fff;box-shadow:0 6rpx 10rpx 0 rgba(97,160,242,0.3);border:2rpx solid #0d84d1}.withdrawal .content .list .wrap.curr .t1{color:#0D84D1}.withdrawal .content .list .wrap.curr .t2{color:#0D84D1}.withdrawal .content .btn{margin:36rpx 55rpx 0 55rpx;height:98rpx;background:#0d84d1;box-shadow:0 6rpx 10rpx 0 rgba(97,160,242,0.3);border-radius:8rpx;font-size:32rpx;color:#FFFFFF;text-align:center;display:block;line-height:98rpx}.withdrawal .content .btns{margin:36rpx 55rpx 0 55rpx;height:98rpx;background:#fff;border-radius:8rpx;font-size:32rpx;text-align:center;display:block;line-height:98rpx;border:2rpx solid #d8dfe6;color:#0D84D1;box-sizing:border-box}.withdrawal .content .fr-txt{margin-top:40rpx;font-size:26rpx;color:#515559;text-align:center;display:block}.withdrawal .txt{padding:0 54rpx;margin-top:80rpx}.withdrawal .txt .tit{font-size:26rpx;color:#2E3033;font-weight:600;line-height:37rpx;margin-bottom:24rpx}.withdrawal .txt .t1{font-size:24rpx;line-height:42rpx;color:#8A9299}.opacity{opacity:.5}
\ No newline at end of file
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