Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gxpt_wechat
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pseer
gxpt_wechat
Commits
18b23e5b
Commit
18b23e5b
authored
Aug 01, 2024
by
zhangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
细节优化
parent
79d35db0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
179 additions
and
78 deletions
+179
-78
index.config.js
config/index.config.js
+3
-3
vipCreate.vue
pages/vipCreate/vipCreate.vue
+176
-75
No files found.
config/index.config.js
View file @
18b23e5b
...
...
@@ -7,7 +7,7 @@ const CONFIG = {
// baseUrl: 'https://www.coujio.com/front-api', // 后台接口请求地址
// baseUrl: 'https://coujiao.pseer.com/front-api', // 后台接口请求地址
baseUrl
:
'https://coujiao.pseer.com/front-api'
,
hostUrl
:
'http://
129.211.46.84
:8888/prod-api'
,
// H5地址(前端运行地址)
hostUrl
:
'http://
coujiao.pseer.com
:8888/prod-api'
,
// H5地址(前端运行地址)
// hostUrl: 'https://coujiao.pseer.com:8888/prod-api', // H5地址(前端运行地址)
websocketUrl
:
''
,
// websocket服务端地址
weixinAppId
:
''
,
// 微信公众号appid
...
...
@@ -16,11 +16,11 @@ const CONFIG = {
},
// 生产环境配置
production
:
{
assetsPath
:
'http
s
://coujiao.pseer.com:8888/wechat_static'
,
// 静态资源路径
assetsPath
:
'http://coujiao.pseer.com:8888/wechat_static'
,
// 静态资源路径
// assetsPath: 'https://www.coujio.com/wechat_static', // 静态资源路径
baseUrl
:
'https://coujiao.pseer.com/front-api'
,
// 后台接口请求地址
// baseUrl: 'https://www.coujio.com/front-api', // 后台接口请求地址
hostUrl
:
'http
s
://coujiao.pseer.com:8888/prod-api'
,
// H5地址(前端运行地址)
hostUrl
:
'http://coujiao.pseer.com:8888/prod-api'
,
// H5地址(前端运行地址)
// hostUrl: 'https://www.coujio.com/prod-api', // H5地址(前端运行地址)
websocketUrl
:
''
,
// websocket服务端地址
weixinAppId
:
''
,
// 微信公众号appid
...
...
pages/vipCreate/vipCreate.vue
View file @
18b23e5b
...
...
@@ -186,66 +186,87 @@
</view>
</uni-popup>
<uni-popup
ref=
"popupPay"
type=
"bottom"
>
<view
class=
"popup-box popup-box-2"
>
<view
class=
"title-header"
>
<text
class=
"text-title text-black text-lg text-bold"
>
购买详情
</text>
<text
class=
"cuIcon-roundclose text-xl text-icon"
@
tap=
"onClose"
></text>
</view>
<view
v-if=
"rechargeConfList.length"
class=
"flex-col popup-content"
>
<view
v-if=
"tabIndex ==1"
class=
"recharge-content"
>
<text
class=
"text-1"
>
余额充值,多充多送,待支付:
</text>
<view
class=
"payfee-text"
>
<text>
¥
{{
rechargeConfList
[
rechargeIndex
].
rechargeAmount
}}
</text>
</view>
<view
class=
"flex-row"
>
<text
class=
"text-3"
>
赠送:
</text>
<view
class=
"flex-col"
>
<view
class=
"flex-row-center"
v-if=
"rechargeConfList[rechargeIndex].giveType.includes('1')"
>
<text
class=
"text-11"
>
¥
</text>
<text
class=
"text-12"
>
{{
rechargeConfList
[
rechargeIndex
].
giveAmount
}}
</text>
<text
class=
"text-13"
>
钱包余额,下单可抵扣
</text>
</view>
<view
class=
"flex-row-center"
v-if=
"rechargeConfList[rechargeIndex].giveType.includes('2')"
>
<text
class=
"text-12"
>
{{
rechargeConfList
[
rechargeIndex
].
giveDuration
}}
小时
</text>
<text
class=
"text-13"
>
时长,下单可抵扣
</text>
</view>
<view
class=
"flex-row-center"
v-if=
"rechargeConfList[rechargeIndex].giveType.includes('3')"
>
<text
class=
"text-12"
>
{{
rechargeConfList
[
rechargeIndex
].
giveRatio
}}
%
</text>
<text
class=
"text-13"
>
充值金额积分比例赠送
</text>
</view>
<view
class=
"flex-row-center"
v-if=
"rechargeConfList[rechargeIndex].giveType.includes('4')"
>
<text
class=
"text-14"
>
优惠券
</text>
<text
class=
"text-13"
>
1张,下单可抵扣
</text>
<uni-popup
ref=
"popupPay"
type=
"center"
>
<view
class=
"popup-box-content"
>
<view
class=
"popup-box popup-box-2"
>
<view
class=
"close-box"
@
tap=
"onClose"
>
<text
class=
"cuIcon-close text-xl text-icon"
></text>
</view>
<view
class=
"title-header"
>
<text
class=
"text-title text-black text-lg text-bold"
>
购买详情
</text>
</view>
<view
v-if=
"rechargeConfList.length"
class=
"flex-col popup-content"
>
<view
v-if=
"tabIndex ==1"
class=
"recharge-content"
>
<text
class=
"text-1"
>
· 余额充值,多充多送,待支付:
</text>
<view
class=
"payfee-text"
>
<text>
¥
{{
rechargeConfList
[
rechargeIndex
].
rechargeAmount
}}
</text>
</view>
<view
class=
"flex-row content-tip"
>
<text
class=
"text-3"
>
赠送:
</text>
<view
class=
"flex-col"
>
<view
class=
"flex-row-center"
v-if=
"rechargeConfList[rechargeIndex].giveType.includes('1')"
>
<view
class=
"gift-box"
>
<image
class=
"gift-icon"
:src=
"assetsPath+'/gift_icon.png'"
mode=
"widthFix"
></image>
</view>
<text
class=
"text-12"
>
¥
{{
rechargeConfList
[
rechargeIndex
].
giveAmount
}}
</text>
<text
class=
"text-13"
>
钱包余额,下单可抵扣
</text>
</view>
<view
class=
"flex-row-center"
v-if=
"rechargeConfList[rechargeIndex].giveType.includes('2')"
>
<view
class=
"gift-box"
>
<image
class=
"gift-icon"
:src=
"assetsPath+'/gift_icon.png'"
mode=
"widthFix"
></image>
</view>
<text
class=
"text-12"
>
{{
rechargeConfList
[
rechargeIndex
].
giveDuration
}}
小时
</text>
<text
class=
"text-13"
>
时长,下单可抵扣
</text>
</view>
<view
class=
"flex-row-center"
v-if=
"rechargeConfList[rechargeIndex].giveType.includes('3')"
>
<view
class=
"gift-box"
>
<image
class=
"gift-icon"
:src=
"assetsPath+'/gift_icon.png'"
mode=
"widthFix"
></image>
</view>
<text
class=
"text-12"
>
{{
rechargeConfList
[
rechargeIndex
].
giveRatio
}}
%
</text>
<text
class=
"text-13"
>
充值金额积分比例赠送
</text>
</view>
<view
class=
"flex-row-center"
v-if=
"rechargeConfList[rechargeIndex].giveType.includes('4')"
>
<view
class=
"gift-box"
>
<image
class=
"gift-icon"
:src=
"assetsPath+'/gift_icon.png'"
mode=
"widthFix"
></image>
</view>
<text
class=
"text-14"
>
优惠券
</text>
<text
class=
"text-13"
>
1张,下单可抵扣
</text>
</view>
</view>
</view>
</view>
</view>
<view
v-else-if=
"tabIndex ==2"
class=
"recharge-content"
>
<text
v-if=
"consumerMemberStatus"
class=
"text-1"
>
权益续期,
<text
class=
"text-pink"
>
{{
userInfo
.
consumerMember
.
expirationDate
}}
</text>
过期,优惠享不停,待支付:
</text>
<text
v-else
class=
"text-1"
>
购买权益,优惠享不停,待支付:
</text>
<view
class=
"payfee-text"
>
<text>
¥
{{
list
[
0
].
requiredAmount
}}
</text>
</view>
<view
class=
"flex-row"
>
<text
class=
"text-3"
>
可享权益:
</text>
<view
class=
"flex-col"
>
<view
class=
"flex-row-center"
v-if=
"rechargeConfList[rechargeIndex].giveType.includes('1')"
>
<text
class=
"text-13"
>
房间预定,下单即可享98折起
</text>
</view>
<view
class=
"flex-row-center"
v-if=
"rechargeConfList[rechargeIndex].giveType.includes('2')"
>
<text
class=
"text-13"
>
房间预定,下单即可享会员积分赠送
</text>
</view>
<view
class=
"flex-row-center"
v-if=
"rechargeConfList[rechargeIndex].giveType.includes('3')"
>
<text
class=
"text-13"
>
更多权益请查看多动规则
</text>
<view
v-else-if=
"tabIndex ==2"
class=
"recharge-content"
>
<text
v-if=
"consumerMemberStatus"
class=
"text-1"
>
权益续期,
<text
class=
"text-pink"
>
{{
userInfo
.
consumerMember
.
expirationDate
}}
</text>
过期,优惠享不停,待支付:
</text>
<text
v-else
class=
"text-1"
>
购买权益,优惠享不停,待支付:
</text>
<view
class=
"payfee-text"
>
<text>
¥
{{
list
[
0
].
requiredAmount
}}
</text>
</view>
<view
class=
"flex-row content-tip"
>
<text
class=
"text-3"
>
可享权益:
</text>
<view
class=
"flex-col"
>
<view
class=
"flex-row-center"
v-if=
"rechargeConfList[rechargeIndex].giveType.includes('1')"
>
<view
class=
"gift-box"
>
<image
class=
"gift-icon"
:src=
"assetsPath+'/gift_icon.png'"
mode=
"widthFix"
></image>
</view>
<text
class=
"text-13"
>
房间预定,会员日即可享98折起
</text>
</view>
<view
class=
"flex-row-center"
v-if=
"rechargeConfList[rechargeIndex].giveType.includes('2')"
>
<view
class=
"gift-box"
>
<image
class=
"gift-icon"
:src=
"assetsPath+'/gift_icon.png'"
mode=
"widthFix"
></image>
</view>
<text
class=
"text-13"
>
房间预定,下单即可享会员积分赠送
</text>
</view>
<view
class=
"flex-row-center"
v-if=
"rechargeConfList[rechargeIndex].giveType.includes('3')"
>
<text
class=
"text-13"
>
更多权益请查看多动规则
</text>
</view>
</view>
</view>
</view>
</view>
</view
>
<view
class=
"btn-list
-box"
>
<view
class=
"btn-box"
>
<
button
class=
"cu-btn bg-pink"
@
tap=
"onConfirmPay"
>
确认支付
</button
>
<view
class=
"btn-list-box"
>
<view
class=
"btn
-box"
>
<button
class=
"cu-btn bg-pink"
@
tap=
"onConfirmPay"
>
确认支付
</button
>
<
/view
>
</view>
</view>
</view>
...
...
@@ -547,7 +568,7 @@
equityMembersConfigId
:
this
.
list
[
this
.
index
].
id
}).
then
(
res
=>
{
uni
.
hideLoading
();
if
(
res
.
data
.
data
.
jsConfig
)
{
if
(
res
.
data
.
data
&&
res
.
data
.
data
.
jsConfig
)
{
wx
.
requestPayment
({
"timeStamp"
:
res
.
data
.
data
.
jsConfig
.
timeStamp
,
"nonceStr"
:
res
.
data
.
data
.
jsConfig
.
nonceStr
,
...
...
@@ -580,6 +601,11 @@
// 接口调用结束的回调函数(调用成功、失败都会执行)
}
});
}
else
{
uni
.
showToast
({
icon
:
"none"
,
title
:
res
.
data
.
msg
})
}
})
}
...
...
@@ -1198,58 +1224,133 @@
}
}
}
.popup-box-content
{
background-color
:
#ffffff
;
width
:
72vw
;
border-radius
:
36
upx
;
}
.popup-box-2
{
position
:
relative
;
width
:
100%
;
border-radius
:
20
upx
20
upx
0
0
;
background
:
linear-gradient
(
0deg
,
rgba
(
255
,
255
,
255
,
0.65
),
rgba
(
255
,
214
,
241
,
0.43
));
.close-box{
position
:
absolute
;
top
:
16
upx
;
right
:
20
upx
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
width
:
24px
;
height
:
24px
;
font-size
:
36
upx
;
}
.title-header
{
display
:
flex
;
justify-content
:
space-between
;
padding
:
30
upx
24
upx
;
.text-icon{
font-size
:
50
upx
;
color
:
#ffffff
;
justify-content
:
center
;
align-items
:
center
;
padding
:
30
upx
24
upx
8
upx
;
border-bottom
:
none
;
.text-title{
font-size
:
36
upx
;
color
:
#333333
;
}
}
.popup-content
{
padding
:
0
24
upx
;
min-height
:
240
upx
;
.recharge-content{
display
:
flex
;
flex-direction
:
column
;
justify-content
:
center
;
align-items
:
center
;
width
:
100%
;
.text-1{
font-size
:
26
upx
;
font-weight
:
400
;
font-size
:
24
upx
;
color
:
#666666
;
}
.payfee-text
{
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
width
:
100%
;
font-size
:
52
upx
;
color
:
rgba
(
224
,
57
,
151
,
1
);
font-weight
:
bolder
;
margin
:
24
upx
0
;
padding
:
10
upx
0
16
upx
;
margin-bottom
:
16
upx
;
border-bottom
:
1px
dashed
#C9CACA
;
text{
font-size
:
52
rpx
;
color
:
#E40583
;
}
}
.flex-row
{
.text-3{
color
:
#999999
;
}
.flex-col{
.text-11{
color
:
rgba
(
224
,
57
,
151
,
0.9
);
}
.text-12{
color
:
rgba
(
224
,
57
,
151
,
0.9
);
font-size
:
36
upx
;
width
:
77
upx
;
color
:
#000000
;
font-size
:
28
upx
;
font-weight
:
bold
;
text-align
:
justify-all
;
}
.text-13
{
color
:
#333333
;
color
:
#999999
;
font-size
:
26
upx
;
margin-left
:
4
upx
;
}
.text-14
{
color
:
rgba
(
224
,
57
,
151
,
0.9
)
;
color
:
#000000
;
}
}
}
.content-tip
{
display
:
flex
;
flex-direction
:
column
;
margin
:
20
upx
0
12
upx
;
.text-3{
font-size
:
28
upx
;
color
:
#333333
;
margin-bottom
:
20
upx
;
}
.flex-col
{
.flex-row-center{
margin
:
8
upx
0
;
.gift-box{
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
width
:
22px
;
height
:
22px
;
background
:
#FCE8F2
;
border-radius
:
6px
;
.gift-icon{
display
:
block
;
width
:
70%
;
max-height
:
40
upx
;
}
}
}
}
}
}
}
.btn-list-box
{
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
width
:
100%
;
border-top
:
none
;
.btn-box{
display
:
flex
;
flex
:
none
;
width
:
87%
;
.cu-btn{
padding
:
0
;
width
:
100%
;
height
:
88
upx
;
background
:
#E40583
;
border-radius
:
44
upx
;
font-size
:
37
upx
;
color
:
#FFFFFF
;
}
}
}
}
...
...
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