Ver código fonte

商品ID固定

谢杰标 2 anos atrás
pai
commit
3852244d32
1 arquivos alterados com 13 adições e 2 exclusões
  1. 13 2
      pages5/scan/examact.vue

+ 13 - 2
pages5/scan/examact.vue

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