Browse Source

微网站

xiaoming_global 5 years ago
parent
commit
e800d478fb

+ 1 - 8
src/api/site/site.js View File

682
 }
682
 }
683
 
683
 
684
 export function SaveActivit(id,data){
684
 export function SaveActivit(id,data){
685
+    console.log("我和我的祖国",data)
685
   return request({
686
   return request({
686
       url:"/api/site/saveactivit?id="+id,
687
       url:"/api/site/saveactivit?id="+id,
687
       method:"Post",
688
       method:"Post",
1349
     })
1350
     })
1350
 }
1351
 }
1351
 
1352
 
1352
-export function AddMagiclinkDataTwo(id,data){
1353
-    console.log("data是什么",data)
1354
-   return request({
1355
-       url:"/api/site/addmagiclinkdatatwo?id="+id,
1356
-       method:"Post",
1357
-       data:data,
1358
-   })
1359
-}

+ 1 - 0
src/scrm_pages/kefu/index.vue View File

960
   height: 100%;
960
   height: 100%;
961
   overflow: hidden;
961
   overflow: hidden;
962
   overflow-y: auto;
962
   overflow-y: auto;
963
+  /* border: solid 1px red; */
963
 }
964
 }
964
 .customer_plate .aside .customer_search {
965
 .customer_plate .aside .customer_search {
965
   margin: 0 10px;
966
   margin: 0 10px;

+ 65 - 76
src/scrm_pages/site/components/new-feature.vue View File

23
           <li @click="four = true">
23
           <li @click="four = true">
24
             <span>
24
             <span>
25
                 <img :src="new4" alt="" style="width:40px;height:40px">
25
                 <img :src="new4" alt="" style="width:40px;height:40px">
26
-                <p>名医介绍</p>  
26
+                <p>医护团队</p>  
27
               </span>  
27
               </span>  
28
           </li>
28
           </li>
29
           <li @click="five = true">
29
           <li @click="five = true">
30
             <span>
30
             <span>
31
                 <img :src="new5" alt="" style="width:40px;height:40px">
31
                 <img :src="new5" alt="" style="width:40px;height:40px">
32
-                <p class="title">科室环境</p>  
32
+                <p>医院环境</p>  
33
               </span>  
33
               </span>  
34
           </li>
34
           </li>
35
           <li @click="six = true">
35
           <li @click="six = true">
36
             <span>
36
             <span>
37
                 <img :src="new6" alt="" style="width:40px;height:40px">
37
                 <img :src="new6" alt="" style="width:40px;height:40px">
38
-                <p class="title">文章列表</p>  
38
+                <p>医院动态</p>  
39
               </span>  
39
               </span>  
40
           </li>
40
           </li>
41
           <li @click="seven = true">
41
           <li @click="seven = true">
42
             <span>
42
             <span>
43
                 <img :src="new7" alt="" style="width:40px;height:40px">
43
                 <img :src="new7" alt="" style="width:40px;height:40px">
44
-                <p class="title">活动列表</p>  
44
+                <p>医院活动</p>  
45
               </span>  
45
               </span>  
46
           </li>
46
           </li>
47
           <li @click="eight = true" >
47
           <li @click="eight = true" >
48
             <span>
48
             <span>
49
                 <img :src="new8" alt="" style="width:40px;height:40px">
49
                 <img :src="new8" alt="" style="width:40px;height:40px">
50
-                <p class="title">魔方导航</p>  
50
+                <p>魔方导航</p>  
51
               </span>  
51
               </span>  
52
           </li>
52
           </li>
53
       </ul>
53
       </ul>
561
         <el-input v-model="articeform.sort" type="number"></el-input>
561
         <el-input v-model="articeform.sort" type="number"></el-input>
562
         <p class="tips">请输入1-99的整数,数值越小,模块排序越靠前</p>
562
         <p class="tips">请输入1-99的整数,数值越小,模块排序越靠前</p>
563
       </el-form-item>
563
       </el-form-item>
564
-      <el-form-item label="文章分类: ">
564
+      <!-- <el-form-item label="文章分类: ">
565
         <el-select v-model="articeform.category"  style="width:49%;float:left;">
565
         <el-select v-model="articeform.category"  style="width:49%;float:left;">
566
             <el-option
566
             <el-option
567
                v-for="item in articeType"
567
                v-for="item in articeType"
578
          :value="item.id">         
578
          :value="item.id">         
579
          </el-option>
579
          </el-option>
580
         </el-select>
580
         </el-select>
581
-      </el-form-item>
581
+      </el-form-item> -->
582
       <el-form-item label="首页展示条数: " required prop="number">
582
       <el-form-item label="首页展示条数: " required prop="number">
583
         <el-input v-model="articeform.number"></el-input>
583
         <el-input v-model="articeform.number"></el-input>
584
         <p class="tips">请输入1-9的整数,最大数量为9</p>
584
         <p class="tips">请输入1-9的整数,最大数量为9</p>
780
 </el-dialog> 
780
 </el-dialog> 
781
 
781
 
782
 <el-dialog
782
 <el-dialog
783
-  title="设置链接地址6"
783
+  title="设置链接地址"
784
   :visible.sync="magicVisible"
784
   :visible.sync="magicVisible"
785
   width="30%"
785
   width="30%"
786
   center>
786
   center>
809
   </el-form>
809
   </el-form>
810
   <span slot="footer" class="dialog-footer">
810
   <span slot="footer" class="dialog-footer">
811
     <el-button @click="magicVisible = false">取 消</el-button>
811
     <el-button @click="magicVisible = false">取 消</el-button>
812
-    <el-button type="primary" @click="AddMagiclinkDataTwo('maclinkform');">确 定</el-button>
812
+    <el-button type="primary" @click="AddMagiclinkData('maclinkform');">确 定</el-button>
813
   </span>
813
   </span>
814
 </el-dialog>
814
 </el-dialog>
815
 
815
 
880
    getQueryDoCHead,editDoctor,saveDocInfo,deleteDoctor,AddImageslink,getEditImages,AddMagicNavi,getMagicImages,AddMarginChart,
880
    getQueryDoCHead,editDoctor,saveDocInfo,deleteDoctor,AddImageslink,getEditImages,AddMagicNavi,getMagicImages,AddMarginChart,
881
    deleteRotations,editRotationImages,updateRotionImages,addActiveform,deleteMargin,getEditImagesDetail,UpdateEditMacgin,getArticleType
881
    deleteRotations,editRotationImages,updateRotionImages,addActiveform,deleteMargin,getEditImagesDetail,UpdateEditMacgin,getArticleType
882
    ,AddArticeList,getEnImages,EditEnvirImages,AddtwoImages,deleteOfficeById,GetArticleById,GetAllActivity,AddLinkAddress,AddMagiclinkData,
882
    ,AddArticeList,getEnImages,EditEnvirImages,AddtwoImages,deleteOfficeById,GetArticleById,GetAllActivity,AddLinkAddress,AddMagiclinkData,
883
-   getMacLinkAddress,getCountImages,getAllModelTitle, GetMagicLinkAddressByID,GetRotationVisibleByLinkId,AddRotationVisibleForm,AddMagiclinkDataTwo} from '@/api/site/site'  
883
+   getMacLinkAddress,getCountImages,getAllModelTitle, GetMagicLinkAddressByID,GetRotationVisibleByLinkId,AddRotationVisibleForm} from '@/api/site/site'  
884
    import { getToken } from '@/api/qiniu'
