Bläddra i källkod

fix: 产品引导弹窗细节问题调整

cuiyalong 2 år sedan
förälder
incheckning
62b859a2b6

+ 1 - 0
src/web/staticres/frontRouter/pc/user/css/set_favorite.css

@@ -87,6 +87,7 @@
 }
 .key_title {
     margin-left: 8px;
+    font-weight: bold;
 }
 .key_condition {
     padding: 20px 0 8px 28px;

+ 1 - 1
src/web/staticres/js/guide-intro-dialog.js

@@ -1,6 +1,6 @@
 function GuideIntroDialog () {
     this.iframeUrl = '/swordfish/frontPage/pure/sess/guide-intro-dialog-content'
-    this.storageKey = 'READ_GUIDE'
+    this.storageKey = 'READ_GUIDE-login-clear'
     this.needRecord = true
     this.$dialog = $('#guide-intro-dialog-mask')
 

+ 0 - 1
src/web/staticres/js/login.js

@@ -787,7 +787,6 @@ var haslogin = function(num,kyorpn,url){
         checkBigStatus()
         infoListCss();
         message.init()
-        window.guideIntroDialog = new GuideIntroDialog()
         checkCounts()
         initIndexMsgList()
 			} catch (e) {

+ 2 - 2
src/web/templates/frontRouter/pc/pure/sess/guide-intro-dialog-content.html

@@ -74,7 +74,7 @@
 <body>
     <div class="guide-intro-dialog-container" id="app">
         <div class="guide-intro-dialog-content">
-            <el-carousel class="carousel-list" height="100%" arrow="always" trigger="click" :loop="false" :autoplay="false">
+            <el-carousel class="carousel-list" height="100%" arrow="always" trigger="click" :loop="false" :interval="2000">
                 <el-carousel-item v-for="(item, index) in imageList" :key="index">
                     <el-image :src="item.s_pic" fit="contain" />
                 </el-carousel-item>
@@ -92,7 +92,7 @@
             data: function () {
                 return {
                     conf: {
-                        ad: 'app-guide'
+                        ad: 'pc-guide'
                     },
                     imageList: []
                 }

+ 1 - 1
src/web/templates/frontRouter/pc/user/sess/set_favorite.html

@@ -31,7 +31,7 @@
         <button class="fixed-button skip-button" @click="skip">跳过</button>
         <header class="page-content-header">
             <h1 class="page-title">选择您的业务标签</h1>
-            <div class="tip-text">剑鱼将为您提供精准的商机服</div>
+            <div class="tip-text">剑鱼将为您提供精准的商机服</div>
         </header>
         <main class="page-content-main">
             <div class="question-list-container" v-if="newUserSaleData">