Commit 2fb699a5 authored by sujie@126.com's avatar sujie@126.com

dd

parent a500adfc
......@@ -992,8 +992,8 @@ export default {
const { sid } = yield select(state => state.webapp);
const scholluuidData = yield call(commonAjax.getschooluuid, {
school_id: sid,
type: 1,
});
console.log(scholluuidData, 'scholluuidData');
if (scholluuidData.code == 200) {
const qrcodeData = yield call(commonAjax.generateQrcode, {
scene: `s=${sid}uuid=${scholluuidData.data}`,
......
......@@ -381,6 +381,7 @@ export default {
const { sid } = yield select(state => state.webapp);
const scholluuidData = yield call(commonAjax.getschooluuid, {
school_id: sid,
type: 2,
});
if (scholluuidData.code == 200) {
const qrcodeData = yield call(commonAjax.generateQrcode, {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment