浏览代码

删除底部标识

asd123a20 2 年之前
父节点
当前提交
880078d66a

文件差异内容过多而无法显示
+ 1 - 1
src/components/common/DwSurveyDcsWrapper.vue


+ 1 - 1
src/components/layouts/NoTopLayout.vue

@@ -8,7 +8,7 @@
           <el-main style="padding:0px;" >
             <router-view></router-view>
           </el-main>
-          <el-footer><dw-footer></dw-footer></el-footer>
+          <!-- <el-footer><dw-footer></dw-footer></el-footer> -->
         </el-container>
       </el-container>
     </el-container>

+ 2 - 1
src/views/dw-survey/dw-collect/DwAnswer.vue

@@ -11,7 +11,8 @@ export default {
   methods: {
     loadAnswer () {
       const sid = this.$route.params.sid
-      window.location.href='/static/diaowen/answer-p.html?sid='+sid
+      const token = this.$route.query.token
+      window.location.href=`/static/diaowen/answer-p.html?sid=${sid}&token=${token}`
     }
   }
 }

+ 2 - 2
static/diaowen/message.html

@@ -60,11 +60,11 @@
   </div>
 </div>
 
-<footer style="background-color: white;padding: 24px 50px;color: rgba(0, 0, 0, 0.85);font-size: 14px;">
+<!-- <footer style="background-color: white;padding: 24px 50px;color: rgba(0, 0, 0, 0.85);font-size: 14px;">
   <div style="text-align: center; color: gray;">
     <a href="http://www.diaowen.net" style="color: gray;text-decoration: none;outline: none;cursor: pointer;transition: color 0.3s;">调问网&nbsp;DWSurvey&nbsp;</a> 提供技术支持
   </div>
-</footer>
+</footer> -->
 
 <script type="text/javascript">