Browse Source

xyang init

xyang 2 years ago
commit
72da9a3e25
100 changed files with 789 additions and 0 deletions
  1. 15 0
      .editorconfig
  2. 3 0
      .env.production
  3. 2 0
      .eslintignore
  4. 51 0
      .eslintrc.js
  5. 8 0
      .gitignore
  6. 16 0
      .prettierignore
  7. 13 0
      .prettierrc
  8. 40 0
      Readme.md
  9. 65 0
      babel.config.js
  10. 4 0
      dist/build/mp-weixin/app.js
  11. 70 0
      dist/build/mp-weixin/app.json
  12. 3 0
      dist/build/mp-weixin/app.wxss
  13. 1 0
      dist/build/mp-weixin/common/main.js
  14. 231 0
      dist/build/mp-weixin/common/main.wxss
  15. 4 0
      dist/build/mp-weixin/common/runtime.js
  16. 28 0
      dist/build/mp-weixin/common/vendor.js
  17. 10 0
      dist/build/mp-weixin/components/cu-custom.js
  18. 4 0
      dist/build/mp-weixin/components/cu-custom.json
  19. 1 0
      dist/build/mp-weixin/components/cu-custom.wxml
  20. 1 0
      dist/build/mp-weixin/components/cu-custom.wxss
  21. 10 0
      dist/build/mp-weixin/components/float-tab.js
  22. 4 0
      dist/build/mp-weixin/components/float-tab.json
  23. 1 0
      dist/build/mp-weixin/components/float-tab.wxml
  24. 1 0
      dist/build/mp-weixin/components/float-tab.wxss
  25. 10 0
      dist/build/mp-weixin/components/mp-tabbar.js
  26. 4 0
      dist/build/mp-weixin/components/mp-tabbar.json
  27. 1 0
      dist/build/mp-weixin/components/mp-tabbar.wxml
  28. 1 0
      dist/build/mp-weixin/components/mp-tabbar.wxss
  29. 10 0
      dist/build/mp-weixin/components/page-loading.js
  30. 4 0
      dist/build/mp-weixin/components/page-loading.json
  31. 1 0
      dist/build/mp-weixin/components/page-loading.wxml
  32. 1 0
      dist/build/mp-weixin/components/page-loading.wxss
  33. 10 0
      dist/build/mp-weixin/components/shop-cart.js
  34. 4 0
      dist/build/mp-weixin/components/shop-cart.json
  35. 1 0
      dist/build/mp-weixin/components/shop-cart.wxml
  36. 1 0
      dist/build/mp-weixin/components/shop-cart.wxss
  37. 10 0
      dist/build/mp-weixin/components/swiper-tab.js
  38. 4 0
      dist/build/mp-weixin/components/swiper-tab.json
  39. 1 0
      dist/build/mp-weixin/components/swiper-tab.wxml
  40. 1 0
      dist/build/mp-weixin/components/swiper-tab.wxss
  41. 10 0
      dist/build/mp-weixin/node-modules/@dcloudio/uni-ui/lib/uni-calendar/uni-calendar-item.js
  42. 4 0
      dist/build/mp-weixin/node-modules/@dcloudio/uni-ui/lib/uni-calendar/uni-calendar-item.json
  43. 1 0
      dist/build/mp-weixin/node-modules/@dcloudio/uni-ui/lib/uni-calendar/uni-calendar-item.wxml
  44. 1 0
      dist/build/mp-weixin/node-modules/@dcloudio/uni-ui/lib/uni-calendar/uni-calendar-item.wxss
  45. 10 0
      dist/build/mp-weixin/node-modules/@dcloudio/uni-ui/lib/uni-calendar/uni-calendar.js
  46. 6 0
      dist/build/mp-weixin/node-modules/@dcloudio/uni-ui/lib/uni-calendar/uni-calendar.json
  47. 1 0
      dist/build/mp-weixin/node-modules/@dcloudio/uni-ui/lib/uni-calendar/uni-calendar.wxml
  48. 1 0
      dist/build/mp-weixin/node-modules/@dcloudio/uni-ui/lib/uni-calendar/uni-calendar.wxss
  49. 1 0
      dist/build/mp-weixin/pages/agreement/index.js
  50. 3 0
      dist/build/mp-weixin/pages/agreement/index.json
  51. 1 0
      dist/build/mp-weixin/pages/agreement/index.wxml
  52. 1 0
      dist/build/mp-weixin/pages/class/bindPhone.js
  53. 3 0
      dist/build/mp-weixin/pages/class/bindPhone.json
  54. 1 0
      dist/build/mp-weixin/pages/class/bindPhone.wxml
  55. 1 0
      dist/build/mp-weixin/pages/class/bindPhone.wxss
  56. 1 0
      dist/build/mp-weixin/pages/class/detail.js
  57. 6 0
      dist/build/mp-weixin/pages/class/detail.json
  58. 1 0
      dist/build/mp-weixin/pages/class/detail.wxml
  59. 1 0
      dist/build/mp-weixin/pages/class/detail.wxss
  60. 1 0
      dist/build/mp-weixin/pages/class/gift.js
  61. 5 0
      dist/build/mp-weixin/pages/class/gift.json
  62. 1 0
      dist/build/mp-weixin/pages/class/gift.wxml
  63. 1 0
      dist/build/mp-weixin/pages/class/gift.wxss
  64. 1 0
      dist/build/mp-weixin/pages/class/shoppingCart.js
  65. 3 0
      dist/build/mp-weixin/pages/class/shoppingCart.json
  66. 1 0
      dist/build/mp-weixin/pages/class/shoppingCart.wxml
  67. 1 0
      dist/build/mp-weixin/pages/class/shoppingCart.wxss
  68. 10 0
      dist/build/mp-weixin/pages/index/components/card.js
  69. 4 0
      dist/build/mp-weixin/pages/index/components/card.json
  70. 1 0
      dist/build/mp-weixin/pages/index/components/card.wxml
  71. 1 0
      dist/build/mp-weixin/pages/index/components/card.wxss
  72. 10 0
      dist/build/mp-weixin/pages/index/components/course.js
  73. 4 0
      dist/build/mp-weixin/pages/index/components/course.json
  74. 1 0
      dist/build/mp-weixin/pages/index/components/course.wxml
  75. 1 0
      dist/build/mp-weixin/pages/index/components/course.wxss
  76. 1 0
      dist/build/mp-weixin/pages/index/index.js
  77. 6 0
      dist/build/mp-weixin/pages/index/index.json
  78. 1 0
      dist/build/mp-weixin/pages/index/index.wxml
  79. 1 0
      dist/build/mp-weixin/pages/index/index.wxss
  80. 1 0
      dist/build/mp-weixin/pages/login/index.js
  81. 3 0
      dist/build/mp-weixin/pages/login/index.json
  82. 1 0
      dist/build/mp-weixin/pages/login/index.wxml
  83. 1 0
      dist/build/mp-weixin/pages/login/index.wxss
  84. 1 0
      dist/build/mp-weixin/pages/mine/changePhone.js
  85. 3 0
      dist/build/mp-weixin/pages/mine/changePhone.json
  86. 1 0
      dist/build/mp-weixin/pages/mine/changePhone.wxml
  87. 1 0
      dist/build/mp-weixin/pages/mine/changePhone.wxss
  88. 1 0
      dist/build/mp-weixin/pages/mine/institution.js
  89. 3 0
      dist/build/mp-weixin/pages/mine/institution.json
  90. 1 0
      dist/build/mp-weixin/pages/mine/institution.wxml
  91. 1 0
      dist/build/mp-weixin/pages/mine/institution.wxss
  92. 1 0
      dist/build/mp-weixin/pages/mine/message.js
  93. 3 0
      dist/build/mp-weixin/pages/mine/message.json
  94. 1 0
      dist/build/mp-weixin/pages/mine/message.wxml
  95. 1 0
      dist/build/mp-weixin/pages/mine/message.wxss
  96. 1 0
      dist/build/mp-weixin/pages/mine/mine.js
  97. 3 0
      dist/build/mp-weixin/pages/mine/mine.json
  98. 1 0
      dist/build/mp-weixin/pages/mine/mine.wxml
  99. 1 0
      dist/build/mp-weixin/pages/mine/mine.wxss
  100. 0 0
      dist/build/mp-weixin/pages/mine/onlineService.js

