chore: 添加@dcloudio/uni-quickapp-webview依赖及更新支付组件

This commit is contained in:
2025-12-04 09:18:00 +08:00
parent 067bbf6e2d
commit 4aeb7d04c4
8 changed files with 1866 additions and 1794 deletions

View File

@@ -19,8 +19,8 @@ https://unpkg.com/jweixin-module/out/index.js
## 使用
```js
var wx = require('jweixin-module')
wx.ready(function(){
var jweixin = require('jweixin-module')
jweixin.ready(function(){
// TODO
});
```