This commit is contained in:
tcubic
2022-08-02 11:01:32 +08:00
parent 44faa5eb0f
commit d419800cdc

View File

@@ -183,7 +183,7 @@ const btn = () => {
// 抽奖按钮 // 抽奖按钮
const drawBtn = () => { const drawBtn = () => {
console.log("抽奖:"); console.log("抽奖22");
service.get(process.env.VUE_APP_API + '/cms88/card/qrcode/',cardId=store.state.userAccount.cardId ) service.get(process.env.VUE_APP_API + '/cms88/card/qrcode/',cardId=store.state.userAccount.cardId )
.then((res) => { .then((res) => {