Commit fac663d3 authored by lvtz's avatar lvtz

fix

parent 50d3c50c
......@@ -283,14 +283,13 @@ Page({
generateCustomerQrcode(){
let that = this;
let qrcode = '';
// TODO 页面参数待换
// TODO 页面路径待换
generateCustomerQrcode({
// scene: `ctd=${visitor && visitor.id}&t=${this.data.tmp}`,
page: `src/pages/signup/index`,
scene: `s=${that.data.sid}$oid=${this.data.optId}`,
page: `src/pages/signup/index`,
// page: `src/pages/signup/clueadd`
}).then((res) => {
console.log(`s=${that.data.sid}&oid=${this.data.optId}`)
console.log('二维码识别参数',`s=${that.data.sid}&oid=${this.data.optId}`)
const {
code,
data
......
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