884
    import { getToken } from '@/api/qiniu'
885
    import { getFileExtension} from '@/utils/tools'
885
    import { getFileExtension} from '@/utils/tools'
886
    import { isIP, isIPv4 } from 'net';
886
    import { isIP, isIPv4 } from 'net';
1974
          this.definetwo = false;
1974
          this.definetwo = false;
1975
          this.definethree = false;
1975
          this.definethree = false;
1976
          this.definefour = false;
1976
          this.definefour = false;
1977
-         this.maclinkform.instationlink = '';
1978
-         this.maclinkform.phone = '';
1979
-         this.maclinkform.outstationlink = '';
1980
-        
1977
+         this.maclinkform.instationlink = 0;
1978
+         this.maclinkform.phone = "";
1979
+         this.maclinkform.outstationlink = "";       
1981
        }
1980
        }
1982
-
1983
        if(id==2){
1981
        if(id==2){
1984
           this.definetwo = true;
1982
           this.definetwo = true;
1985
           this.definethree = false;
1983
           this.definethree = false;
1992
          this.definethree = true;
1990
          this.definethree = true;
1993
          this.definetwo = false;
1991
          this.definetwo = false;
1994
          this.definefour = false;
1992
          this.definefour = false;
1995
-         this.maclinkform.instationlink = ""
1993
+         this.maclinkform.instationlink = 0
1996
          this.maclinkform.outstationlink = "";
1994
          this.maclinkform.outstationlink = "";
1997
        }
1995
        }
1998
 
1996
 
2000
          this.definefour = true;
1998
          this.definefour = true;
2001
          this.definetwo = false;
1999
          this.definetwo = false;
2002
          this.definethree = false;
2000
          this.definethree = false;
2003
-         this.maclinkform.instationlink = "";
2001
+         this.maclinkform.instationlink = 0;
2004
          this.maclinkform.phone = "";
2002
          this.maclinkform.phone = "";
2005
        }
2003
        }
2006
      },
2004
      },
2278
          
2276
          
2279
         }
2277
         }
2280
      },
2278
      },
2281
-     AddMagiclinkDataTwo(formName){
2282
-         if(this.maclinkform.instationlink == ""){
2283
-                this.maclinkform.instationlink = 0;
2284
-         }
2279
+     AddMagiclinkData(formName){ 
2280
+         var instationlink =  this.maclinkform.instationlink;
2281
+         var instationlinks = parseInt(instationlink);
2282
+         this.maclinkform.instationlink = instationlinks;
2285
         this.$refs[formName].validate((valid)=>{
2283
         this.$refs[formName].validate((valid)=>{
2286
           if(valid){
2284
           if(valid){
2287
-            AddMagiclinkDataTwo(this.maclinkform).then(response=>{
2288
-              if(response.data.state == 1){
2289
-                console.log("hhehheehehehheh")
2290
-                 this.magicVisible = false;
2291
-              }
2285
+            AddMagiclinkData(this.maclinkform).then(response=>{
2286
+                if(response.data.state == 1){
2287
+                  var magiclink =  response.data.data.magiclink;
2288
+                   console.log("链接返回数据",magiclink)
2289
+                  var model =  response.data.data.model;
2290
+                  console.log("model是什么",model)
2291
+               if(model.mode_type == 1){
2292
+                    this.editmacform.marginaddress = "javascript:;";
2293
+                } 
2294
+                if(model.mode_type == 2){
2295
+                      this.editmarginform.marginaddress = "http://microweb.kuyicloud.com/#/hospitalIntroduction?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
2296
+                     
2297
+                }
2298
+                if(model.mode_type == 3){
2299
+                       this.editmarginform.marginaddress = "http://microweb.kuyicloud.com/#/officeIntroduction?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
2300
+                }
2301
+                 if(model.mode_type == 4){
2302
+                       this.editmarginform.marginaddress = "http://microweb.kuyicloud.com/#/medicalTeam?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
2303
+                }
2304
+               if(model.mode_type == 5){
2305
+                    this.editmacform.marginaddress = "javascript:;";
2306
+                }
2307
+                if(model.mode_type == 6){
2308
+                    this.editmarginform.marginaddress = "http://microweb.kuyicloud.com/#/news?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
2309
+                }
2310
+                 if(model.mode_type == 7){
2311
+                    this.editmarginform.marginaddress = "http://microweb.kuyicloud.com/#/activity?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
2312
+                }
2313
+                if(model.mode_type == 8){
2314
+                  this.editmacform.marginaddress = "javascript:;";
2315
+                }
2316
+
2317
+                  if(magiclink.linktype ==3 && magiclink.phone != ""){
2318
+                     this.editmacform.marginaddress =  magiclink.phone;
2319
+                  }
2320
+
2321
+                  if(magiclink.linktype == 4 && magiclink.outstationlink != ""){
2322
+                     this.editmacform.marginaddress =  magiclink.outstationlink;
2323
+                  }
2324
+                 this.editmarginform.linkid =  magiclink.id
2325
+                  this.maclinkform.instationlink = "";
2326
+                  this.maclinkform.phone = "";
2327
+                  this.maclinkform.outstationlink = "";
2328
+                   this.magicVisible = false;
2329
+                 
2330
+                }
2292
             })
2331
             })
2293
           }
2332
           }
2294
         })
2333
         })
2295
      },
2334
      },
