|
@@ -133,7 +133,7 @@ Page({
|
|
|
//根据codeId 生成二维码
|
|
|
new QRCode('myQrcode',{
|
|
|
// text: 'https://oapi.shpr.top?id='+_self.data.codeId,
|
|
|
- text: 'https://oapi.shpr.top?id=Bg5740r78w',
|
|
|
+ text: 'https://oapi.shpr.top?id='+_self.data.codeId,
|
|
|
width: 150,
|
|
|
height:150,
|
|
|
padding: 10, // 生成二维码四周自动留边宽度,不传入默认为0
|