|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
* @Author: ch
|
|
|
|
|
* @Date: 2022-07-08 11:46:30
|
|
|
|
|
* @LastEditors: ch
|
|
|
|
|
* @LastEditTime: 2022-07-12 15:07:16
|
|
|
|
|
* @LastEditTime: 2022-07-12 15:11:50
|
|
|
|
|
* @Description: file content
|
|
|
|
|
-->
|
|
|
|
|
<template>
|
|
|
|
@ -73,7 +73,7 @@ const ENV = process.env;
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
pay(){
|
|
|
|
|
this.openId = uni.getStorage({key:'payOpenId'});
|
|
|
|
|
this.openId = uni.getStorageSync('payOpenId');
|
|
|
|
|
if(this.payType === 'wxpay'){
|
|
|
|
|
if(this.openId && WeixinJSBridge){
|
|
|
|
|
this.wxJsapiPay()
|
|
|
|
|