소스 검색

智能锁前端新增用户反馈

zhangwj 5 년 전
부모
커밋
c1558ca374

+ 2 - 1
frontend_lock/src/app.config.ts

@@ -1,7 +1,7 @@
 /*
  * @Author: your name
  * @Date: 2021-02-03 15:37:02
- * @LastEditTime: 2021-03-02 10:58:14
+ * @LastEditTime: 2021-03-02 14:32:53
  * @LastEditors: Please set LastEditors
  * @Description: In User Settings Edit
  * @FilePath: \taroDemo\myApp\src\app.config.js
@@ -24,6 +24,7 @@ export default {
     'pages/myBox/userAgreement/index',  //用户协议
     'pages/myBox/privacyPolicy/index',  //隐私政策
     'pages/myBox/aboutLabsop/index',  //关于labsop
+    'pages/myBox/helpAndBack/index'  //帮助与反馈
   ],
   tabBar: {
     list: [{

+ 5 - 1
frontend_lock/src/pages/my/index.vue

@@ -1,7 +1,7 @@
 <!--
  * @Author: your name
  * @Date: 2021-02-19 11:59:48
- * @LastEditTime: 2021-02-27 19:18:54
+ * @LastEditTime: 2021-03-02 14:49:56
  * @LastEditors: Please set LastEditors
  * @Description: In User Settings Edit
  * @FilePath: \intelligentLock\src\pages\index\index.vue
@@ -151,6 +151,10 @@ export default {
         this.$taro.navigateTo({
           url: '/pages/myBox/aboutLabsop/index'
         })
+      } else if (e == 1) {
+        this.$taro.navigateTo({
+          url: '/pages/myBox/helpAndBack/index'
+        })
       }
       else if (e == 2) {
         this.$taro.navigateTo({

+ 3 - 3
frontend_lock/src/pages/myBox/aboutLabsop/index.scss

@@ -13,10 +13,10 @@
     font-size: 28px;
     color: #646464;
   }
-  .textContent{
-    font-size: 24px;
+  .labTextContent{
+    font-size: 28px;
     font-weight: 300;
-    line-height: 32px;
+    line-height: 40px;
     color: #646464;
     text-indent: 48px;
   }

+ 2 - 2
frontend_lock/src/pages/myBox/aboutLabsop/index.vue

@@ -1,7 +1,7 @@
 <!--
  * @Author: your name
  * @Date: 2021-02-27 09:28:49
- * @LastEditTime: 2021-03-01 18:56:43
+ * @LastEditTime: 2021-03-02 14:26:01
  * @LastEditors: Please set LastEditors
  * @Description: In User Settings Edit
  * @FilePath: \intelligentLock\src\pages\userAgreement\userAgreement.vue
@@ -9,7 +9,7 @@
 <template>
   <view class="page">
     <view class="aboutLab">
-      <view class="textContent">
+      <view class="labTextContent">
         大数华创 LabSOP 综合管理平台,适用于细胞制备及应用、基因测序与生物诊疗、生物制药、生物样本库、实验室监控等产业,为医学研究、
         个性化治疗、药物研究、样本存储及研究等业务板块提供流程化、标准化、系统化操作管理系统,打造基于行业法规的实验室全流程质量控制及生产过程管理系统,
         实现实验室“人、机、料、法、环”关键环节管理。</view>

+ 11 - 0
frontend_lock/src/pages/myBox/helpAndBack/index.config.ts

@@ -0,0 +1,11 @@
+/*
+ * @Author: your name
+ * @Date: 2021-02-27 09:30:39
+ * @LastEditTime: 2021-02-27 19:15:25
+ * @LastEditors: Please set LastEditors
+ * @Description: In User Settings Edit
+ * @FilePath: \intelligentLock\src\pages\userAgreement\userAagreement.ts
+ */
+export default {
+  navigationBarTitleText: '关于LabSOP'
+}

+ 44 - 0
frontend_lock/src/pages/myBox/helpAndBack/index.scss

@@ -0,0 +1,44 @@
+.aboutLab{
+  margin: 0 30px;
+  padding: 24px 28px;
+  box-sizing: border-box;
+  font-family: '.PingFang SC';
+  background-color: #fff;
+  border-radius: 8px;
+  .privacyDate{
+    width: 100%;
+    height: 50px;
+    line-height: 50px;
+    text-align: right;
+    font-size: 28px;
+    color: #646464;
+  }
+  .labTextContent{
+    font-size: 28px;
+    font-weight: 300;
+    line-height: 40px;
+    color: #646464;
+    text-indent: 48px;
+  }
+  .textSecondTitle{
+    font-size: 24px;
+    font-weight: 400;
+    line-height: 42px;
+    color: #323232;
+    
+  }
+  .textTitle{
+    height: 42px;
+    font-size: 28px;
+    font-weight: 400;
+    line-height: 42px;
+    color: #323232;
+    margin: 30px 0 10px 0
+  }
+  .labTextPhone{
+    width: 100%;
+    margin-top: 20px;
+    text-align: center;
+    font-size: 28px;
+  }
+}

+ 31 - 0
frontend_lock/src/pages/myBox/helpAndBack/index.vue

@@ -0,0 +1,31 @@
+<!--
+ * @Author: your name
+ * @Date: 2021-02-27 09:28:49
+ * @LastEditTime: 2021-03-02 14:51:07
+ * @LastEditors: Please set LastEditors
+ * @Description: In User Settings Edit
+ * @FilePath: \intelligentLock\src\pages\userAgreement\userAgreement.vue
+-->
+<template>
+  <view class="page">
+    <view class="aboutLab">
+      <view class="labTextContent">
+        如需帮助,请联系您的【大数华创】专属售后支持人员或者拨打官方售后电话</view>
+      <view class="labTextPhone">4006-129-186</view>
+    </view>
+  </view>
+</template>
+<script>
+import "./index.scss"
+export default {
+  data () {
+    return {
+
+    }
+  },
+  methods: {
+
+  }
+}
+</script>
+