File tree Expand file tree Collapse file tree
src/uni_modules/wot-design-uni Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6262
6363扫描二维码访问演示,注意:因微信审核机制限制,当前的微信小程序示例可能不是最新版本,可以 clone 代码到本地预览。
6464
65- <p >
66- <img src =" https://wot-design-uni.pages.dev/wx.jpg " width =" 200 " height =" 200 " style = " margin-right : 30 px " />
65+ <p style = " display : flex ; gap : 24 px " >
66+ <img src =" https://wot-design-uni.pages.dev/wx.jpg " width =" 200 " height =" 200 " />
6767<img src =" https://wot-design-uni.pages.dev/alipay.png " width =" 200 " height =" 200 " />
68+ <img src =" https://wot-design-uni.pages.dev/h5.png " width =" 200 " height =" 200 " />
6869</p >
6970
7071## 快速上手
117118
118119### 爱发电捐赠
119120
120- <a href =" https://afdian.net /a/weisheng233 " >https://afdian.net /a/weisheng233 </a >
121+ <a href =" https://afdian.com /a/weisheng233 " >https://afdian.com /a/weisheng233 </a >
121122
122123### 扫码捐赠
123124
Original file line number Diff line number Diff line change 88
99## 扫码体验
1010
11- <div style =" display : inline-block ; margin-right : 60px ;" >
11+ <div style =" display :flex ;gap :24px " >
12+ <div style =" display : inline-block ;" >
1213 <img style =" width : 150px ; height : 150px ;" :src =" WxQrcode " />
1314 <div style =" text-align : center ;" >微信扫码</div >
1415</div >
1819 <div style =" text-align : center ;" >支付宝扫码</div >
1920</div >
2021
22+ <div style =" display : inline-block ;" >
23+ <img style =" width : 150px ; height : 150px ;" :src =" H5Qrcode " />
24+ <div style =" text-align : center ;" >浏览器扫码</div >
25+ </div >
26+ </div >
27+
2128## ✨ 特性
2229
2330- 🎯 多平台覆盖,支持 微信小程序、支付宝小程序、钉钉小程序、H5、APP 等.
6673<script >
6774import WxQrcode from ' /wx.jpg'
6875import AlipayQrcode from ' /alipay.png'
76+ import H5Qrcode from ' /h5.png'
77+
6978
7079export default {
7180 data () {
7281 return {
7382 WxQrcode,
74- AlipayQrcode
83+ AlipayQrcode,
84+ H5Qrcode
7585 }
7686 }
7787}
Original file line number Diff line number Diff line change 1010
1111### 爱发电捐赠
1212
13- <a href =" https://afdian.net /a/weisheng233 " >https://afdian.net /a/weisheng233 </a >
13+ <a href =" https://afdian.com /a/weisheng233 " >https://afdian.com /a/weisheng233 </a >
1414
1515
1616### 扫码捐赠
Original file line number Diff line number Diff line change 6464
6565扫描二维码访问演示,注意:因微信审核机制限制,当前的微信小程序示例可能不是最新版本,可以clone代码到本地预览。
6666
67- <p >
68- <img src =" https://wot-design-uni.pages.dev/wx.jpg " width =" 200 " height =" 200 " style = " margin-right : 30 px " />
67+ <p style = " display : flex ; gap : 24 px " >
68+ <img src =" https://wot-design-uni.pages.dev/wx.jpg " width =" 200 " height =" 200 " />
6969<img src =" https://wot-design-uni.pages.dev/alipay.png " width =" 200 " height =" 200 " />
70+ <img src =" https://wot-design-uni.pages.dev/h5.png " width =" 200 " height =" 200 " />
7071</p >
7172
7273## 快速上手
122123
123124### 爱发电捐赠
124125
125- <a href =" https://afdian.net /a/weisheng233 " >https://afdian.net /a/weisheng233 </a >
126+ <a href =" https://afdian.com /a/weisheng233 " >https://afdian.com /a/weisheng233 </a >
126127
127128### 扫码捐赠
128129
You can’t perform that action at this time.
0 commit comments