提交 f1b4790e 编写于 作者: W wanganxp

临时屏蔽uni-pay的Android端微信支付

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