Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wxapp
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
亲子游项目
wxapp
Commits
7a7e7638
Commit
7a7e7638
authored
Dec 29, 2018
by
LiuJunYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
支付请求加载层
parent
da823bbf
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
1 deletions
+16
-1
pages/detail/enroll/index.js
+8
-0
pages/me/vip/index.js
+7
-0
pages/me/vip/index.wxml
+1
-1
No files found.
pages/detail/enroll/index.js
View file @
7a7e7638
...
...
@@ -181,6 +181,12 @@ Page({
});
return
}
wx
.
showNavigationBarLoading
()
wx
.
showLoading
({
title
:
'加载中...'
,
})
api
.
project
.
order
({
pid
:
this
.
data
.
id
,
sign_limits
:
this
.
data
.
familyNum
+
1
,
...
...
@@ -192,6 +198,8 @@ Page({
remark
:
this
.
data
.
remark
,
address
:
this
.
data
.
address
}).
then
(
res
=>
{
wx
.
hideNavigationBarLoading
()
wx
.
hideLoading
()
if
(
res
.
code
)
{
$Toast
({
content
:
res
.
msg
,
...
...
pages/me/vip/index.js
View file @
7a7e7638
...
...
@@ -209,8 +209,15 @@ Page({
name
:
name
,
address
:
address
}
wx
.
showNavigationBarLoading
()
wx
.
showLoading
({
title
:
'加载中...'
,
})
// 获取支付参数
api
.
me
.
vipOrder
(
params
).
then
(
res
=>
{
wx
.
hideNavigationBarLoading
()
wx
.
hideLoading
()
if
(
res
.
code
==
0
)
{
that
.
setData
({
order
:
res
.
data
...
...
pages/me/vip/index.wxml
View file @
7a7e7638
...
...
@@ -18,7 +18,7 @@
</view>
<view class='vip_intro'>
会员卡说明:用户购买一次会员卡后,增加一年的会员时限,多次购买则在先有的基础上延长时间,单次以1年为标准,已购卡会员请添加美行客服微信,邀请进会员群。
会员卡说明:用户购买一次会员卡后,增加一年的会员时限,多次购买则在先有的基础上延长时间,单次以1年为标准,已购卡会员请添加美行客服微信
(mxkf00)
,邀请进会员群。
</view>
<!-- 用户输入的信息 -->
...
...
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