Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
ptfw-uniapp
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
侯忠英
ptfw-uniapp
Commits
317c9aec
Commit
317c9aec
authored
Jul 23, 2019
by
刘攀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
买单使用支付宝主题色
parent
83d89c39
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
325 additions
and
97 deletions
+325
-97
pages.json
src/pages.json
+26
-26
pay.vue
src/pages/pay/pay.vue
+287
-71
paying.vue
src/pages/pay/paying/paying.vue
+12
-0
No files found.
src/pages.json
View file @
317c9aec
...
...
@@ -25,7 +25,7 @@
"path"
:
"pages/store/goods/list/index"
,
"style"
:
{
//
#ifdef
MP-ALIPAY
"allowsBounceVertical"
:
false
,
"allowsBounceVertical"
:
"NO"
,
//
#endif
"disableScroll"
:
true
,
"navigationBarTitleText"
:
""
,
...
...
@@ -39,7 +39,7 @@
"path"
:
"pages/pay/paying/paying"
,
"style"
:
{
//
#ifdef
MP-ALIPAY
"allowsBounceVertical"
:
false
,
"allowsBounceVertical"
:
"NO"
,
//
#endif
"disableScroll"
:
true
,
"navigationBarTitleText"
:
"买单"
,
...
...
@@ -57,7 +57,7 @@
"path"
:
"pages/pay/pay"
,
"style"
:
{
//
#ifdef
MP-ALIPAY
"allowsBounceVertical"
:
false
,
"allowsBounceVertical"
:
"NO"
,
//
#endif
"disableScroll"
:
true
,
"navigationBarTitleText"
:
"买单"
,
...
...
@@ -70,7 +70,7 @@
"path"
:
"pages/pay/orderDetails/orderDetails"
,
"style"
:
{
//
#ifdef
MP-ALIPAY
"allowsBounceVertical"
:
false
,
"allowsBounceVertical"
:
"NO"
,
//
#endif
"navigationBarTitleText"
:
"支付完成"
,
"navigationBarTextStyle"
:
"black"
,
...
...
@@ -91,7 +91,7 @@
"path"
:
"pages/validatePage/validatePage"
,
"style"
:
{
//
#ifdef
MP-ALIPAY
"allowsBounceVertical"
:
false
,
"allowsBounceVertical"
:
"NO"
,
//
#endif
"navigationBarTextStyle"
:
"black"
,
"navigationBarBackgroundColor"
:
"#ffffff"
...
...
@@ -143,7 +143,7 @@
"path"
:
"pages/order/create/index"
,
"style"
:
{
//
#ifdef
MP-ALIPAY
"allowsBounceVertical"
:
false
,
"allowsBounceVertical"
:
"NO"
,
//
#endif
"navigationBarTitleText"
:
"确认订单"
,
//
#ifdef
MP-WEIXIN
...
...
@@ -198,7 +198,7 @@
"path"
:
"pages/order/goodsList/index"
,
"style"
:
{
//
#ifdef
MP-ALIPAY
"allowsBounceVertical"
:
false
,
"allowsBounceVertical"
:
"NO"
,
//
#endif
"navigationBarTitleText"
:
"商品列表"
,
//
#ifdef
MP-WEIXIN
...
...
@@ -216,7 +216,7 @@
"path"
:
"pages/order/remark/index"
,
"style"
:
{
//
#ifdef
MP-ALIPAY
"allowsBounceVertical"
:
false
,
"allowsBounceVertical"
:
"NO"
,
//
#endif
"navigationBarTitleText"
:
"订单备注"
,
//
#ifdef
MP-WEIXIN
...
...
@@ -251,7 +251,7 @@
"path"
:
"pages/memberCard/memberCard"
,
"style"
:
{
//
#ifdef
MP-ALIPAY
"allowsBounceVertical"
:
false
,
"allowsBounceVertical"
:
"NO"
,
//
#endif
"navigationBarTitleText"
:
"会员卡"
,
"navigationBarTextStyle"
:
"black"
,
...
...
@@ -263,7 +263,7 @@
"path"
:
"pages/user/authen/index"
,
"style"
:
{
//
#ifdef
MP-ALIPAY
"allowsBounceVertical"
:
false
,
"allowsBounceVertical"
:
"NO"
,
//
#endif
"navigationBarTitleText"
:
"验证身份"
,
"navigationBarBackgroundColor"
:
"#ffffff"
,
...
...
@@ -280,7 +280,7 @@
"path"
:
"coupon/canUse/index"
,
"style"
:
{
//
#ifdef
MP-ALIPAY
"allowsBounceVertical"
:
false
,
"allowsBounceVertical"
:
"NO"
,
//
#endif
"navigationBarTitleText"
:
"优惠券"
,
"navigationBarTextStyle"
:
"black"
,
...
...
@@ -291,7 +291,7 @@
"path"
:
"coupon/canReceive/index"
,
"style"
:
{
//
#ifdef
MP-ALIPAY
"allowsBounceVertical"
:
false
,
"allowsBounceVertical"
:
"NO"
,
//
#endif
"navigationBarTitleText"
:
"优惠券"
,
"navigationBarTextStyle"
:
"black"
,
...
...
@@ -314,7 +314,7 @@
"path"
:
"gift/index/index"
,
"style"
:
{
//
#ifdef
MP-ALIPAY
"allowsBounceVertical"
:
false
,
"allowsBounceVertical"
:
"NO"
,
//
#endif
"navigationBarTitleText"
:
"赠品"
,
"navigationBarTextStyle"
:
"black"
,
...
...
@@ -325,7 +325,7 @@
"path"
:
"notice/detail/index"
,
"style"
:
{
//
#ifdef
MP-ALIPAY
"allowsBounceVertical"
:
false
,
"allowsBounceVertical"
:
"NO"
,
//
#endif
"navigationBarTitleText"
:
"公告详情"
,
"navigationBarTextStyle"
:
"black"
,
...
...
@@ -336,7 +336,7 @@
"path"
:
"notice/list/index"
,
"style"
:
{
//
#ifdef
MP-ALIPAY
"allowsBounceVertical"
:
false
,
"allowsBounceVertical"
:
"NO"
,
//
#endif
"navigationBarTitleText"
:
"公告"
,
"navigationBarTextStyle"
:
"black"
,
...
...
@@ -367,7 +367,7 @@
"path"
:
"storedValue/rule/index"
,
"style"
:
{
//
#ifdef
MP-ALIPAY
"allowsBounceVertical"
:
false
,
"allowsBounceVertical"
:
"NO"
,
//
#endif
"navigationBarTitleText"
:
"使用须知"
,
"navigationBarTextStyle"
:
"black"
,
...
...
@@ -389,7 +389,7 @@
"path"
:
"member/card/rule/index"
,
"style"
:
{
//
#ifdef
MP-ALIPAY
"allowsBounceVertical"
:
false
,
"allowsBounceVertical"
:
"NO"
,
//
#endif
"navigationBarTitleText"
:
"等级说明"
,
"navigationBarTextStyle"
:
"black"
,
...
...
@@ -400,7 +400,7 @@
"path"
:
"member/card/record/index"
,
"style"
:
{
//
#ifdef
MP-ALIPAY
"allowsBounceVertical"
:
false
,
"allowsBounceVertical"
:
"NO"
,
//
#endif
"navigationBarTitleText"
:
"消费记录"
,
"navigationBarTextStyle"
:
"black"
,
...
...
@@ -412,7 +412,7 @@
"path"
:
"member/card/select/index"
,
"style"
:
{
//
#ifdef
MP-ALIPAY
"allowsBounceVertical"
:
false
,
"allowsBounceVertical"
:
"NO"
,
//
#endif
"navigationBarTitleText"
:
"会员卡选择"
,
"navigationBarTextStyle"
:
"black"
,
...
...
@@ -483,7 +483,7 @@
"path"
:
"add/index"
,
"style"
:
{
//
#ifdef
MP-ALIPAY
"allowsBounceVertical"
:
false
,
"allowsBounceVertical"
:
"NO"
,
//
#endif
"navigationBarTitleText"
:
"添加收货地址"
,
"navigationBarTextStyle"
:
"black"
,
...
...
@@ -494,7 +494,7 @@
"path"
:
"edit/index"
,
"style"
:
{
//
#ifdef
MP-ALIPAY
"allowsBounceVertical"
:
false
,
"allowsBounceVertical"
:
"NO"
,
//
#endif
"navigationBarTitleText"
:
"编辑收货地址"
,
"navigationBarTextStyle"
:
"black"
,
...
...
@@ -510,7 +510,7 @@
"path"
:
"index"
,
"style"
:
{
//
#ifdef
MP-ALIPAY
"allowsBounceVertical"
:
false
,
"allowsBounceVertical"
:
"NO"
,
//
#endif
"navigationBarTitleText"
:
"商品详情"
,
"backgroundTextStyle"
:
"dark"
,
...
...
@@ -527,7 +527,7 @@
"path"
:
"index"
,
"style"
:
{
//
#ifdef
MP-ALIPAY
"allowsBounceVertical"
:
false
,
"allowsBounceVertical"
:
"NO"
,
//
#endif
"backgroundColor"
:
"#f5f5f5"
,
"navigationBarTitleText"
:
"商品搜索"
,
...
...
@@ -544,7 +544,7 @@
"path"
:
"index"
,
"style"
:
{
//
#ifdef
MP-ALIPAY
"allowsBounceVertical"
:
false
,
"allowsBounceVertical"
:
"NO"
,
//
#endif
"navigationBarTitleText"
:
"店铺选择"
,
"navigationBarTextStyle"
:
"black"
,
...
...
@@ -575,7 +575,7 @@
"path"
:
"index"
,
"style"
:
{
//
#ifdef
MP-ALIPAY
"allowsBounceVertical"
:
false
,
"allowsBounceVertical"
:
"NO"
,
//
#endif
"navigationBarTitleText"
:
"最近使用"
,
"navigationBarTextStyle"
:
"black"
,
...
...
@@ -591,7 +591,7 @@
"path"
:
"index"
,
"style"
:
{
//
#ifdef
MP-ALIPAY
"allowsBounceVertical"
:
false
,
"allowsBounceVertical"
:
"NO"
,
//
#endif
"navigationBarTitleText"
:
"优惠券"
,
"navigationBarTextStyle"
:
"black"
,
...
...
src/pages/pay/pay.vue
View file @
317c9aec
This diff is collapsed.
Click to expand it.
src/pages/pay/paying/paying.vue
View file @
317c9aec
...
...
@@ -780,6 +780,13 @@
.all-height
{
height
:
100%
;
/* #ifdef MP-ALIPAY */
position
:
fixed
;
left
:
0
;
right
:
0
;
top
:
0
;
bottom
:
0
;
/* #endif */
}
.pay-wrapper
{
...
...
@@ -1111,7 +1118,12 @@
width
:
4rpx
;
height
:
100%
;
vertical-align
:
top
;
/* #ifdef MP-WEIXIN */
background
:
#07c160
;
/* #endif */
/* #ifdef MP-ALIPAY */
background
:
#108EE9
;
/* #endif */
animation-name
:
blinker
;
animation-iteration-count
:
infinite
;
animation-timing-function
:
cubic-bezier
(
1
,
0
,
0
,
1
);
...
...
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