+ 15 - 0
.editorconfig

@@ -0,0 +1,15 @@
1
+root = true
2
+
3
+[*]
4
+charset = utf-8
5
+indent_style = tab
6
+indent_size = 2
7
+end_of_line = lf
8
+insert_final_newline = true
9
+trim_trailing_whitespace = true
10
+
11
+[*.{js,jsx,ts,tsx,vue}]
12
+indent_style = tab
13
+indent_size = 2
14
+trim_trailing_whitespace = true
15
+insert_final_newline = true

+ 3 - 0
.env.production

@@ -0,0 +1,3 @@
1
+NODE_ENV=production
2
+VUE_APP_BASE_URL="https://www.kehoubaike.com/api"
3
+VUE_APP_BASE_WS="wss://www.kehoubaike.com/wss"

+ 2 - 0
.eslintignore

@@ -0,0 +1,2 @@
1
+/src/lib
2
+/src/components/u-charts

+ 51 - 0
.eslintrc.js

@@ -0,0 +1,51 @@
1
+module.exports = {
2
+  // 默认情况下,ESLint 会在所有父级目录里寻找配置文件,一直到根目录。ESLint 一旦发现配置文件中有 "root": true,它就会停止在父级目录中寻找。
3
+  root: true,
4
+  env: {
5
+    node: true,
6
+    browser: true
7
+  },
8
+  globals: {
9
+    uni: true,
10
+    wx: true,
11
+    App: true,
12
+    getApp: true,
13
+    Page: true,
14
+    getCurrentPages: true,
15
+    Component: true,
16
+    Behavior: true
17
+  },
18
+
19
+  extends: [
20
+    'plugin:vue/essential',
21
+    '@vue/standard',
22
+    '@vue/typescript',
23
+    '@vue/prettier/@typescript-eslint'
24
+  ],
25
+  plugins: ['@typescript-eslint'], // 定义了该eslint文件所依赖的插件
26
+  parserOptions: {
27
+    // 解析器选项
28
+    // 指定ESLint可以解析JSX语法
29
+    ecmaVersion: 2020,
30
+    sourceType: 'module',
31
+    ecmaFeatures: {
32
+      jsx: true
33
+    },
34
+    parser: '@typescript-eslint/parser' // 定义ESLint的解析器,才能正确的检测和规范TS代码
35
+  },
36
+  rules: {
37
+    'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
38
+    'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
39
+    'no-unused-vars': [
40
+      1,
41
+      {
42
+        vars: 'all',
43
+        args: 'none'
44
+      }
45
+    ],
46
+    'no-tabs': 0,
47
+    'no-mixed-spaces-and-tabs': 0,
48
+    indent: [2, 2, { SwitchCase: 1 }],
49
+    'space-before-function-paren': [0, 'never']
50
+  }
51
+}

