Commit fe974ca4 authored by WTZ's avatar WTZ

'qrcode:length-over'

parent 6a66ec5a
project.config.json
local
.history
\ No newline at end of file
.history
node_modules
\ No newline at end of file
......@@ -86,7 +86,8 @@ Page({
source_type: 10,
}).then(() => {
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 () {
......@@ -283,7 +284,8 @@ Page({
},
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({
scene: scene,
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