Baozhangchao 3 years ago
parent
commit
767f7d2bef
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      src/pages/activity/groupRoomActivity/detail.jsx

+ 1
- 2
src/pages/activity/groupRoomActivity/detail.jsx View File

199
               // onClick={newQrcode.bind(this, detailData)}
199
               // onClick={newQrcode.bind(this, detailData)}
200
 
200
 
201
               onClick={() => {
201
               onClick={() => {
202
-                PictureQRcode(detailData, '测试')
203
-                  , console.log(detailData)
202
+                PictureQRcode(detailData, '活动二维码')
204
               }}
203
               }}
205
             >
204
             >
206
               {<Button>下载二维码</Button>}
205
               {<Button>下载二维码</Button>}