msb_prod
ch 3 years ago
parent 73ae3fbc51
commit 496fec1271

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

Loading…
Cancel
Save