Browse Source

优化产品介绍注解说明和修复工程

张启 4 years ago
parent
commit
556821e65b
3 changed files with 47 additions and 1 deletions
  1. 22 0
      .editorconfig
  2. 23 0
      .gitignore
  3. 2 1
      src/view/explain.vue

+ 22 - 0
.editorconfig

@@ -0,0 +1,22 @@
+# 告诉EditorConfig插件,这是根文件,不用继续往上查找
+root = true
+
+# 匹配全部文件
+[*]
+# 设置字符集
+charset = utf-8
+# 缩进风格,可选space、tab
+indent_style = space
+# 缩进的空格数
+indent_size = 2
+# 结尾换行符,可选lf、cr、crlf
+end_of_line = lf
+# 在文件结尾插入新行
+insert_final_newline = true
+# 删除一行中的前后空格
+trim_trailing_whitespace = true
+
+# 匹配md结尾的文件
+[*.md]
+insert_final_newline = false
+trim_trailing_whitespace = false

+ 23 - 0
.gitignore

@@ -0,0 +1,23 @@
+.DS_Store
+node_modules/
+dist/
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+**/*.log
+
+tests/**/coverage/
+tests/e2e/reports
+selenium-debug.log
+
+# Editor directories and files
+.idea
+.vscode
+*.suo
+*.ntvs*
+*.njsproj
+*.sln
+*.local
+
+package-lock.json
+yarn.lock

+ 2 - 1
src/view/explain.vue

@@ -15,11 +15,12 @@
       <h2>防伪码:{{info.qrcodeToken}}</h2>
       <h4>扫码次数:{{info.scanCount}}次</h4>
       <h4>最后扫码时间:{{info.scanLastTimed}}</h4>
+			<h4>注:采用区块链技术,确保溯源可信</h4>
       <!-- <h6>注:如扫码信息和实际不对应,核实是否为新品</h6> -->
-      <h6>注:区块链技术认证,保证溯源正品</h6>
       <div style="clear:both;"></div>
       <img class="b-1-areaimg" src="../assets/image/bg-prod-area-info-img.png" />
       <img class="b-1-repchainimg" src="../assets/image/bg-repchain-img.png" />
+			
     </div>
     <div class="b-2">
       <preview