@@ -218,7 +218,6 @@ export default {
customer_currency: "RMB",
})
.then((res) => {
- console.log(res);
if (this.payType == "wechat") {
uni.requestPayment({
provider: "wxpay",
@@ -1,4 +1,4 @@
{
- "usingComponents": {},
- "component": true
+ "component": true,
+ "usingComponents": {}
}