Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
Project
Project
Details
Activity
Releases
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
viitto
mallapp
Commits
ff909715
Commit
ff909715
authored
May 11, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
甲鹤付款
parent
af25a29d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
1038 additions
and
3 deletions
+1038
-3
goodsku.vue
components/goods/goodsku.vue
+1
-1
pages.json
pages.json
+2
-0
peoplescreen.vue
pages/blindDate/personal/peoplescreen.vue
+1
-1
neweducation-submit.vue
pages/order-submit/neweducation-submit.vue
+1029
-0
pay-success.vue
pages/order-submit/pay-success.vue
+4
-0
index.vue
pages/order/index/index.vue
+1
-1
No files found.
components/goods/goodsku.vue
View file @
ff909715
...
...
@@ -337,7 +337,7 @@
};
good
.
DetailList
.
push
(
g
);
uni
.
navigateTo
({
url
:
'/pages/order-submit/education-submit?formData='
+
url
:
'/pages/order-submit/
new
education-submit?formData='
+
encodeURIComponent
(
JSON
.
stringify
(
good
))
+
'&IsFormShoppingCart=2&ShoppingCartIdList='
+
JSON
.
stringify
(
ShoppingCartIdList
),
...
...
pages.json
View file @
ff909715
...
...
@@ -239,6 +239,8 @@
"path"
:
"education-submit"
},{
"path"
:
"education-success"
},{
"path"
:
"neweducation-submit"
//新的甲鹤结算页面
}
]
},
...
...
pages/blindDate/personal/peoplescreen.vue
View file @
ff909715
...
...
@@ -75,7 +75,7 @@
<view
class=
"titleh"
>
<text>
高级筛选
(甄选会员功能)
</text>
<text>
高级筛选
</text>
<view
class=
"vipbtn"
:style=
"
{background:mainColor}">
vip筹建中
</view>
...
...
pages/order-submit/neweducation-submit.vue
0 → 100644
View file @
ff909715
This diff is collapsed.
Click to expand it.
pages/order-submit/pay-success.vue
View file @
ff909715
...
...
@@ -84,6 +84,10 @@
uni
.
reLaunch
({
url
:
'/pages/school/personal/orderList?status=2'
});
}
else
if
(
this
.
payInfo
.
type
==
2
){
//根据甲鹤的跳转
uni
.
reLaunch
({
url
:
"/pages/order/index/index?status=0"
,
});
}
}
else
{
uni
.
reLaunch
({
...
...
pages/order/index/index.vue
View file @
ff909715
...
...
@@ -399,7 +399,7 @@
});
}
else
{
uni
.
navigateTo
({
url
:
'/pages/order-submit/education-submit?formData='
+
encodeURIComponent
(
JSON
.
stringify
(
forms
))
+
url
:
'/pages/order-submit/
new
education-submit?formData='
+
encodeURIComponent
(
JSON
.
stringify
(
forms
))
+
'&IsFormShoppingCart=2&ShoppingCartIdList='
+
JSON
.
stringify
(
ShoppingCartIdList
)
});
}
...
...
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