dashboard
repositories
filestore
activity
search
login
html
/
xcx/zfb_xcx_business
支付宝商户端小程序
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修改接口地址为线上地址
TM
2020-12-16
1a083593cc3224ea8509690a1cfc12d8726193ab
[html/xcx/zfb_xcx_business.git]
/
components
/
QRCodeView
/
QRCodeView.js
1
2
3
4
5
6
7
8
9
10
11
12
Component({
mixins: [],
data: {},
props: {
imgSrc:'',
rateList:[]
},
didMount() {},
didUpdate() {},
didUnmount() {},
methods: {},
});