Browse Source

1、发展团队页面bug修复;2、cbmls改为优铺商办

liutielin 3 years ago
parent
commit
9be6fbf45e

+ 3 - 3
index.html

@@ -6,9 +6,9 @@
     <meta name="format-detection" content="telephone=yes"/>
     <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport"/>
     <meta name="format-detection" content="telephone=yes"/>
-    <title>优铺中国商办联卖联租平台(CBMLS)</title>
-    <meta name="keywords" content="商铺出售、商铺出租、写字楼出售、写字楼出租、中国商办联卖联租平台、优铺、CBMLS"/>
-    <meta name="description" content="优铺中国商办联卖联租平台(CBMLS)为您提供商铺出售、商铺出租、写字楼出售、写字楼出租信息及商业地产资讯,更多商铺、写字楼租售信息及资讯尽在手机中国商办联卖联租平台(CBMLS)。">
+    <title>优铺商办</title>
+    <meta name="keywords" content="商铺出售、商铺出租、写字楼出售、写字楼出租、中国商办联卖联租平台、优铺、商办"/>
+    <meta name="description" content="优铺中国商办联卖联租平台(优铺商办)为您提供商铺出售、商铺出租、写字楼出售、写字楼出租信息及商业地产资讯,更多商铺、写字楼租售信息及资讯尽在手机中国商办联卖联租平台(优铺商办)。">
     <link rel="stylesheet" href="./static/css/base.css">
     <link rel="stylesheet" href="https://cache.amap.com/lbs/static/main1119.css"/>
     <link rel="stylesheet" href="./static/css/swiper.css">

+ 1 - 1
src/components/code/developmentTeamH5.vue

@@ -76,7 +76,7 @@ export default {
                 //分享给朋友
                 wx.onMenuShareAppMessage({
                   title: "我要发展团队", // 分享标题
-                  desc: '中国商办联卖联租平台-CBMLS', // 分享描述
+                  desc: '优铺商办', // 分享描述
                   link: loginUrl, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
                   imgUrl: "https://up-static.oss-cn-beijing.aliyuncs.com/Config/11539667606_.pic.jpg", // 分享图标
                   type: '', // 分享类型,music、video或link,不填默认为link

+ 1 - 1
src/components/home/home.vue

@@ -3,7 +3,7 @@
 
         <ul class="homeNav clearfix">
             <li class="li1 fl" @click="goCitySelection();"><img src="../../../static/images/home/seatImg.png">{{cityName}}</li>
-            <li class="li2 fr"><span>优铺</span>CBMLS</li>
+            <li class="li2 fr"><span>优铺商办</span></li>
         </ul>
         
         <!-- 轮播图 -->

+ 5 - 3
src/components/login/login.vue

@@ -1,6 +1,7 @@
+<template>
 <div class="login">
     <div class="loginTop">
-        <h2>加入优铺CBMLS</h2>
+        <h2>加入优铺商办</h2>
     </div>
     <div class="loginMain">
 
@@ -24,12 +25,13 @@
 
     </div>
 
-    <div class="popupWrap" v-if="showPopup">
+    <div class="popupWrap" v-if="1"> <!-- showPopup -->
         <div class="popupBox">
             <h2>加入成功</h2>
             <p>下载APP与更多经纪人一起共享资</p>
             <p>源、合作分佣</p>
-            <div @click="popupFun()">我知道了</div>
+            <!-- <div @click="popupFun()">我知道了</div> -->
+            <div><a href="https://a.app.qq.com/o/simple.jsp?pkgname=com.up.upcbmls">去下载</a></div>
         </div>
     </div>
 

File diff suppressed because it is too large
+ 6 - 6
src/components/mine/aboutUP.vue


+ 1 - 1
src/components/recommend/recommend.vue

@@ -138,7 +138,7 @@ export default {
                     //分享给朋友
                     wx.onMenuShareAppMessage({
                         title: '优铺', // 分享标题
-                        desc: '中国商办联卖联租平台-CBMLS', // 分享描述
+                        desc: '优铺商办', // 分享描述
                         link: loginUrl, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
                         imgUrl: "https://up-img.oss-cn-beijing.aliyuncs.com/logosssss.png", // 分享图标
                         type: '', // 分享类型,music、video或link,不填默认为link

+ 1 - 1
src/components/recommend/recommendlogin.vue

@@ -255,7 +255,7 @@ export default {
                     //分享给朋友
                     wx.onMenuShareAppMessage({
                         title: '优铺', // 分享标题
-                        desc: '中国商办联卖联租平台-CBMLS', // 分享描述
+                        desc: '优铺商办', // 分享描述
                         link: loginUrl, // 分享链接,该链接域名或路径必须与当前页面对应的公众号JS安全域名一致
                         imgUrl: "https://up-img.oss-cn-beijing.aliyuncs.com/logosssss.png", // 分享图标
                         type: '', // 分享类型,music、video或link,不填默认为link