+ 8 - 0
.gitignore

@@ -0,0 +1,8 @@
1
+node_modules
2
+dist/dev/
3
+/.env.development
4
+.idea/anpaismall.iml
5
+.idea/misc.xml
6
+.idea/modules.xml
7
+.idea/vcs.xml
8
+.idea/workspace.xml

+ 16 - 0
.prettierignore

@@ -0,0 +1,16 @@
1
+package.json
2
+.umi
3
+.umi-production
4
+/dist
5
+.dockerignore
6
+.DS_Store
7
+.eslintignore
8
+*.png
9
+*.toml
10
+docker
11
+.editorconfig
12
+Dockerfile*
13
+.gitignore
14
+.prettierignore
15
+LICENSE.md
16
+/src/lib

+ 13 - 0
.prettierrc

@@ -0,0 +1,13 @@
1
+{
2
+  "eslintIntegration": true,
3
+  "stylelintIntegration": true,
4
+  "printWidth": 180,
5
+  "semi": false,
6
+  "singleQuote": true,
7
+  "trailingComma": "none",
8
+  "bracketSpacing": true,
9
+  "arrowParens": "avoid",
10
+  "insertPragma": false,
11
+  "tabWidth": 2,
12
+  "useTabs": false
13
+}

+ 40 - 0
Readme.md