2296
-
2297
-    //  AddMagiclinkData(formName){ 
2298
-    //     this.$refs[formName].validate((valid)=>{
2299
-    //       if(valid){
2300
-    //        if(this.maclinkform.instationlink == ""){
2301
-    //         this.maclinkform.instationlink = 0;
2302
-    //      }
2303
-    //      var instationlink =  this.maclinkform.instationlink;
2304
-    //      var instationlinks = parseInt(instationlink);
2305
-    //      this.maclinkform.instationlink = instationlinks;
2306
-    //         AddMagiclinkData(this.maclinkform).then(response=>{
2307
-    //             if(response.data.state == 1){
2308
-    //                 this.magicVisible = false;
2309
-    //               var magiclink =  response.data.data.magiclink;
2310
-    //                console.log("链接返回数据",magiclink)
2311
-    //               var model =  response.data.data.model;
2312
-    //               console.log("model是什么",model)
2313
-    //            if(model.mode_type == 1){
2314
-    //                 this.editmacform.marginaddress = "javascript:;";
2315
-    //             } 
2316
-    //             if(model.mode_type == 2){
2317
-    //                   this.editmarginform.marginaddress = "http://microweb.kuyicloud.com/#/hospitalIntroduction?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
2318
-    //             }
2319
-    //             if(model.mode_type == 3){
2320
-    //                    this.editmarginform.marginaddress = "http://microweb.kuyicloud.com/#/officeIntroduction?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
2321
-    //             }
2322
-    //              if(model.mode_type == 4){
2323
-    //                    this.editmarginform.marginaddress = "http://microweb.kuyicloud.com/#/medicalTeam?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
2324
-    //             }
2325
-    //            if(model.mode_type == 5){
2326
-    //                 this.editmacform.marginaddress = "javascript:;";
2327
-    //             }
2328
-    //             if(model.mode_type == 6){
2329
-    //                 this.editmarginform.marginaddress = "http://microweb.kuyicloud.com/#/news?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
2330
-    //             }
2331
-    //              if(model.mode_type == 7){
2332
-    //                 this.editmarginform.marginaddress = "http://microweb.kuyicloud.com/#/activity?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
2333
-    //             }
2334
-    //             if(model.mode_type == 8){
2335
-    //               this.editmacform.marginaddress = "javascript:;";
2336
-    //             }
2337
-    //              this.editmarginform.linkid =  magiclink.id
2338
-    //               this.maclinkform.instationlink = "";
2339
-    //               this.maclinkform.phone = "";
2340
-    //               this.maclinkform.outstationlink = "";
2341
-    //             }
2342
-    //         })
2343
-    //       }
2344
-    //     })
2345
-    //  },
2346
      getMacLinkAddress(){
2335
      getMacLinkAddress(){
2347
        getMacLinkAddress().then(response=>{
2336
        getMacLinkAddress().then(response=>{
2348
           if(response.data.state ==1){
2337
           if(response.data.state ==1){

+ 7 - 8
src/scrm_pages/site/index.vue View File

60
       crumbs: [{ path: false, name: "微网站" }],
60
       crumbs: [{ path: false, name: "微网站" }],
61
       codeImg: require("../../assets/home/wei.jpg"),
61
       codeImg: require("../../assets/home/wei.jpg"),
62
       usreOrgID: "",
62
       usreOrgID: "",
63
-      // url:"http://microweb.kuyicloud.com/#/microHome?orgid="+this.$store.getters.xt_user.org_id,
64
-      url:
65
-        "http://jk.test.sgjyun.com/#/microHome?orgid=" +
66
-        this.$store.getters.xt_user.org_id
63
+       url:"http://microweb.kuyicloud.com/#/microHome?orgid="+this.$store.getters.xt_user.org_id,
64
+      // url:
65
+        // "http://jk.test.sgjyun.com/#/microHome?orgid=" +  this.$store.getters.xt_user.org_id
67
       // url:"http://microweb.kuyicloud.com/#/microHome?orgid=3877",
66
       // url:"http://microweb.kuyicloud.com/#/microHome?orgid=3877",
68
     };
67
     };
69
   },
68
   },
72
       let qrcode = new QRCode("qrcode", {
71
       let qrcode = new QRCode("qrcode", {
73
         width: 100,
72
         width: 100,
74
         height: 100, // 高度
73
         height: 100, // 高度
75
-        // text: 'http://microweb.kuyicloud.com/#/microHome?orgid='+this.$store.getters.xt_user.org_id // 二维码内容
76
-        text:
77
-          "http://jk.test.sgjyun.com/#/microHome?orgid=" +
78
-          this.$store.getters.xt_user.org_id // 二维码内容
74
+         text: 'http://microweb.kuyicloud.com/#/microHome?orgid='+this.$store.getters.xt_user.org_id // 二维码内容
75
+        // text:
76
+          // "http://jk.test.sgjyun.com/#/microHome?orgid=" +
77
+          // this.$store.getters.xt_user.org_id // 二维码内容
79
         // render: 'canvas' // 设置渲染方式(有两种方式 table和canvas,默认是canvas)
78
         // render: 'canvas' // 设置渲染方式(有两种方式 table和canvas,默认是canvas)
80
         // background: '#f0f'
79
         // background: '#f0f'
81
         // foreground: '#ff0'
80
         // foreground: '#ff0'

+ 121 - 72
src/scrm_pages/site/preview.vue View File

620
                        :visible.sync="ArticleVisible"
620
                        :visible.sync="ArticleVisible"
621
                         width="30%"
621
                         width="30%"
622
                         center>
622
                         center>
623
-                       <el-form ref="articeform" :model="articeform" label-width="110px">
624
-                         <el-form-item label="文章标题:">
623
+                       <el-form ref="articeform" :model="articeform" label-width="110px" :rules="rules">
624
+                         <el-form-item label="文章标题:" required prop="title">
625
                            <el-input v-model="articeform.title"></el-input>
625
                            <el-input v-model="articeform.title"></el-input>
626
                          </el-form-item>
626
                          </el-form-item>
627
-                         <el-form-item label="排序值:">
627
+                         <el-form-item label="排序值:" required prop="sort">
628
                             <el-input v-model="articeform.sort" type="number"></el-input>
628
                             <el-input v-model="articeform.sort" type="number"></el-input>
629
+                             <p class="tips">请输入1-99的整数,数值越小,模块排序越靠前</p>
629
                          </el-form-item>
630
                          </el-form-item>
630
-                         <el-form-item label="文章分类:">
631
-                           <el-select v-model="articeform.category"  style="width:49%;float:left;">
632
-                             <el-option
633
-                               v-for="item in articeType"
634
-                               :key="item.id"
635
-                               :label="item.name"
636
-                               :value="item.id">
637
-                            </el-option>
638
-                        </el-select>
639
-                        <el-select v-model="articeform.categoryone" style="width:49%;float:right;">
640
-                           <el-option
641
-                              v-for="item in articeTypelist"
642
-                              :key="item.id"
643
-                              :label="item.name"
644
-                              :value="item.id">
645
-                          </el-option>
646
-                         </el-select>
647
-                       </el-form-item>
648
-                       <el-form-item label="展示条数:">
631
+                       <el-form-item label="首页展示条数:" required prop="number">
649
                          <el-input v-model="articeform.number"></el-input>
632
                          <el-input v-model="articeform.number"></el-input>
633
+                         <p class="tips">请输入1-9的整数,最大数量为9</p>
650
                        </el-form-item>
634
                        </el-form-item>
651
                        </el-form>
635
                        </el-form>
652
                        <span slot="footer" class="dialog-footer">
636
                        <span slot="footer" class="dialog-footer">
658
                      <el-dialog
642
                      <el-dialog
659
                        title="编辑活动列表"
643
                        title="编辑活动列表"
660
                        :visible.sync="activityVisible"
644
                        :visible.sync="activityVisible"
661
-                        width="30%"
645
+                        width="32%"
662
                         center>
646
                         center>
663
-                       <el-form label-width="100px" model="activitform" ref="activitform">
664
-                          <el-form-item label="模块标题:">
647
+                       <el-form label-width="110px" :model="activitform" ref="activitform" :rules="rules">
648
+                          <el-form-item label="模块标题:" required prop="title">
665
                              <el-input v-model="activitform.title"></el-input>
649
                              <el-input v-model="activitform.title"></el-input>
666
                           </el-form-item>
650
                           </el-form-item>
667
-                          <el-form-item label="排序:">
651
+                          <el-form-item label="排序:" required prop="sort">
668
                             <el-input v-model="activitform.sort"></el-input>
652
                             <el-input v-model="activitform.sort"></el-input>
669
                           </el-form-item>
653
                           </el-form-item>
670
-                          <el-form-item label="首页展示条数:">
654
+                          <el-form-item label="首页展示条数:" required prop="number">
671
                             <el-input v-model="activitform.number"></el-input>
655
                             <el-input v-model="activitform.number"></el-input>
672
                           </el-form-item>
656
                           </el-form-item>
673
                        </el-form>
657
                        </el-form>
1480
                                       <div class="img">
1464
                                       <div class="img">
1481
                                          <img :src="it.imgs" style="width:100%;height:100%" alt />
1465
                                          <img :src="it.imgs" style="width:100%;height:100%" alt />
1482
                                       </div>
1466
                                       </div>
1483
-                                         <div class="detail">
1467
+                                         <div class="detail" v-if="it.title != ''">
1484
                                           <p class="detailTitle">{{it.title}}</p>
1468
                                           <p class="detailTitle">{{it.title}}</p>
1485
                                      <!-- <p class="detailMessage"></p> -->
1469
                                      <!-- <p class="detailMessage"></p> -->
1486
-                                           </div>
1470
+                                          </div>
1471
+                                             <div class="detail" v-else-if="it.title ==''">
1472
+                                               <div class="noImg">
1473
+                                                 <img src="../../../static/images/none2.png" alt />
1474
+                                               </div>
1475
+                                             </div>
1487
                                      </div>
1476
                                      </div>
1488
                                 </div>
1477
                                 </div>
1489
                               </div>
1478
                               </div>
1501
                                         </div>
1490
                                         </div>
1502
                                        </div>
1491
                                        </div>
1503
                                    <div class="commonBox">
1492
                                    <div class="commonBox">
1504
-                                     <div class="commonMessage" v-html="item.Hospitals.introduction"></div>
1505
-                                     </div>
1493
+                                     <div class="commonMessage" v-html="item.Hospitals.introduction" v-if="item.Hospitals.introduction != ''"></div>
1494
+                                      <div class="noImg"  v-else-if="item.Hospitals.introduction == ''">
1495
+                                          <img src="../../../static/images/none2.png" alt/>
1496
+                                      </div>
1497
+                                   </div>
1506
                                   </div>
1498
                                   </div>
1507
 
1499
 
1508
                                      <!-- 科室介绍 -->
1500
                                      <!-- 科室介绍 -->
1519
                                              </div>
1511
                                              </div>
1520
                                               <div class="commonBox">
1512
                                               <div class="commonBox">
1521
          
1513
          
1522
-                                              <div class="commonMessage" v-html="item.Offices.introduction"></div>
1514
+                                                <div class="commonMessage" v-html="item.Offices.introduction" v-if="item.Offices.introduction!=''"></div>
1515
+                                                 <div class="noImg"  v-else-if="item.Offices.introduction == ''">
1516
+                                                     <img src="../../../static/images/none2.png" alt/>
1517
+                                                 </div>
1523
                                              </div>
1518
                                              </div>
1524
                                             </div>
1519
                                             </div>
1525
 
1520
 
1540
                                                   <div class="img">
1535
                                                   <div class="img">
1541
                                                    <img :src="doc.dochead" style="width:100%;height:100%" alt />
1536
                                                    <img :src="doc.dochead" style="width:100%;height:100%" alt />
1542
                                                  </div>
1537
                                                  </div>
1543
-                                                <div class="detail">
1538
+                                                <div class="detail" v-if="doc.docintroduction != ''">
1544
                                                  <p class="detailTitle">{{doc.doc_name}}</p>
1539
                                                  <p class="detailTitle">{{doc.doc_name}}</p>
1545
-                                               <p class="detailMessage" v-html="doc.docintroduction"></p>
1546
-                                           </div>
1540
+                                                <p class="detailMessage" v-html="doc.docintroduction"></p>
1541
+                                               </div>
1542
+                                                <div class="detail" v-else-if="doc.docintroduction == ''">
1543
+                                                    <div class="noImg">
1544
+                                                      <img src="../../../static/images/none2.png" alt />
1545
+                                                      </div>
1546
+                                                 </div>
1547
                                           </div>    
1547
                                           </div>    
1548
                                          </div>
1548
                                          </div>
1549
                                        </div>
1549
                                        </div>
1582
                                                <div class="img">
1582
                                                <div class="img">
1583
                                                  <img :src="it.poster_photo" style="widht:100%;height:100%" alt />
1583
                                                  <img :src="it.poster_photo" style="widht:100%;height:100%" alt />
1584
                                                       </div>
1584
                                                       </div>
1585
-                                                <div class="detail">
1585
+                                                <div class="detail" v-if="it.title !=''">
1586
                                                 <p class="detailTitle">{{it.title}}</p>
1586
                                                 <p class="detailTitle">{{it.title}}</p>
1587
                                                 </div>
1587
                                                 </div>
1588
+                                                 <div class="detail" v-else-if="it.title == ''">
1589
+                                                    <div class="noImg">
1590
+                                                      <img src="../../../static/images/none2.png" alt />
1591
+                                                      </div>
1592
+                                                 </div>
1588
                                                 </div>
1593
                                                 </div>
1589
                                                </div>
1594
                                                </div>
1590
                                               </div>
1595
                                               </div>
1604
                                      <div><span>{{item.title}}:&nbsp;&nbsp;{{item.Hosaddress.address}}</span></div>
1609
                                      <div><span>{{item.title}}:&nbsp;&nbsp;{{item.Hosaddress.address}}</span></div>
1605
                                   </div>
1610
                                   </div>
1606
                                   <div  v-if="item.mode_type == 3">
1611
                                   <div  v-if="item.mode_type == 3">
1607
-                                    <div class="oldmodeone" v-for="it in Connectways" :key="it.id">
1612
+                                    <div v-for="it in Connectways" :key="it.id">
1608
                                        <span>{{it.title}}:&nbsp;&nbsp;{{it.content}}</span><br>
1613
                                        <span>{{it.title}}:&nbsp;&nbsp;{{it.content}}</span><br>
1609
                                       </div>
1614
                                       </div>
1610
                                    </div>
1615
                                    </div>
1793
                  <div class="macgic">
1798
                  <div class="macgic">
1794
                    <div class="macgicone" v-for="item in this.navigationdatatwo" :key="item.id">
1799
                    <div class="macgicone" v-for="item in this.navigationdatatwo" :key="item.id">
1795
                      <div class="macgicfive">
1800
                      <div class="macgicfive">
1796
-                         <img :src="item.navimages" style="width:30px; height:30px">
1801
+                         <img :src="item.nonavimages" style="width:30px; height:30px">
1797
                      </div>
1802
                      </div>
1798
                      <div class="macgicsix">
1803
                      <div class="macgicsix">
1799
                          {{item.navtitle}}
1804
                          {{item.navtitle}}
1941
 import { truncateSync } from 'fs';
1946
 import { truncateSync } from 'fs';
1942
 import { isAbsolute } from 'path';
1947
 import { isAbsolute } from 'path';
1943
 import { stringify } from 'querystring';
1948
 import { stringify } from 'querystring';
1944
-import {checkNumber,uParseTime} from "@/utils/tools";
1949
+import {checkNumber,uParseTime,checkSort} from "@/utils/tools";
1945
 export default {
1950
 export default {
1946
   name: "preview",
1951
   name: "preview",
1947
   components: {
1952
   components: {
1960
                callback();
1965
                callback();
1961
              }
1966
              }
1962
       };
1967
       };
1968
+     
1969
+     
1970
+     var checkSortRule = (rule,value,callback)=>{
1971
+       if(!checkSort(value)){
1972
+          callback(new Error('请输入1-9的整数'));
1973
+       }else{
1974
+         callback();
1975
+       }
1976
+     } 
1963
 
1977
 
1964
     return {
1978
     return {
1965
        radio:3,
1979
        radio:3,
2389
          piclink:[{required:true,message:"请选择图片链接"}],
2403
          piclink:[{required:true,message:"请选择图片链接"}],
2390
          doc_name:[{required:true,message:"请编辑医生姓名"}],
2404
          doc_name:[{required:true,message:"请编辑医生姓名"}],
2391
          defineaddress:[{required:true,message:"请填写站外地址"}],
2405
          defineaddress:[{required:true,message:"请填写站外地址"}],
2406
+         number:[{required:true,message:"请填写活动条数"},{validator:checkSortRule}],      
2392
       },
2407
       },
2393
         keData: { token: '' ,key: ''},
2408
         keData: { token: '' ,key: ''},
2394
         navigationdata:[],
2409
         navigationdata:[],
3424
          },
3439
          },
3425
 
3440
 
3426
       editModelByID(id,modetype,index){
3441
       editModelByID(id,modetype,index){
3427
-        
3428
          if(modetype == 1){
3442
          if(modetype == 1){
3429
            this.adddialogVisible = true;
3443
            this.adddialogVisible = true;
3430
            geteditRotationImages(id,this.addform).then(response=>{
3444
            geteditRotationImages(id,this.addform).then(response=>{
3492
 
3506
 
3493
         if(modetype == 6){
3507
         if(modetype == 6){
3494
             this.ArticleVisible = true;
3508
             this.ArticleVisible = true;
3509
+            console.log("id是说的",id)
3495
             editGetArticlistDetail(id).then(response=>{
3510
             editGetArticlistDetail(id).then(response=>{
3496
                 if(response.data.state == 1){
3511
                 if(response.data.state == 1){
3497
                   var articlelist =  response.data.data.articlelist;
3512
                   var articlelist =  response.data.data.articlelist;
3498
                   this.articeform =  response.data.data.articlelist;
3513
                   this.articeform =  response.data.data.articlelist;
3514
+                  console.log("articlelist",articlelist)
3515
+
3499
                 }
3516
                 }
3500
             })
3517
             })
3501
         }
3518
         }
4463
       let qrcode = new QRCode('qrcode', {
4480
       let qrcode = new QRCode('qrcode', {
4464
         width: 100,
4481
         width: 100,
4465
         height: 100, // 高度
4482
         height: 100, // 高度
4466
-        // text:'http://microweb.kuyicloud.com/#/microHome?orgid='+this.$store.getters.xt_user.org_id, // 二维码内容
4467
-         text:'http://jk.test.sgjyun.com/#/microHome?orgid='+this.$store.getters.xt_user.org_id, // 二维码内容
4483
+         text:'http://microweb.kuyicloud.com/#/microHome?orgid='+this.$store.getters.xt_user.org_id, // 二维码内容
4484
+        //  text:'http://jk.test.sgjyun.com/#/microHome?orgid='+this.$store.getters.xt_user.org_id, // 二维码内容
4468
 
4485
 
4469
       })
4486
       })
4470
       console.log(qrcode)
4487
       console.log(qrcode)
4753
       getLikeMacAddressById(id,this.linkform).then(response=>{
4770
       getLikeMacAddressById(id,this.linkform).then(response=>{
4754
          if(response.data.state ==1){
4771
          if(response.data.state ==1){
4755
            var magiclink =   response.data.data.magiclink;
4772
            var magiclink =   response.data.data.magiclink;
4756
-           this.linkformfive =   response.data.data.magiclink;
4773
+           if(magiclink.linktype == 2){
4774
+             this.definetwo = true;
4775
+           }
4776
+           if(magiclink.linktype ==3){
4777
+             this.definethree = true;
4778
+           }
4779
+           if(magiclink.linktype == 4){
4780
+             this.definefour = true;
4781
+           }
4782
+           this.linkformfive =  magiclink;
4757
            console.log("中秋快乐",magiclink)
4783
            console.log("中秋快乐",magiclink)
4784
+
4758
          }
4785
          }
4759
       })
4786
       })
4760
     },
4787
     },
4807
                   //  this.editmacform.marginaddress = "http://microweb.kuyicloud.com/#/hospitalIntroduction?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
4834
                   //  this.editmacform.marginaddress = "http://microweb.kuyicloud.com/#/hospitalIntroduction?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
4808
                 } 
4835
                 } 
4809
                 if(model.mode_type == 2){
4836
                 if(model.mode_type == 2){
4810
-                      // this.editmacform.marginaddress = "http://microweb.kuyicloud.com/#/hospitalIntroduction?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
4811
-                      this.editmacform.marginaddress = "http://jk.test.sgjyun.com/#/hospitalIntroduction?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
4837
+                       this.editmacform.marginaddress = "http://microweb.kuyicloud.com/#/hospitalIntroduction?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
4838
+                      // this.editmacform.marginaddress = "http://jk.test.sgjyun.com/#/hospitalIntroduction?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
4812
                 }
4839
                 }
4813
                 if(model.mode_type == 3){
4840
                 if(model.mode_type == 3){
4814
-                      //  this.editmacform.marginaddress = "http://microweb.kuyicloud.com/#/officeIntroduction?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
4815
-                       this.editmacform.marginaddress = "http://jk.test.sgjyun.com/#/officeIntroduction?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
4841
+                      this.editmacform.marginaddress = "http://microweb.kuyicloud.com/#/officeIntroduction?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
4842
+                      //  this.editmacform.marginaddress = "http://jk.test.sgjyun.com/#/officeIntroduction?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
4816
                 }
4843
                 }
4817
                  if(model.mode_type == 4){
4844
                  if(model.mode_type == 4){
4818
-                      //  this.editmacform.marginaddress = "http://microweb.kuyicloud.com/#/medicalTeam?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
4819
-                       this.editmacform.marginaddress = "http:/jk.test.sgjyun.com/#/medicalTeam?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
4845
+                      this.editmacform.marginaddress = "http://microweb.kuyicloud.com/#/medicalTeam?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
4846
+                      //  this.editmacform.marginaddress = "http://jk.test.sgjyun.com/#/medicalTeam?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
4820
                 }
4847
                 }
4821
                if(model.mode_type == 5){
4848
                if(model.mode_type == 5){
4822
-                      //  this.editmacform.marginaddress = "http://microweb.kuyicloud.com/#/medicalTeam?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
4849
+                      // this.editmacform.marginaddress = "http://jk.test.sgjyun.com/#/departmentEnvironment?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
4850
+                        this.editmacform.marginaddress = "http://microweb.kuyicloud.com/#/medicalTeam?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
4823
                 }
4851
                 }
4824
                 if(model.mode_type == 6){
4852
                 if(model.mode_type == 6){
4825
-                    // this.editmacform.marginaddress = "http://microweb.kuyicloud.com/#/news?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
4826
-                    this.editmacform.marginaddress = "http://jk.test.sgjyun.com/#/news?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
4853
+                     this.editmacform.marginaddress = "http://microweb.kuyicloud.com/#/news?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
4854
+                    // this.editmacform.marginaddress = "http://jk.test.sgjyun.com/#/news?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
4827
                 }
4855
                 }
4828
                  if(model.mode_type == 7){
4856
                  if(model.mode_type == 7){
4829
-                    // this.editmacform.marginaddress = "http://microweb.kuyicloud.com/#/activity?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
4830
-                    this.editmacform.marginaddress = "http://jk.test.sgjyun.com/#/activity?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
4857
+                     this.editmacform.marginaddress = "http://microweb.kuyicloud.com/#/activity?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
4858
+                    // this.editmacform.marginaddress = "http://jk.test.sgjyun.com/#/activity?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
4831
                 }
4859
                 }
4832
                 if(model.mode_type == 8){
4860
                 if(model.mode_type == 8){
4833
                     // this.editmacform.marginaddress = "http://microweb.kuyicloud.com/#/medicalTeam?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
4861
                     // this.editmacform.marginaddress = "http://microweb.kuyicloud.com/#/medicalTeam?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
4860
                   //  this.editmacform.marginaddress = "http://microweb.kuyicloud.com/#/hospitalIntroduction?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
4888
                   //  this.editmacform.marginaddress = "http://microweb.kuyicloud.com/#/hospitalIntroduction?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
4861
                 } 
4889
                 } 
4862
                 if(model.mode_type == 2){
4890
                 if(model.mode_type == 2){
4863
-                      // this.macgicform.linkaddress = "http://microweb.kuyicloud.com/#/hospitalIntroduction?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
4864
-                      this.macgicform.linkaddress = "http://jk.test.sgjyun.com/#/hospitalIntroduction?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
4891
+                       this.macgicform.linkaddress = "http://microweb.kuyicloud.com/#/hospitalIntroduction?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
4892
+                      // this.macgicform.linkaddress = "http://jk.test.sgjyun.com/#/hospitalIntroduction?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
4865
                 }
4893
                 }
4866
                 if(model.mode_type == 3){
4894
                 if(model.mode_type == 3){
4867
-                      //  this.macgicform.linkaddress = "http://microweb.kuyicloud.com/#/officeIntroduction?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
4868
-                       this.macgicform.linkaddress = "http://jk.test.sgjyun.com/#/officeIntroduction?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
4895
+                        this.macgicform.linkaddress = "http://microweb.kuyicloud.com/#/officeIntroduction?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
4896
+                      //  this.macgicform.linkaddress = "http://jk.test.sgjyun.com/#/officeIntroduction?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
4869
                 }
4897
                 }
4870
                  if(model.mode_type == 4){
4898
                  if(model.mode_type == 4){
4871
-                      //  this.macgicform.linkaddress = "http://microweb.kuyicloud.com/#/medicalTeam?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
4872
-                       this.macgicform.linkaddress = "http://jk.test.sgjyun.com/#/medicalTeam?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
4899
+                       this.macgicform.linkaddress = "http://microweb.kuyicloud.com/#/medicalTeam?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
4900
+                      //  this.macgicform.linkaddress = "http://jk.test.sgjyun.com/#/medicalTeam?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
4873
                 }
4901
                 }
4874
                if(model.mode_type == 5){
4902
                if(model.mode_type == 5){
4903
+                        this.editmacform.marginaddress = "http://microweb.kuyicloud.com/#/departmentEnvironment?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
4875
                       //  this.editmacform.marginaddress = "http://microweb.kuyicloud.com/#/medicalTeam?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
4904
                       //  this.editmacform.marginaddress = "http://microweb.kuyicloud.com/#/medicalTeam?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
4876
                 }
4905
                 }
4877
                 if(model.mode_type == 6){
4906
                 if(model.mode_type == 6){
4878
-                    // this.macgicform.linkaddress = "http://microweb.kuyicloud.com/#/news?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
4879
-                    this.macgicform.linkaddress = "http://jk.test.sgjyun.com/#/news?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
4907
+                     this.macgicform.linkaddress = "http://microweb.kuyicloud.com/#/news?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
4908
+                    // this.macgicform.linkaddress = "http://jk.test.sgjyun.com/#/news?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
4880
                 }
4909
                 }
4881
                  if(model.mode_type == 7){
4910
                  if(model.mode_type == 7){
4882
-                    // this.macgicform.linkaddress = "http://microweb.kuyicloud.com/#/activity?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
4883
-                    this.macgicform.linkaddress = "http://jk.test.sgjyun.com/#/activity?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
4911
+                     this.macgicform.linkaddress = "http://microweb.kuyicloud.com/#/activity?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
4912
+                    // this.macgicform.linkaddress = "http://jk.test.sgjyun.com/#/activity?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
4884
                 }
4913
                 }
4885
                 if(model.mode_type == 8){
4914
                 if(model.mode_type == 8){
4886
                     // this.editmacform.marginaddress = "http://microweb.kuyicloud.com/#/medicalTeam?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
4915
                     // this.editmacform.marginaddress = "http://microweb.kuyicloud.com/#/medicalTeam?id="+model.id+"&orgid="+this.$store.getters.xt_user.org_id;
4928
        }
4957
        }
4929
 
4958
 
4930
       if(this.navigationlinkform.navitionlinktype == 1){
4959
       if(this.navigationlinkform.navitionlinktype == 1){
4931
-          //  this.navigationlinkform.linkaddress = "http://microweb.kuyicloud.com/#/microHome?orgid="+this.$store.getters.xt_user.org_id;
4932
-           this.navigationlinkform.linkaddress = "http://jk.test.sgjyun.com/#/microHome?orgid="+this.$store.getters.xt_user.org_id;
4960
+            this.navigationlinkform.linkaddress = "http://microweb.kuyicloud.com/#/microHome?orgid="+this.$store.getters.xt_user.org_id;
4961
+          //  this.navigationlinkform.linkaddress = "http://jk.test.sgjyun.com/#/microHome?orgid="+this.$store.getters.xt_user.org_id;
4933
       }
4962
       }
4934
       if(this.navigationlinkform.navitionlinktype == 2){
4963
       if(this.navigationlinkform.navitionlinktype == 2){
4935
           this.navigationlinkform.linkaddress = "http://shop.kuyicloud.com/app/index.php?i=2&c=entry&m=ewei_shopv2&do=mobile&fxtoken=bdc5659cbd1bd67baa9af215b0d6ae4c&fxorgid=3877&timestamp=1571050598&fxadmin=185&wxref=mp.weixin.qq.com#wechat_redirect";
4964
           this.navigationlinkform.linkaddress = "http://shop.kuyicloud.com/app/index.php?i=2&c=entry&m=ewei_shopv2&do=mobile&fxtoken=bdc5659cbd1bd67baa9af215b0d6ae4c&fxorgid=3877&timestamp=1571050598&fxadmin=185&wxref=mp.weixin.qq.com#wechat_redirect";
4936
       }
4965
       }
4937
       if(this.navigationlinkform.navitionlinktype == 3){
4966
       if(this.navigationlinkform.navitionlinktype == 3){
4938
-        //  this.navigationlinkform.linkaddress = "http://microweb.kuyicloud.com/#/contactus?orgid="+this.$store.getters.xt_user.org_id;
4939
-         this.navigationlinkform.linkaddress = "http://jk.test.sgjyun.com/#/contactus?orgid="+this.$store.getters.xt_user.org_id;
4967
+          this.navigationlinkform.linkaddress = "http://microweb.kuyicloud.com/#/contactus?orgid="+this.$store.getters.xt_user.org_id;
4968
+        //  this.navigationlinkform.linkaddress = "http://jk.test.sgjyun.com/#/contactus?orgid="+this.$store.getters.xt_user.org_id;
4940
       }
4969
       }
4941
      this.$refs[formName].validate((valid)=>{
4970
      this.$refs[formName].validate((valid)=>{
4942
        if(valid){
4971
        if(valid){
5005
          this.editnavigationlinkform.navitionlinktype = navigationlinktypes;
5034
          this.editnavigationlinkform.navitionlinktype = navigationlinktypes;
5006
 
5035
 
5007
          if(this.editnavigationlinkform.navitionlinktype == 1){
5036
          if(this.editnavigationlinkform.navitionlinktype == 1){
5008
-            // this.editnavigationlinkform.linkaddress = "http://microweb.kuyicloud.com/#/microHome?orgid="+this.$store.getters.xt_user.org_id;
5009
-             this.editnavigationlinkform.linkaddress = "http://jk.test.sgjyun.com/#/microHome?orgid="+this.$store.getters.xt_user.org_id;
5037
+             this.editnavigationlinkform.linkaddress = "http://microweb.kuyicloud.com/#/microHome?orgid="+this.$store.getters.xt_user.org_id;
5038
+            //  this.editnavigationlinkform.linkaddress = "http://jk.test.sgjyun.com/#/microHome?orgid="+this.$store.getters.xt_user.org_id;
5010
          }
5039
          }
5011
          if(this.editnavigationlinkform.navitionlinktype == 2){
5040
          if(this.editnavigationlinkform.navitionlinktype == 2){
5012
             this.editnavigationlinkform.linkaddress = "http://shop.kuyicloud.com/app/index.php?i=2&c=entry&m=ewei_shopv2&do=mobile&fxtoken=bdc5659cbd1bd67baa9af215b0d6ae4c&fxorgid=3877&timestamp=1571050598&fxadmin=185&wxref=mp.weixin.qq.com#wechat_redirect";
5041
             this.editnavigationlinkform.linkaddress = "http://shop.kuyicloud.com/app/index.php?i=2&c=entry&m=ewei_shopv2&do=mobile&fxtoken=bdc5659cbd1bd67baa9af215b0d6ae4c&fxorgid=3877&timestamp=1571050598&fxadmin=185&wxref=mp.weixin.qq.com#wechat_redirect";
5013
             // this.editnavigationlinkform.linkaddress = "http://shop.kuyicloud.com/app/index.php?i=2&c=entry&m=ewei_shopv2&do=mobile&fxtoken=bdc5659cbd1bd67baa9af215b0d6ae4c&fxorgid=3877&timestamp=1571050598&fxadmin=185&wxref=mp.weixin.qq.com#wechat_redirect";
5042
             // this.editnavigationlinkform.linkaddress = "http://shop.kuyicloud.com/app/index.php?i=2&c=entry&m=ewei_shopv2&do=mobile&fxtoken=bdc5659cbd1bd67baa9af215b0d6ae4c&fxorgid=3877&timestamp=1571050598&fxadmin=185&wxref=mp.weixin.qq.com#wechat_redirect";
5014
          }
5043
          }
5015
          if(this.editnavigationlinkform.navitionlinktype == 3){
5044
          if(this.editnavigationlinkform.navitionlinktype == 3){
5016
-          //  this.editnavigationlinkform.linkaddress = "http://microweb.kuyicloud.com/#//contact?orgid="+this.$store.getters.xt_user.org_id;
5017
-           this.editnavigationlinkform.linkaddress = "http://jk.test.sgjyun.com/#//contact?orgid="+this.$store.getters.xt_user.org_id;
5045
+            this.editnavigationlinkform.linkaddress = "http://microweb.kuyicloud.com/#//contact?orgid="+this.$store.getters.xt_user.org_id;
5046
+          //  this.editnavigationlinkform.linkaddress = "http://jk.test.sgjyun.com/#//contact?orgid="+this.$store.getters.xt_user.org_id;
5018
          }
5047
          }
5019
 
5048
 
5020
         
5049
         
5266
     this.GetAllActivity();
5295
     this.GetAllActivity();
5267
     this.GetNavigationData();
5296
     this.GetNavigationData();
5268
     this.getAllModelTitle();
5297
     this.getAllModelTitle();
5298
+    // this.getData();
5269
     },
5299
     },
5270
     // updated(){
5300
     // updated(){
5271
     //    let obj = document.getElementById('content');
5301
     //    let obj = document.getElementById('content');
6800
       -webkit-box-orient: vertical;
6830
       -webkit-box-orient: vertical;
6801
       // border: solid 1px red;
6831
       // border: solid 1px red;
6802
     }
6832
     }
6833
+     .noImg {
6834
+      width: 6.25rem;
6835
+      height: 6.25rem;
6836
+      margin: 0 auto;
6837
+      img {
6838
+        width: 6.25rem;
6839
+        height: 6.25rem;
6840
+      }
6841
+    }
6842
+
6803
   }
6843
   }
6804
   // border: solid 1px red;
6844
   // border: solid 1px red;
6805
 }
6845
 }
6817
     padding: 1.125rem 1.3125rem 1.3125rem 1.3125rem;
6857
     padding: 1.125rem 1.3125rem 1.3125rem 1.3125rem;
6818
     overflow: hidden;
6858
     overflow: hidden;
6819
     text-overflow: ellipsis;
6859
     text-overflow: ellipsis;
6860
+     .noImg {
6861
+      width: 6.25rem;
6862
+      height: 6.25rem;
6863
+      margin: 0 auto;
6864
+      img {
6865
+        width: 6.25rem;
6866
+        height: 6.25rem;
6867
+      }
6868
+    }
6820
   }
6869
   }
6821
   .commonImg {
6870
   .commonImg {
6822
     width: 18.4375rem;
6871
     width: 18.4375rem;

BIN
static/images/none2.png View File