|
@@ -65,6 +65,10 @@ export default {
|
|
async initQrcode() {
|
|
async initQrcode() {
|
|
console.log(this.qrcodeData)
|
|
console.log(this.qrcodeData)
|
|
this.qrcodePath = `${this.wwwServer}/${this.authUserId}/app/approve/club/detail?id=${this.qrcodeData.authId}`
|
|
this.qrcodePath = `${this.wwwServer}/${this.authUserId}/app/approve/club/detail?id=${this.qrcodeData.authId}`
|
|
|
|
+ if (this.authUserId === 12) {
|
|
|
|
+ this.qrcodePath = `${this.wwwServer}/${this.authUserId}/ross/approve/club/detail?id=${this.qrcodeData.authId}`
|
|
|
|
+ }
|
|
|
|
+ console.log(this.qrcodePath)
|
|
// 二维码配置
|
|
// 二维码配置
|
|
const options = {
|
|
const options = {
|
|
width: 192,
|
|
width: 192,
|
|
@@ -80,6 +84,10 @@ export default {
|
|
// 生成下载的文件
|
|
// 生成下载的文件
|
|
async createDownFile(callback) {
|
|
async createDownFile(callback) {
|
|
this.qrcodePath = `${this.wwwServer}/${this.authUserId}/app/approve/club/detail?id=${this.qrcodeData.authId}`
|
|
this.qrcodePath = `${this.wwwServer}/${this.authUserId}/app/approve/club/detail?id=${this.qrcodeData.authId}`
|
|
|
|
+ if (this.authUserId === 12) {
|
|
|
|
+ this.qrcodePath = `${this.wwwServer}/${this.authUserId}/ross/approve/club/detail?id=${this.qrcodeData.authId}`
|
|
|
|
+ }
|
|
|
|
+ console.log(this.qrcodePath)
|
|
const strHeader = this.name + '正品授权'
|
|
const strHeader = this.name + '正品授权'
|
|
const strFooter = this.qrcodeData.authParty
|
|
const strFooter = this.qrcodeData.authParty
|
|
// 生成二维码参数信息
|
|
// 生成二维码参数信息
|