Commit fe974ca4 authored by WTZ's avatar WTZ

'qrcode:length-over'

parent 6a66ec5a
project.config.json project.config.json
local local
.history .history
\ No newline at end of file node_modules
\ No newline at end of file
...@@ -86,7 +86,8 @@ Page({ ...@@ -86,7 +86,8 @@ Page({
source_type: 10, source_type: 10,
}).then(() => { }).then(() => {
this.reviewDetailGet(); this.reviewDetailGet();
this.initPost(`s=${sid}&c=${id}&r=${rid}&t=${type}&w=${app.globalData.currentSchoolStudentId}`, `${this.data.sharePage}`) // this.initPost(`s=${sid}&c=${id}&r=${rid}&t=${type}&w=${app.globalData.currentSchoolStudentId}`, `${this.data.sharePage}`)
this.initPost(`s=${sid}&c=${id}&r=${rid}&t=${type}`, `${this.data.sharePage}`)
}) })
}, },
onShow: function () { onShow: function () {
...@@ -283,7 +284,8 @@ Page({ ...@@ -283,7 +284,8 @@ Page({
}, },
generateCustomerQrcode () { generateCustomerQrcode () {
let scene = `s=${this.data.sid}&c=${this.data.id}&r=${this.data.rid}&t=${this.data.type}&w=${app.globalData.currentSchoolStudentId}`; let scene = `s=${this.data.sid}&c=${this.data.id}&r=${this.data.rid}&t=${this.data.type}`;
// let scene = `s=${this.data.sid}&c=${this.data.id}&r=${this.data.rid}&t=${this.data.type}&w=${app.globalData.currentSchoolStudentId}`;
generateCustomerQrcode({ generateCustomerQrcode({
scene: scene, scene: scene,
page: `${this.data.sharePage}` page: `${this.data.sharePage}`
......
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