msb_prod
ch 3 years ago
parent 096efc9f34
commit 271e961f31

@ -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 16:54:09 * @LastEditTime: 2022-07-12 16:56:52
* @Description: file content * @Description: file content
*/ */
@ -31,7 +31,7 @@ if (ua.includes('micromessenger')) {
if (error) { if (error) {
return false; return false;
} }
uni.setStorageSync('payOpenId', result.openId }); uni.setStorageSync('payOpenId', result.openId );
}) })
} else { } else {
ApiGetAuthUrl({ ApiGetAuthUrl({

Loading…
Cancel
Save