|
@@ -40,46 +40,56 @@ const map = {
|
|
"test.jqbao.net": {
|
|
"test.jqbao.net": {
|
|
name: "测试云学堂",
|
|
name: "测试云学堂",
|
|
qrcodeUrl: "hnjsxt_act.png",
|
|
qrcodeUrl: "hnjsxt_act.png",
|
|
|
|
+ goodsId: "7722",
|
|
},
|
|
},
|
|
"120.79.166.78:19006": {
|
|
"120.79.166.78:19006": {
|
|
name: "广东省祥粤建设职业培训学校",
|
|
name: "广东省祥粤建设职业培训学校",
|
|
qrcodeUrl: "h_act.png",
|
|
qrcodeUrl: "h_act.png",
|
|
phone: true,
|
|
phone: true,
|
|
|
|
+ goodsId: "16370",
|
|
},
|
|
},
|
|
"h.xyyxt.net": {
|
|
"h.xyyxt.net": {
|
|
name: "广东省祥粤建设职业培训学校",
|
|
name: "广东省祥粤建设职业培训学校",
|
|
qrcodeUrl: "h_act.png",
|
|
qrcodeUrl: "h_act.png",
|
|
phone: "报名热线: 020-87085982/87085983",
|
|
phone: "报名热线: 020-87085982/87085983",
|
|
|
|
+ goodsId: "7798",
|
|
},
|
|
},
|
|
"www.hnjsxt.cn": {
|
|
"www.hnjsxt.cn": {
|
|
name: "企帮(广州)工程建设咨询服务有限公司",
|
|
name: "企帮(广州)工程建设咨询服务有限公司",
|
|
qrcodeUrl: "hnjsxt_act.png",
|
|
qrcodeUrl: "hnjsxt_act.png",
|
|
scheme: "http://",
|
|
scheme: "http://",
|
|
learnUrl: "",
|
|
learnUrl: "",
|
|
|
|
+ goodsId: "8673",
|
|
},
|
|
},
|
|
"zsh5.zzyxt.net": {
|
|
"zsh5.zzyxt.net": {
|
|
name: "中山市勘设工程咨询有限公司",
|
|
name: "中山市勘设工程咨询有限公司",
|
|
qrcodeUrl: "zsh5_act.png",
|
|
qrcodeUrl: "zsh5_act.png",
|
|
|
|
+ goodsId: "8678",
|
|
},
|
|
},
|
|
"zh5.zzyxt.net": {
|
|
"zh5.zzyxt.net": {
|
|
name: "肇庆市建筑业协会",
|
|
name: "肇庆市建筑业协会",
|
|
qrcodeUrl: "zh5_act.png",
|
|
qrcodeUrl: "zh5_act.png",
|
|
|
|
+ goodsId: "8677",
|
|
},
|
|
},
|
|
"sdyxt.gdzzkj.net": {
|
|
"sdyxt.gdzzkj.net": {
|
|
name: "佛山市顺德区市政建设工程协会",
|
|
name: "佛山市顺德区市政建设工程协会",
|
|
qrcodeUrl: "sdyxt_act.png",
|
|
qrcodeUrl: "sdyxt_act.png",
|
|
|
|
+ goodsId: "8673",
|
|
},
|
|
},
|
|
"mh5.zzyxt.net": {
|
|
"mh5.zzyxt.net": {
|
|
name: "茂名市建设培训学校",
|
|
name: "茂名市建设培训学校",
|
|
qrcodeUrl: "mh5_act.png",
|
|
qrcodeUrl: "mh5_act.png",
|
|
|
|
+ goodsId: "8679",
|
|
},
|
|
},
|
|
"sxh5.zzyxt.net": {
|
|
"sxh5.zzyxt.net": {
|
|
name: "山西晋锦建族教育咨询有限公司",
|
|
name: "山西晋锦建族教育咨询有限公司",
|
|
qrcodeUrl: "sxh5_act.png",
|
|
qrcodeUrl: "sxh5_act.png",
|
|
|
|
+ goodsId: "8676",
|
|
},
|
|
},
|
|
- "yf.zzyxt.net": {
|
|
|
|
|
|
+ "yfh5.zzyxt.net": {
|
|
name: "云浮市建筑业协会",
|
|
name: "云浮市建筑业协会",
|
|
qrcodeUrl: "yf_act.png",
|
|
qrcodeUrl: "yf_act.png",
|
|
|
|
+ goodsId: "8672",
|
|
},
|
|
},
|
|
};
|
|
};
|
|
import { actCheck } from "../../common/httpList/act";
|
|
import { actCheck } from "../../common/httpList/act";
|
|
@@ -88,7 +98,7 @@ export default {
|
|
name: "SaasMiniprogramExamact",
|
|
name: "SaasMiniprogramExamact",
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
- goodsId: "16370",
|
|
|
|
|
|
+ goodsId: "",
|
|
goodsType: "2",
|
|
goodsType: "2",
|
|
example:
|
|
example:
|
|
"http://localhost:8080/pages5/scan/examact?jump=www.hnjsxt.cn/detail/6",
|
|
"http://localhost:8080/pages5/scan/examact?jump=www.hnjsxt.cn/detail/6",
|
|
@@ -99,6 +109,7 @@ export default {
|
|
onLoad(option) {
|
|
onLoad(option) {
|
|
this.jump = option.jump;
|
|
this.jump = option.jump;
|
|
this.tenantInfo = this.backInfo();
|
|
this.tenantInfo = this.backInfo();
|
|
|
|
+ this.goodsId = this.tenantInfo.goodsId;
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
collectMerch() {
|
|
collectMerch() {
|