@@ -0,0 +1,40 @@
1
+# 使用vue-cli 创建的uni-app项目
2
+
3
+## 安装依赖包
4
+```
5
+npm install
6
+````
7
+
8
+## 编译开发版本微信小程序
9
+```
10
+npm run dev:mp-weixin
11
+```
12
+### 使用微信开发者打开dist/mp-weixin目录,即可查看效果
13
+
14
+更多指令查询package.json
15
+
16
+建议使用vscode开发
17
+
18
+提交前请先执行 ```npm run vue:lint``` 验证代码格式
19
+
20
+请求接口基本路径配置在 .env.development 与 .env.production
21
+
22
+
23
+在developer分支写的一段话
24
+
25
+项目约定文件名: 2020年5月21日17:37:41
26
+
27
+组件使用驼峰
28
+文件夹不准使用-
29
+页面文件可以使用-连接,但是最多1个-
30
+
31
+## 商标统一标准结构
32
+- 列表
33
+```j
34
+
35
+```
36
+
37
+- 单个
38
+```
39
+
40
+```

+ 65 - 0
babel.config.js

@@ -0,0 +1,65 @@
1
+const plugins = []
2
+
3
+if (process.env.UNI_OPT_TREESHAKINGNG) {
4
+  plugins.push(require('@dcloudio/vue-cli-plugin-uni-optimize/packages/babel-plugin-uni-api/index.js'))
5
+}
6
+
7
+if (
8
+  (
9
+    process.env.UNI_PLATFORM === 'app-plus' &&
10
+    process.env.UNI_USING_V8
11
+  ) ||
12
+  (
13
+    process.env.UNI_PLATFORM === 'h5' &&
14
+    process.env.UNI_H5_BROWSER === 'builtin'
15
+  )
16
+) {
17
+  const path = require('path')
18
+
19
+  const isWin = /^win/.test(process.platform)
20
+
21
+  const normalizePath = path => (isWin ? path.replace(/\\/g, '/') : path)
22
+
23
+  const input = normalizePath(process.env.UNI_INPUT_DIR)
24
+  try {
25
+    plugins.push([
26
+      require('@dcloudio/vue-cli-plugin-hbuilderx/packages/babel-plugin-console'),
27
+      {
28
+        file (file) {
29
+          file = normalizePath(file)
30
+          if (file.indexOf(input) === 0) {
31
+            return path.relative(input, file)
32
+          }
33
+          return false
34
+        }
35
+      }
36
+    ])
37
+  } catch (e) {
38
+    console.log(e)
39
+  }
40
+}
41
+
42
+process.UNI_LIBRARIES = process.UNI_LIBRARIES || ['@dcloudio/uni-ui']
43
+process.UNI_LIBRARIES.forEach(libraryName => {
44
+  plugins.push([
45
+    'import',
46
+    {
47
+      libraryName: libraryName,
48
+      customName: (name) => {
49
+        return `${libraryName}/lib/${name}/${name}`
50
+      }
51
+    }
52
+  ])
53
+})
54
+module.exports = {
55
+  presets: [
56
+    [
57
+      '@vue/app',
58
+      {
59
+        modules: 'commonjs',
60
+        useBuiltIns: process.env.UNI_PLATFORM === 'h5' ? 'usage' : 'entry'
61
+      }
62
+    ]
63
+  ],
64
+  plugins
65
+}

+ 4 - 0
dist/build/mp-weixin/app.js

@@ -0,0 +1,4 @@
1
+
2
+require('./common/runtime.js')
3
+require('./common/vendor.js')
4
+require('./common/main.js')

+ 70 - 0
dist/build/mp-weixin/app.json

@@ -0,0 +1,70 @@
1
+{
2
+  "pages": [
3
+    "pages/index/index",
4
+    "pages/class/gift",
5
+    "pages/class/detail",
6
+    "pages/class/shoppingCart",
7
+    "pages/class/bindPhone",
8
+    "pages/order/index",
9
+    "pages/myStudents/myStudents",
10
+    "pages/studentcenter/index",
11
+    "pages/studentcenter/operation",
12
+    "pages/studentcenter/signIn",
13
+    "pages/studentcenter/classVideo",
14
+    "pages/studentcenter/works",
15
+    "pages/studentcenter/evaluate",
16
+    "pages/studentcenter/absent",
17
+    "pages/mine/mine",
18
+    "pages/mine/parents",
19
+    "pages/mine/teachers",
20
+    "pages/mine/institution",
21
+    "pages/mine/setting",
22
+    "pages/mine/changePhone",
23
+    "pages/mine/message",
24
+    "pages/mine/onlineService",
25
+    "pages/login/index",
26
+    "pages/agreement/index"
27
+  ],
28
+  "subPackages": [],
29
+  "window": {
30
+    "navigationBarBackgroundColor": "#FFFFFF",
31
+    "navigationBarTitleText": "1212",
32
+    "navigationStyle": "custom",
33
+    "navigationBarTextStyle": "black",
34
+    "animationType": "slide-out-right"
35
+  },
36
+  "tabBar": {
37
+    "custom": true,
38
+    "color": "#707070",
39
+    "selectedColor": "#3390F5",
40
+    "borderStyle": "black",
41
+    "backgroundColor": "#ffffff",
42
+    "list": [
43
+      {
44
+        "pagePath": "pages/index/index",
45
+        "iconPath": "/static/imgs/tabbar/xk1.png",
46
+        "selectedIconPath": "/static/imgs/tabbar/xk.png",
47
+        "text": "选课"
48
+      },
49
+      {
50
+        "pagePath": "pages/studentcenter/index",
51
+        "iconPath": "/static/imgs/tabbar/xszx1.png",
52
+        "selectedIconPath": "/static/imgs/tabbar/xszx.png",
53
+        "text": "学生中心"
54
+      },
55
+      {
56
+        "pagePath": "pages/mine/mine",
57
+        "iconPath": "/static/imgs/tabbar/wd1.png",
58
+        "selectedIconPath": "/static/imgs/tabbar/wd.png",
59
+        "text": "我的"
60
+      }
61
+    ]
62
+  },
63
+  "usingComponents": {
64
+    "cu-custom": "/components/cu-custom",
65
+    "page-loading": "/components/page-loading",
66
+    "mp-tabbar": "/components/mp-tabbar",
67
+    "float-tab": "/components/float-tab"
68
+  },
69
+  "sitemapLocation": "sitemap.json"
70
+}

+ 3 - 0
dist/build/mp-weixin/app.wxss

@@ -0,0 +1,3 @@
1
+@import './common/main.wxss';
2
+
3
+[data-custom-hidden="true"],[bind-data-custom-hidden="true"]{display: none !important;}

File diff suppressed because it is too large
+ 1 - 0
dist/build/mp-weixin/common/main.js


File diff suppressed because it is too large
+ 231 - 0
dist/build/mp-weixin/common/main.wxss


File diff suppressed because it is too large
+ 4 - 0
dist/build/mp-weixin/common/runtime.js


File diff suppressed because it is too large
+ 28 - 0
dist/build/mp-weixin/common/vendor.js


File diff suppressed because it is too large
+ 10 - 0
dist/build/mp-weixin/components/cu-custom.js


+ 4 - 0
dist/build/mp-weixin/components/cu-custom.json

@@ -0,0 +1,4 @@
1
+{
2
+  "usingComponents": {},
3
+  "component": true
4
+}

File diff suppressed because it is too large
+ 1 - 0
dist/build/mp-weixin/components/cu-custom.wxml


File diff suppressed because it is too large
+ 1 - 0
dist/build/mp-weixin/components/cu-custom.wxss


File diff suppressed because it is too large
+ 10 - 0
dist/build/mp-weixin/components/float-tab.js


+ 4 - 0
dist/build/mp-weixin/components/float-tab.json

@@ -0,0 +1,4 @@
1
+{
2
+  "usingComponents": {},
3
+  "component": true
4
+}

+ 1 - 0
dist/build/mp-weixin/components/float-tab.wxml

@@ -0,0 +1 @@
1
+<view class="float-tab data-v-923fa740"><view class="float-tab-item bg-blue margin-bottom data-v-923fa740"><text data-event-opts="{{[['tap',[['toHome',['$event']]]]]}}" class="cuIcon-homefill data-v-923fa740" style="font-size:22px;" bindtap="__e"></text></view><view class="float-tab-item bg-blue margin-bottom data-v-923fa740"><text class="cuIcon-servicefill data-v-923fa740" style="font-size:22px;"></text></view></view>

File diff suppressed because it is too large
+ 1 - 0
dist/build/mp-weixin/components/float-tab.wxss


File diff suppressed because it is too large
+ 10 - 0
dist/build/mp-weixin/components/mp-tabbar.js


+ 4 - 0
dist/build/mp-weixin/components/mp-tabbar.json

@@ -0,0 +1,4 @@
1
+{
2
+  "usingComponents": {},
3
+  "component": true
4
+}

File diff suppressed because it is too large
+ 1 - 0
dist/build/mp-weixin/components/mp-tabbar.wxml


File diff suppressed because it is too large
+ 1 - 0
dist/build/mp-weixin/components/mp-tabbar.wxss


File diff suppressed because it is too large
+ 10 - 0
dist/build/mp-weixin/components/page-loading.js


+ 4 - 0
dist/build/mp-weixin/components/page-loading.json

@@ -0,0 +1,4 @@
1
+{
2
+  "usingComponents": {},
3
+  "component": true
4
+}

+ 1 - 0
dist/build/mp-weixin/components/page-loading.wxml

@@ -0,0 +1 @@
1
+<block wx:if="{{loadModal}}"><view class="cu-load load-modal"><view class="iconfont loading-icon _i"></view><view class="gray-text">{{loadingTex}}</view></view></block>

File diff suppressed because it is too large
+ 1 - 0
dist/build/mp-weixin/components/page-loading.wxss


File diff suppressed because it is too large
+ 10 - 0
dist/build/mp-weixin/components/shop-cart.js


+ 4 - 0
dist/build/mp-weixin/components/shop-cart.json

@@ -0,0 +1,4 @@
1
+{
2
+  "usingComponents": {},
3
+  "component": true
4
+}

+ 1 - 0
dist/build/mp-weixin/components/shop-cart.wxml

@@ -0,0 +1 @@
1
+<view data-event-opts="{{[['tap',[['goCart',['$event']]]]]}}" class="shop data-v-46995986" bindtap="__e"><block wx:if="{{$root.g0}}"><view class="cu-tag badge data-v-46995986"></view></block><text class="cuIcon-cart text-student cart data-v-46995986"></text></view>

File diff suppressed because it is too large
+ 1 - 0
dist/build/mp-weixin/components/shop-cart.wxss


File diff suppressed because it is too large
+ 10 - 0
dist/build/mp-weixin/components/swiper-tab.js


+ 4 - 0
dist/build/mp-weixin/components/swiper-tab.json

@@ -0,0 +1,4 @@
1
+{
2
+  "usingComponents": {},
3
+  "component": true
4
+}

+ 1 - 0
dist/build/mp-weixin/components/swiper-tab.wxml

@@ -0,0 +1 @@
1
+<view class="swipeTab data-v-aa709134"><block wx:for="{{menuList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['changeTab',[index]]]]]}}" class="{{['swipeTab-item data-v-aa709134',(currentIndex===index)?'tabTrue':'']}}" bindtap="__e">{{''+item+''}}</view></block></view>

File diff suppressed because it is too large
+ 1 - 0
dist/build/mp-weixin/components/swiper-tab.wxss


File diff suppressed because it is too large
+ 10 - 0
dist/build/mp-weixin/node-modules/@dcloudio/uni-ui/lib/uni-calendar/uni-calendar-item.js


+ 4 - 0
dist/build/mp-weixin/node-modules/@dcloudio/uni-ui/lib/uni-calendar/uni-calendar-item.json

@@ -0,0 +1,4 @@
1
+{
2
+  "usingComponents": {},
3
+  "component": true
4
+}

File diff suppressed because it is too large
+ 1 - 0
dist/build/mp-weixin/node-modules/@dcloudio/uni-ui/lib/uni-calendar/uni-calendar-item.wxml


File diff suppressed because it is too large
+ 1 - 0
dist/build/mp-weixin/node-modules/@dcloudio/uni-ui/lib/uni-calendar/uni-calendar-item.wxss


File diff suppressed because it is too large
+ 10 - 0
dist/build/mp-weixin/node-modules/@dcloudio/uni-ui/lib/uni-calendar/uni-calendar.js


+ 6 - 0
dist/build/mp-weixin/node-modules/@dcloudio/uni-ui/lib/uni-calendar/uni-calendar.json

@@ -0,0 +1,6 @@
1
+{
2
+  "component": true,
3
+  "usingComponents": {
4
+    "calendar-item": "/node-modules/@dcloudio/uni-ui/lib/uni-calendar/uni-calendar-item"
5
+  }
6
+}

File diff suppressed because it is too large
+ 1 - 0
dist/build/mp-weixin/node-modules/@dcloudio/uni-ui/lib/uni-calendar/uni-calendar.wxml


File diff suppressed because it is too large
+ 1 - 0
dist/build/mp-weixin/node-modules/@dcloudio/uni-ui/lib/uni-calendar/uni-calendar.wxss


File diff suppressed because it is too large
+ 1 - 0
dist/build/mp-weixin/pages/agreement/index.js


+ 3 - 0
dist/build/mp-weixin/pages/agreement/index.json

@@ -0,0 +1,3 @@
1
+{
2
+  "usingComponents": {}
3
+}

+ 1 - 0
dist/build/mp-weixin/pages/agreement/index.wxml

@@ -0,0 +1 @@
1
+<view class="data-v-691f7141"><cu-custom vue-id="1856aa3c-1" isBack="{{true}}" title="{{title}}" class="data-v-691f7141" bind:__l="__l"></cu-custom><rich-text space="emsp" nodes="{{text[type]}}" class="data-v-691f7141"></rich-text></view>

File diff suppressed because it is too large
+ 1 - 0
dist/build/mp-weixin/pages/class/bindPhone.js


+ 3 - 0
dist/build/mp-weixin/pages/class/bindPhone.json

@@ -0,0 +1,3 @@
1
+{
2
+  "usingComponents": {}
3
+}

File diff suppressed because it is too large
+ 1 - 0
dist/build/mp-weixin/pages/class/bindPhone.wxml


File diff suppressed because it is too large
+ 1 - 0
dist/build/mp-weixin/pages/class/bindPhone.wxss


File diff suppressed because it is too large
+ 1 - 0
dist/build/mp-weixin/pages/class/detail.js


+ 6 - 0
dist/build/mp-weixin/pages/class/detail.json

@@ -0,0 +1,6 @@
1
+{
2
+  "usingComponents": {
3
+    "swiper-tab": "/components/swiper-tab",
4
+    "shop-cart": "/components/shop-cart"
5
+  }
6
+}

File diff suppressed because it is too large
+ 1 - 0
dist/build/mp-weixin/pages/class/detail.wxml


File diff suppressed because it is too large
+ 1 - 0
dist/build/mp-weixin/pages/class/detail.wxss


File diff suppressed because it is too large
+ 1 - 0
dist/build/mp-weixin/pages/class/gift.js


+ 5 - 0
dist/build/mp-weixin/pages/class/gift.json

@@ -0,0 +1,5 @@
1
+{
2
+  "usingComponents": {
3
+    "shop-cart": "/components/shop-cart"
4
+  }
5
+}

File diff suppressed because it is too large
+ 1 - 0
dist/build/mp-weixin/pages/class/gift.wxml


File diff suppressed because it is too large
+ 1 - 0
dist/build/mp-weixin/pages/class/gift.wxss


File diff suppressed because it is too large
+ 1 - 0
dist/build/mp-weixin/pages/class/shoppingCart.js


+ 3 - 0
dist/build/mp-weixin/pages/class/shoppingCart.json

@@ -0,0 +1,3 @@
1
+{
2
+  "usingComponents": {}
3
+}

File diff suppressed because it is too large
+ 1 - 0
dist/build/mp-weixin/pages/class/shoppingCart.wxml


File diff suppressed because it is too large
+ 1 - 0
dist/build/mp-weixin/pages/class/shoppingCart.wxss


File diff suppressed because it is too large
+ 10 - 0
dist/build/mp-weixin/pages/index/components/card.js


+ 4 - 0
dist/build/mp-weixin/pages/index/components/card.json

@@ -0,0 +1,4 @@
1
+{
2
+  "usingComponents": {},
3
+  "component": true
4
+}

File diff suppressed because it is too large
+ 1 - 0
dist/build/mp-weixin/pages/index/components/card.wxml


File diff suppressed because it is too large
+ 1 - 0
dist/build/mp-weixin/pages/index/components/card.wxss


File diff suppressed because it is too large
+ 10 - 0
dist/build/mp-weixin/pages/index/components/course.js


+ 4 - 0
dist/build/mp-weixin/pages/index/components/course.json

@@ -0,0 +1,4 @@
1
+{
2
+  "usingComponents": {},
3
+  "component": true
4
+}

+ 1 - 0
dist/build/mp-weixin/pages/index/components/course.wxml

@@ -0,0 +1 @@
1
+<view class="course data-v-afc04ca0" style="{{('background:'+course.background)}}"><view class="{{['course-tag data-v-afc04ca0',(!course.applying)?'un-catering':'']}}">{{course.applying?'报名中':'未开启'}}</view><image class="course-back data-v-afc04ca0" mode="widthFix" src="{{course.back}}"></image><view class="course-ch text-xl data-v-afc04ca0">{{course.ch}}</view><view class="course-en text-lg data-v-afc04ca0">{{course.en}}</view></view>

File diff suppressed because it is too large
+ 1 - 0
dist/build/mp-weixin/pages/index/components/course.wxss


File diff suppressed because it is too large
+ 1 - 0
dist/build/mp-weixin/pages/index/index.js


+ 6 - 0
dist/build/mp-weixin/pages/index/index.json

@@ -0,0 +1,6 @@
1
+{
2
+  "usingComponents": {
3
+    "course": "/pages/index/components/course",
4
+    "card": "/pages/index/components/card"
5
+  }
6
+}

File diff suppressed because it is too large
+ 1 - 0
dist/build/mp-weixin/pages/index/index.wxml


File diff suppressed because it is too large
+ 1 - 0
dist/build/mp-weixin/pages/index/index.wxss


File diff suppressed because it is too large
+ 1 - 0
dist/build/mp-weixin/pages/login/index.js


+ 3 - 0
dist/build/mp-weixin/pages/login/index.json

@@ -0,0 +1,3 @@
1
+{
2
+  "usingComponents": {}
3
+}

File diff suppressed because it is too large
+ 1 - 0
dist/build/mp-weixin/pages/login/index.wxml


File diff suppressed because it is too large
+ 1 - 0
dist/build/mp-weixin/pages/login/index.wxss


File diff suppressed because it is too large
+ 1 - 0
dist/build/mp-weixin/pages/mine/changePhone.js


+ 3 - 0
dist/build/mp-weixin/pages/mine/changePhone.json

@@ -0,0 +1,3 @@
1
+{
2
+  "usingComponents": {}
3
+}

File diff suppressed because it is too large
+ 1 - 0
dist/build/mp-weixin/pages/mine/changePhone.wxml


File diff suppressed because it is too large
+ 1 - 0
dist/build/mp-weixin/pages/mine/changePhone.wxss


File diff suppressed because it is too large
+ 1 - 0
dist/build/mp-weixin/pages/mine/institution.js


+ 3 - 0
dist/build/mp-weixin/pages/mine/institution.json

@@ -0,0 +1,3 @@
1
+{
2
+  "usingComponents": {}
3
+}

File diff suppressed because it is too large
+ 1 - 0
dist/build/mp-weixin/pages/mine/institution.wxml


File diff suppressed because it is too large
+ 1 - 0
dist/build/mp-weixin/pages/mine/institution.wxss


File diff suppressed because it is too large
+ 1 - 0
dist/build/mp-weixin/pages/mine/message.js


+ 3 - 0
dist/build/mp-weixin/pages/mine/message.json

@@ -0,0 +1,3 @@
1
+{
2
+  "usingComponents": {}
3
+}

File diff suppressed because it is too large
+ 1 - 0
dist/build/mp-weixin/pages/mine/message.wxml


File diff suppressed because it is too large
+ 1 - 0
dist/build/mp-weixin/pages/mine/message.wxss


File diff suppressed because it is too large
+ 1 - 0
dist/build/mp-weixin/pages/mine/mine.js


+ 3 - 0
dist/build/mp-weixin/pages/mine/mine.json

@@ -0,0 +1,3 @@
1
+{
2
+  "usingComponents": {}
3
+}

File diff suppressed because it is too large
+ 1 - 0
dist/build/mp-weixin/pages/mine/mine.wxml


File diff suppressed because it is too large
+ 1 - 0
dist/build/mp-weixin/pages/mine/mine.wxss


+ 0 - 0
dist/build/mp-weixin/pages/mine/onlineService.js


Some files were not shown because too many files changed in this diff