Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mayi-mp-shop
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
程默
mayi-mp-shop
Commits
20be9870
Commit
20be9870
authored
Jun 01, 2023
by
李嘉林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
51d18665
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
2 deletions
+14
-2
src/components/cubeNav/index.vue
+2
-1
src/components/paySuccess/paySuccessInfo.vue
+2
-0
src/pages/wxPay/index.vue
+9
-0
static/nativeComponents/GoodsSearch/index.wxss
+1
-1
No files found.
src/components/cubeNav/index.vue
View file @
20be9870
...
...
@@ -13,7 +13,8 @@
'padding-top': datas.componentData.verticalMargin + 'px',
'padding-bottom': datas.componentData.verticalMargin + 'px',
'padding-left': datas.componentData.levelMargin + 'px',
'padding-right': datas.componentData.levelMargin + 'px'
'padding-right': datas.componentData.levelMargin + 'px',
overflow: 'hidden'
}"
>
<div
...
...
src/components/paySuccess/paySuccessInfo.vue
View file @
20be9870
...
...
@@ -40,6 +40,7 @@
<div
class=
"bottom flex"
>
<
template
v-if=
"orderDetail.orderType == 5"
>
</
template
>
<
template
v-else
>
<template
v-if=
"routeQuery.isPayReplace != 1"
>
<div
v-if=
"routeQuery.multiMerchantsFlag"
@
click=
"toOrderList"
...
...
@@ -49,6 +50,7 @@
<div
v-else
@
click=
"toOrderDetail"
>
<van-button
size=
"normal"
>
查看详情
</van-button>
</div>
</
template
>
<div
@
click=
"toIndex"
>
<van-button
size=
"normal"
>
回首页
</van-button>
</div>
...
...
src/pages/wxPay/index.vue
View file @
20be9870
...
...
@@ -189,6 +189,15 @@ export default {
// 余额充值
params
+=
`&accountBalanceFlag=1&totalMoney=
${
_this
.
totalMoney
}
`
}
if
(
_this
.
options
.
isPayReplace
==
1
)
{
// 好友代付
wx
.
redirectTo
({
url
:
`../index/main?from=wxPay&backpath=/order/payForOrderDetail¶ms=
${
JSON
.
stringify
(
query
)}
`
,
});
return
;
}
wx
.
redirectTo
({
url
:
`/pages/paySuccess/main
${
params
}
`
,
});
...
...
static/nativeComponents/GoodsSearch/index.wxss
View file @
20be9870
...
...
@@ -94,7 +94,7 @@
overflow-x: scroll;
white-space: nowrap;
text-align: center;
margin-top:
4
px;
margin-top:
10
px;
}
.words_item {
...
...
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