提交 986afb71 编写于 作者: W wanganxp

临时屏蔽uni-pay里Android上微信支付的支持

上级 9cc1d4aa
<template> <template>
<view class="app"> <view class="app">
<view>
<text style="color: red;">注意:uni-app x暂不支持微信支付</text>
</view>
<view> <view>
<view class="label">支付单号:</view> <view class="label">支付单号:</view>
<view><input class="input" v-model="out_trade_no" placeholder="点击发起支付会自动生成"/></view> <view><input class="input" v-model="out_trade_no" placeholder="点击发起支付会自动生成"/></view>
......
...@@ -156,7 +156,7 @@ ...@@ -156,7 +156,7 @@
type: String, type: String,
default: "" default: ""
}, },
/** /**
* 收银台模式 * 收银台模式
* mobile 手机版 * mobile 手机版
* pc 电脑版 * pc 电脑版
...@@ -282,14 +282,12 @@ ...@@ -282,14 +282,12 @@
} }
// #ifdef APP // #ifdef APP
if (options['provider'] == "wxpay") { if (options['provider'] == "wxpay") {
// #ifdef APP
uni.showModal({ uni.showModal({
title: "提示", title: "提示",
content: "uni-app x 暂不支持微信支付", content: "uni-pay 的 uni-app x 版本暂未适配微信支付",
showCancel: false showCancel: false
}) })
return; return;
// #endif
} }
// #endif // #endif
...@@ -624,11 +622,11 @@ ...@@ -624,11 +622,11 @@
background-color: #fff; background-color: #fff;
flex-direction: row; flex-direction: row;
border-bottom: 2rpx solid #f8f8f8; border-bottom: 2rpx solid #f8f8f8;
/* #ifdef H5 */ /* #ifdef H5 */
cursor: pointer; cursor: pointer;
/* #endif */ /* #endif */
&:hover { &:hover {
background-color: #f1f1f1; background-color: #f1f1f1;
} }
...@@ -790,7 +788,7 @@ ...@@ -790,7 +788,7 @@
.pc-pay-popup-provider-item:hover { .pc-pay-popup-provider-item:hover {
background-color: #ffffff; background-color: #ffffff;
/* #ifdef H5 */ /* #ifdef H5 */
cursor: pointer; cursor: pointer;
/* #endif */ /* #endif */
...@@ -901,4 +899,4 @@ ...@@ -901,4 +899,4 @@
} }
/* 外部浏览器H5支付弹窗确认结束 */ /* 外部浏览器H5支付弹窗确认结束 */
</style> </style>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册