浏览代码

修改顺序

lex-xin 5 年之前
父节点
当前提交
de46644675
共有 8 个文件被更改,包括 28 次插入27 次删除
  1. 二进制
      dist.zip
  2. 0 0
      dist/css/app.d41b8ee2.css
  3. 0 0
      dist/index.html
  4. 0 0
      dist/js/app.4515035e.js
  5. 0 0
      dist/js/app.4515035e.js.map
  6. 0 0
      dist/js/app.c2feb4cb.js.map
  7. 27 27
      src/assets/front_instruments_config.js
  8. 1 0
      src/views/login.vue

二进制
dist.zip


文件差异内容过多而无法显示
+ 0 - 0
dist/css/app.d41b8ee2.css


文件差异内容过多而无法显示
+ 0 - 0
dist/index.html


文件差异内容过多而无法显示
+ 0 - 0
dist/js/app.4515035e.js


文件差异内容过多而无法显示
+ 0 - 0
dist/js/app.4515035e.js.map


文件差异内容过多而无法显示
+ 0 - 0
dist/js/app.c2feb4cb.js.map


+ 27 - 27
src/assets/front_instruments_config.js

@@ -14,15 +14,6 @@ let instruments = {
         name: '长笛',
         config: [
             {
-                default: 0, // 1 为默认配置
-                name: '初级配置',
-                marketPrice: 3150,
-                referencePrice: 2680,
-                checked: false,
-                texture: '白铜管体',
-                index: 1
-            },
-            {
                 default: 1, 
                 name: '标准配置',
                 marketPrice: 4500,
@@ -32,6 +23,15 @@ let instruments = {
                 index: 2
             },
             {
+                default: 0, // 1 为默认配置
+                name: '初级配置',
+                marketPrice: 3150,
+                referencePrice: 2680,
+                checked: false,
+                texture: '白铜管体',
+                index: 1
+            },
+            {
                 default: 0,
                 name: '自备',
                 marketPrice: 0,
@@ -69,15 +69,6 @@ let instruments = {
         name: '单簧管',
         config: [
             {
-                default: 0, // 1 为默认配置
-                name: '初级配置',
-                marketPrice: 3280,
-                referencePrice: 2780,
-                checked: false,
-                texture: '胶木',
-                index: 3
-            },
-            {
                 default: 1, 
                 name: '标准配置',
                 marketPrice: 4580,
@@ -87,6 +78,15 @@ let instruments = {
                 index: 4
             },
             {
+                default: 0, // 1 为默认配置
+                name: '初级配置',
+                marketPrice: 3280,
+                referencePrice: 2780,
+                checked: false,
+                texture: '胶木',
+                index: 3
+            },
+            {
                 default: 0,
                 name: '自备',
                 marketPrice: 0,
@@ -138,15 +138,6 @@ let instruments = {
         name: '萨克斯管',
         config: [
             {
-                default: 0, // 1 为默认配置
-                name: '初级配置',
-                marketPrice: 4200,
-                referencePrice: 3550,
-                checked: false,
-                texture: '/',
-                index: 5
-            },
-            {
                 default: 1, 
                 name: '标准配置',
                 marketPrice: 6080,
@@ -156,6 +147,15 @@ let instruments = {
                 index: 6
             },
             {
+                default: 0, // 1 为默认配置
+                name: '初级配置',
+                marketPrice: 4200,
+                referencePrice: 3550,
+                checked: false,
+                texture: '/',
+                index: 5
+            },
+            {
                 default: 0,
                 name: '自备',
                 marketPrice: 0,

+ 1 - 0
src/views/login.vue

@@ -161,6 +161,7 @@ export default {
                         })
                     } else {
                         Toast('验证码输入有误')
+                        this.dataList.code = ''
                     }
                 })
             }

部分文件因为文件数量过多而无法显示