Просмотр исходного кода

chore(build): 更新前端项目 gitignore 配置

- 修改 expand 项目的 .gitignore 文件,调整 unpackage 目录忽略规则
- 修改 staff 项目的 .gitignore 文件,调整 unpackage 目录忽略规则
- 新增对 H5 打包输出目录的保留规则
- 清理旧的忽略配置项
- 删除微信小程序开发临时文件
PQJ 9 часов назад
Родитель
Сommit
f94e4c6602
33 измененных файлов с 8 добавлено и 17799 удалено
  1. 7 2
      .gitignore
  2. 1 1
      manifest.json
  3. 0 0
      unpackage/dist/dev/.automator/mp-weixin/.automator.json
  4. 0 0
      unpackage/dist/dev/.sourcemap/mp-weixin/common/main.js.map
  5. 0 0
      unpackage/dist/dev/.sourcemap/mp-weixin/common/runtime.js.map
  6. 0 0
      unpackage/dist/dev/.sourcemap/mp-weixin/common/vendor.js.map
  7. 0 0
      unpackage/dist/dev/.sourcemap/mp-weixin/pages/index/index.js.map
  8. 0 0
      unpackage/dist/dev/.sourcemap/mp-weixin/pages/login/login.js.map
  9. 0 0
      unpackage/dist/dev/.sourcemap/mp-weixin/pages/my/my.js.map
  10. 0 4
      unpackage/dist/dev/mp-weixin/app.js
  11. 0 35
      unpackage/dist/dev/mp-weixin/app.json
  12. 0 3
      unpackage/dist/dev/mp-weixin/app.wxss
  13. 0 135
      unpackage/dist/dev/mp-weixin/common/main.js
  14. 0 319
      unpackage/dist/dev/mp-weixin/common/main.wxss
  15. 0 273
      unpackage/dist/dev/mp-weixin/common/runtime.js
  16. 0 15548
      unpackage/dist/dev/mp-weixin/common/vendor.js
  17. 0 467
      unpackage/dist/dev/mp-weixin/pages/index/index.js
  18. 0 8
      unpackage/dist/dev/mp-weixin/pages/index/index.json
  19. 0 0
      unpackage/dist/dev/mp-weixin/pages/index/index.wxml
  20. 0 380
      unpackage/dist/dev/mp-weixin/pages/index/index.wxss
  21. 0 267
      unpackage/dist/dev/mp-weixin/pages/login/login.js
  22. 0 9
      unpackage/dist/dev/mp-weixin/pages/login/login.json
  23. 0 1
      unpackage/dist/dev/mp-weixin/pages/login/login.wxml
  24. 0 265
      unpackage/dist/dev/mp-weixin/pages/my/my.js
  25. 0 9
      unpackage/dist/dev/mp-weixin/pages/my/my.json
  26. 0 0
      unpackage/dist/dev/mp-weixin/pages/my/my.wxml
  27. 0 46
      unpackage/dist/dev/mp-weixin/project.config.json
  28. 0 27
      unpackage/dist/dev/mp-weixin/project.private.config.json
  29. BIN
      unpackage/dist/dev/mp-weixin/static/logo.png
  30. BIN
      unpackage/dist/dev/mp-weixin/static/tabBarImg/index.png
  31. BIN
      unpackage/dist/dev/mp-weixin/static/tabBarImg/index_cur.png
  32. BIN
      unpackage/dist/dev/mp-weixin/static/tabBarImg/me.png
  33. BIN
      unpackage/dist/dev/mp-weixin/static/tabBarImg/me_cur.png

+ 7 - 2
.gitignore

@@ -1,10 +1,15 @@
 node_modules
 .hbuilderx
-unpackage/
+# 忽略 unpackage 下所有内容,但保留 H5 打包输出
+unpackage/*
+!unpackage/dist/
+unpackage/dist/*
+!unpackage/dist/build/
+unpackage/dist/build/*
+!unpackage/dist/build/web/
 # dist #
 dist
 
 # idea #
 .idea
 *.iml
-/unpackage/

+ 1 - 1
manifest.json

@@ -1,6 +1,6 @@
 {
     "name" : "娇骄儿技师端",
-    "appid" : "__UNI__7BC265E",
+    "appid" : "__UNI__034AF1F",
     "description" : "",
     "versionName" : "1.0.22",
     "versionCode" : 1022,

+ 0 - 0
unpackage/dist/dev/.automator/mp-weixin/.automator.json


Разница между файлами не показана из-за своего большого размера
+ 0 - 0
unpackage/dist/dev/.sourcemap/mp-weixin/common/main.js.map


Разница между файлами не показана из-за своего большого размера
+ 0 - 0
unpackage/dist/dev/.sourcemap/mp-weixin/common/runtime.js.map


Разница между файлами не показана из-за своего большого размера
+ 0 - 0
unpackage/dist/dev/.sourcemap/mp-weixin/common/vendor.js.map


Разница между файлами не показана из-за своего большого размера
+ 0 - 0
unpackage/dist/dev/.sourcemap/mp-weixin/pages/index/index.js.map


Разница между файлами не показана из-за своего большого размера
+ 0 - 0
unpackage/dist/dev/.sourcemap/mp-weixin/pages/login/login.js.map


Разница между файлами не показана из-за своего большого размера
+ 0 - 0
unpackage/dist/dev/.sourcemap/mp-weixin/pages/my/my.js.map


+ 0 - 4
unpackage/dist/dev/mp-weixin/app.js

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

+ 0 - 35
unpackage/dist/dev/mp-weixin/app.json

@@ -1,35 +0,0 @@
-{
-  "pages": [
-    "pages/index/index",
-    "pages/login/login",
-    "pages/my/my"
-  ],
-  "subPackages": [],
-  "window": {
-    "navigationBarTextStyle": "black",
-    "navigationBarTitleText": "加载中",
-    "navigationBarBackgroundColor": "#FFE05C",
-    "backgroundColor": "#FFE05C"
-  },
-  "tabBar": {
-    "color": "#999999",
-    "selectedColor": "#333333",
-    "borderStyle": "white",
-    "backgroundColor": "#ffffff",
-    "list": [
-      {
-        "pagePath": "pages/index/index",
-        "iconPath": "static/tabBarImg/dianzan.png",
-        "selectedIconPath": "static/tabBarImg/dianzan_cur.png",
-        "text": "服务"
-      },
-      {
-        "pagePath": "pages/my/my",
-        "iconPath": "static/tabBarImg/me.png",
-        "selectedIconPath": "static/tabBarImg/me_cur.png",
-        "text": "我的"
-      }
-    ]
-  },
-  "usingComponents": {}
-}

+ 0 - 3
unpackage/dist/dev/mp-weixin/app.wxss

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

Разница между файлами не показана из-за своего большого размера
+ 0 - 135
unpackage/dist/dev/mp-weixin/common/main.js


+ 0 - 319
unpackage/dist/dev/mp-weixin/common/main.wxss

@@ -1,319 +0,0 @@
-@charset "UTF-8";
-/**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
-/**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
-/* 颜色变量 */
-/* 行为相关颜色 */
-/* 文字基本颜色 */
-/* 背景颜色 */
-/* 边框颜色 */
-/* 尺寸变量 */
-/* 文字尺寸 */
-/* 图片尺寸 */
-/* Border Radius */
-/* 水平间距 */
-/* 垂直间距 */
-/* 透明度 */
-/* 文章场景相关 */
-.flex-col {
-	display: flex;
-	flex-direction: column;
-}
-.flex-row {
-	display: flex;
-	flex-direction: row;
-}
-.flex-row-reverse {
-	display: flex;
-	flex-direction: row-reverse;
-}
-.bord {
-	border: 1px solid red;
-}
-.justify-start {
-	display: flex;
-	justify-content: flex-start;
-}
-.justify-center {
-	display: flex;
-	justify-content: center;
-}
-.justify-end {
-	display: flex;
-	justify-content: flex-end;
-}
-.justify-evenly {
-	display: flex;
-	justify-content: space-evenly;
-}
-.justify-around {
-	display: flex;
-	justify-content: space-around;
-}
-.justify-between {
-	display: flex;
-	justify-content: space-between;
-}
-.align-start {
-	display: flex;
-	align-items: flex-start;
-}
-.align-center {
-	display: flex;
-	align-items: center;
-}
-.align-end {
-	display: flex;
-	align-items: flex-end;
-}
-.sticky {
-
-	display: flex;
-	position: -webkit-sticky;
-
-	position: sticky;
-	top: 0rpx;
-	z-index: 99;
-}
-.bord {
-	border: 1px solid red;
-}
-.u-line-1 {
-  display: -webkit-box !important;
-  overflow: hidden;
-  text-overflow: ellipsis;
-  word-break: break-all;
-  -webkit-line-clamp: 1;
-  -webkit-box-orient: vertical !important;
-}
-.u-line-2 {
-  display: -webkit-box !important;
-  overflow: hidden;
-  text-overflow: ellipsis;
-  word-break: break-all;
-  -webkit-line-clamp: 2;
-  -webkit-box-orient: vertical !important;
-}
-.u-line-3 {
-  display: -webkit-box !important;
-  overflow: hidden;
-  text-overflow: ellipsis;
-  word-break: break-all;
-  -webkit-line-clamp: 3;
-  -webkit-box-orient: vertical !important;
-}
-.u-line-4 {
-  display: -webkit-box !important;
-  overflow: hidden;
-  text-overflow: ellipsis;
-  word-break: break-all;
-  -webkit-line-clamp: 4;
-  -webkit-box-orient: vertical !important;
-}
-.u-line-5 {
-  display: -webkit-box !important;
-  overflow: hidden;
-  text-overflow: ellipsis;
-  word-break: break-all;
-  -webkit-line-clamp: 5;
-  -webkit-box-orient: vertical !important;
-}
-.u-border {
-  border-width: 0.5px !important;
-  border-color: #dadbde !important;
-  border-style: solid;
-}
-.u-border-top {
-  border-top-width: 0.5px !important;
-  border-color: #dadbde !important;
-  border-top-style: solid;
-}
-.u-border-left {
-  border-left-width: 0.5px !important;
-  border-color: #dadbde !important;
-  border-left-style: solid;
-}
-.u-border-right {
-  border-right-width: 0.5px !important;
-  border-color: #dadbde !important;
-  border-right-style: solid;
-}
-.u-border-bottom {
-  border-bottom-width: 0.5px !important;
-  border-color: #dadbde !important;
-  border-bottom-style: solid;
-}
-.u-border-top-bottom {
-  border-top-width: 0.5px !important;
-  border-bottom-width: 0.5px !important;
-  border-color: #dadbde !important;
-  border-top-style: solid;
-  border-bottom-style: solid;
-}
-.u-reset-button {
-  padding: 0;
-  background-color: transparent;
-  font-size: inherit;
-  line-height: inherit;
-  color: inherit;
-}
-.u-reset-button::after {
-  border: none;
-}
-.u-hover-class {
-  opacity: 0.7;
-}
-.u-primary-light {
-  color: #ecf5ff;
-}
-.u-warning-light {
-  color: #fdf6ec;
-}
-.u-success-light {
-  color: #f5fff0;
-}
-.u-error-light {
-  color: #fef0f0;
-}
-.u-info-light {
-  color: #f4f4f5;
-}
-.u-primary-light-bg {
-  background-color: #ecf5ff;
-}
-.u-warning-light-bg {
-  background-color: #fdf6ec;
-}
-.u-success-light-bg {
-  background-color: #f5fff0;
-}
-.u-error-light-bg {
-  background-color: #fef0f0;
-}
-.u-info-light-bg {
-  background-color: #f4f4f5;
-}
-.u-primary-dark {
-  color: #398ade;
-}
-.u-warning-dark {
-  color: #f1a532;
-}
-.u-success-dark {
-  color: #53c21d;
-}
-.u-error-dark {
-  color: #e45656;
-}
-.u-info-dark {
-  color: #767a82;
-}
-.u-primary-dark-bg {
-  background-color: #398ade;
-}
-.u-warning-dark-bg {
-  background-color: #f1a532;
-}
-.u-success-dark-bg {
-  background-color: #53c21d;
-}
-.u-error-dark-bg {
-  background-color: #e45656;
-}
-.u-info-dark-bg {
-  background-color: #767a82;
-}
-.u-primary-disabled {
-  color: #9acafc;
-}
-.u-warning-disabled {
-  color: #f9d39b;
-}
-.u-success-disabled {
-  color: #a9e08f;
-}
-.u-error-disabled {
-  color: #f7b2b2;
-}
-.u-info-disabled {
-  color: #c4c6c9;
-}
-.u-primary {
-  color: #3c9cff;
-}
-.u-warning {
-  color: #f9ae3d;
-}
-.u-success {
-  color: #5ac725;
-}
-.u-error {
-  color: #f56c6c;
-}
-.u-info {
-  color: #909399;
-}
-.u-primary-bg {
-  background-color: #3c9cff;
-}
-.u-warning-bg {
-  background-color: #f9ae3d;
-}
-.u-success-bg {
-  background-color: #5ac725;
-}
-.u-error-bg {
-  background-color: #f56c6c;
-}
-.u-info-bg {
-  background-color: #909399;
-}
-.u-main-color {
-  color: #303133;
-}
-.u-content-color {
-  color: #606266;
-}
-.u-tips-color {
-  color: #909193;
-}
-.u-light-color {
-  color: #c0c4cc;
-}
-.u-safe-area-inset-top {
-  padding-top: 0;
-  padding-top: constant(safe-area-inset-top);
-  padding-top: env(safe-area-inset-top);
-}
-.u-safe-area-inset-right {
-  padding-right: 0;
-  padding-right: constant(safe-area-inset-right);
-  padding-right: env(safe-area-inset-right);
-}
-.u-safe-area-inset-bottom {
-  padding-bottom: 0;
-  padding-bottom: constant(safe-area-inset-bottom);
-  padding-bottom: env(safe-area-inset-bottom);
-}
-.u-safe-area-inset-left {
-  padding-left: 0;
-  padding-left: constant(safe-area-inset-left);
-  padding-left: env(safe-area-inset-left);
-}
-::-webkit-scrollbar {
-  display: none;
-  width: 0 !important;
-  height: 0 !important;
-  -webkit-appearance: none;
-  background: transparent;
-}
-

+ 0 - 273
unpackage/dist/dev/mp-weixin/common/runtime.js

@@ -1,273 +0,0 @@
-
-  !function(){try{var a=Function("return this")();a&&!a.Math&&(Object.assign(a,{isFinite:isFinite,Array:Array,Date:Date,Error:Error,Function:Function,Math:Math,Object:Object,RegExp:RegExp,String:String,TypeError:TypeError,setTimeout:setTimeout,clearTimeout:clearTimeout,setInterval:setInterval,clearInterval:clearInterval}),"undefined"!=typeof Reflect&&(a.Reflect=Reflect))}catch(a){}}();
-  /******/ (function(modules) { // webpackBootstrap
-/******/ 	// install a JSONP callback for chunk loading
-/******/ 	function webpackJsonpCallback(data) {
-/******/ 		var chunkIds = data[0];
-/******/ 		var moreModules = data[1];
-/******/ 		var executeModules = data[2];
-/******/
-/******/ 		// add "moreModules" to the modules object,
-/******/ 		// then flag all "chunkIds" as loaded and fire callback
-/******/ 		var moduleId, chunkId, i = 0, resolves = [];
-/******/ 		for(;i < chunkIds.length; i++) {
-/******/ 			chunkId = chunkIds[i];
-/******/ 			if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId) && installedChunks[chunkId]) {
-/******/ 				resolves.push(installedChunks[chunkId][0]);
-/******/ 			}
-/******/ 			installedChunks[chunkId] = 0;
-/******/ 		}
-/******/ 		for(moduleId in moreModules) {
-/******/ 			if(Object.prototype.hasOwnProperty.call(moreModules, moduleId)) {
-/******/ 				modules[moduleId] = moreModules[moduleId];
-/******/ 			}
-/******/ 		}
-/******/ 		if(parentJsonpFunction) parentJsonpFunction(data);
-/******/
-/******/ 		while(resolves.length) {
-/******/ 			resolves.shift()();
-/******/ 		}
-/******/
-/******/ 		// add entry modules from loaded chunk to deferred list
-/******/ 		deferredModules.push.apply(deferredModules, executeModules || []);
-/******/
-/******/ 		// run deferred modules when all chunks ready
-/******/ 		return checkDeferredModules();
-/******/ 	};
-/******/ 	function checkDeferredModules() {
-/******/ 		var result;
-/******/ 		for(var i = 0; i < deferredModules.length; i++) {
-/******/ 			var deferredModule = deferredModules[i];
-/******/ 			var fulfilled = true;
-/******/ 			for(var j = 1; j < deferredModule.length; j++) {
-/******/ 				var depId = deferredModule[j];
-/******/ 				if(installedChunks[depId] !== 0) fulfilled = false;
-/******/ 			}
-/******/ 			if(fulfilled) {
-/******/ 				deferredModules.splice(i--, 1);
-/******/ 				result = __webpack_require__(__webpack_require__.s = deferredModule[0]);
-/******/ 			}
-/******/ 		}
-/******/
-/******/ 		return result;
-/******/ 	}
-/******/
-/******/ 	// The module cache
-/******/ 	var installedModules = {};
-/******/
-/******/ 	// object to store loaded CSS chunks
-/******/ 	var installedCssChunks = {
-/******/ 		"common/runtime": 0
-/******/ 	}
-/******/
-/******/ 	// object to store loaded and loading chunks
-/******/ 	// undefined = chunk not loaded, null = chunk preloaded/prefetched
-/******/ 	// Promise = chunk loading, 0 = chunk loaded
-/******/ 	var installedChunks = {
-/******/ 		"common/runtime": 0
-/******/ 	};
-/******/
-/******/ 	var deferredModules = [];
-/******/
-/******/ 	// script path function
-/******/ 	function jsonpScriptSrc(chunkId) {
-/******/ 		return __webpack_require__.p + "" + chunkId + ".js"
-/******/ 	}
-/******/
-/******/ 	// The require function
-/******/ 	function __webpack_require__(moduleId) {
-/******/
-/******/ 		// Check if module is in cache
-/******/ 		if(installedModules[moduleId]) {
-/******/ 			return installedModules[moduleId].exports;
-/******/ 		}
-/******/ 		// Create a new module (and put it into the cache)
-/******/ 		var module = installedModules[moduleId] = {
-/******/ 			i: moduleId,
-/******/ 			l: false,
-/******/ 			exports: {}
-/******/ 		};
-/******/
-/******/ 		// Execute the module function
-/******/ 		modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
-/******/
-/******/ 		// Flag the module as loaded
-/******/ 		module.l = true;
-/******/
-/******/ 		// Return the exports of the module
-/******/ 		return module.exports;
-/******/ 	}
-/******/
-/******/ 	// This file contains only the entry chunk.
-/******/ 	// The chunk loading function for additional chunks
-/******/ 	__webpack_require__.e = function requireEnsure(chunkId) {
-/******/ 		var promises = [];
-/******/
-/******/
-/******/ 		// mini-css-extract-plugin CSS loading
-/******/ 		var cssChunks = {"node-modules/uview-ui/components/u-icon/u-icon":1,"uni_modules/mescroll-uni/components/mescroll-uni/mescroll-uni":1,"node-modules/uview-ui/components/u-form-item/u-form-item":1,"uni_modules/uni-list/components/uni-list-item/uni-list-item":1,"uni_modules/uni-list/components/uni-list/uni-list":1,"uni_modules/mescroll-uni/components/mescroll-empty/mescroll-empty":1,"uni_modules/mescroll-uni/components/mescroll-uni/components/mescroll-top":1,"node-modules/uview-ui/components/u-input/u-input":1,"node-modules/uview-ui/components/u-line/u-line":1,"uni_modules/uni-icons/components/uni-icons/uni-icons":1,"uni_modules/uni-badge/components/uni-badge/uni-badge":1};
-/******/ 		if(installedCssChunks[chunkId]) promises.push(installedCssChunks[chunkId]);
-/******/ 		else if(installedCssChunks[chunkId] !== 0 && cssChunks[chunkId]) {
-/******/ 			promises.push(installedCssChunks[chunkId] = new Promise(function(resolve, reject) {
-/******/ 				var href = "" + ({"node-modules/uview-ui/components/u-icon/u-icon":"node-modules/uview-ui/components/u-icon/u-icon","uni_modules/mescroll-uni/components/mescroll-uni/mescroll-uni":"uni_modules/mescroll-uni/components/mescroll-uni/mescroll-uni","node-modules/uview-ui/components/u--form/u--form":"node-modules/uview-ui/components/u--form/u--form","node-modules/uview-ui/components/u--input/u--input":"node-modules/uview-ui/components/u--input/u--input","node-modules/uview-ui/components/u-form-item/u-form-item":"node-modules/uview-ui/components/u-form-item/u-form-item","uni_modules/uni-list/components/uni-list-item/uni-list-item":"uni_modules/uni-list/components/uni-list-item/uni-list-item","uni_modules/uni-list/components/uni-list/uni-list":"uni_modules/uni-list/components/uni-list/uni-list","uni_modules/mescroll-uni/components/mescroll-empty/mescroll-empty":"uni_modules/mescroll-uni/components/mescroll-empty/mescroll-empty","uni_modules/mescroll-uni/components/mescroll-uni/components/mescroll-top":"uni_modules/mescroll-uni/components/mescroll-uni/components/mescroll-top","node-modules/uview-ui/components/u-form/u-form":"node-modules/uview-ui/components/u-form/u-form","node-modules/uview-ui/components/u-input/u-input":"node-modules/uview-ui/components/u-input/u-input","node-modules/uview-ui/components/u-line/u-line":"node-modules/uview-ui/components/u-line/u-line","uni_modules/uni-icons/components/uni-icons/uni-icons":"uni_modules/uni-icons/components/uni-icons/uni-icons","uni_modules/uni-badge/components/uni-badge/uni-badge":"uni_modules/uni-badge/components/uni-badge/uni-badge"}[chunkId]||chunkId) + ".wxss";
-/******/ 				var fullhref = __webpack_require__.p + href;
-/******/ 				var existingLinkTags = document.getElementsByTagName("link");
-/******/ 				for(var i = 0; i < existingLinkTags.length; i++) {
-/******/ 					var tag = existingLinkTags[i];
-/******/ 					var dataHref = tag.getAttribute("data-href") || tag.getAttribute("href");
-/******/ 					if(tag.rel === "stylesheet" && (dataHref === href || dataHref === fullhref)) return resolve();
-/******/ 				}
-/******/ 				var existingStyleTags = document.getElementsByTagName("style");
-/******/ 				for(var i = 0; i < existingStyleTags.length; i++) {
-/******/ 					var tag = existingStyleTags[i];
-/******/ 					var dataHref = tag.getAttribute("data-href");
-/******/ 					if(dataHref === href || dataHref === fullhref) return resolve();
-/******/ 				}
-/******/ 				var linkTag = document.createElement("link");
-/******/ 				linkTag.rel = "stylesheet";
-/******/ 				linkTag.type = "text/css";
-/******/ 				linkTag.onload = resolve;
-/******/ 				linkTag.onerror = function(event) {
-/******/ 					var request = event && event.target && event.target.src || fullhref;
-/******/ 					var err = new Error("Loading CSS chunk " + chunkId + " failed.\n(" + request + ")");
-/******/ 					err.code = "CSS_CHUNK_LOAD_FAILED";
-/******/ 					err.request = request;
-/******/ 					delete installedCssChunks[chunkId]
-/******/ 					linkTag.parentNode.removeChild(linkTag)
-/******/ 					reject(err);
-/******/ 				};
-/******/ 				linkTag.href = fullhref;
-/******/
-/******/ 				var head = document.getElementsByTagName("head")[0];
-/******/ 				head.appendChild(linkTag);
-/******/ 			}).then(function() {
-/******/ 				installedCssChunks[chunkId] = 0;
-/******/ 			}));
-/******/ 		}
-/******/
-/******/ 		// JSONP chunk loading for javascript
-/******/
-/******/ 		var installedChunkData = installedChunks[chunkId];
-/******/ 		if(installedChunkData !== 0) { // 0 means "already installed".
-/******/
-/******/ 			// a Promise means "currently loading".
-/******/ 			if(installedChunkData) {
-/******/ 				promises.push(installedChunkData[2]);
-/******/ 			} else {
-/******/ 				// setup Promise in chunk cache
-/******/ 				var promise = new Promise(function(resolve, reject) {
-/******/ 					installedChunkData = installedChunks[chunkId] = [resolve, reject];
-/******/ 				});
-/******/ 				promises.push(installedChunkData[2] = promise);
-/******/
-/******/ 				// start chunk loading
-/******/ 				var script = document.createElement('script');
-/******/ 				var onScriptComplete;
-/******/
-/******/ 				script.charset = 'utf-8';
-/******/ 				script.timeout = 120;
-/******/ 				if (__webpack_require__.nc) {
-/******/ 					script.setAttribute("nonce", __webpack_require__.nc);
-/******/ 				}
-/******/ 				script.src = jsonpScriptSrc(chunkId);
-/******/
-/******/ 				// create error before stack unwound to get useful stacktrace later
-/******/ 				var error = new Error();
-/******/ 				onScriptComplete = function (event) {
-/******/ 					// avoid mem leaks in IE.
-/******/ 					script.onerror = script.onload = null;
-/******/ 					clearTimeout(timeout);
-/******/ 					var chunk = installedChunks[chunkId];
-/******/ 					if(chunk !== 0) {
-/******/ 						if(chunk) {
-/******/ 							var errorType = event && (event.type === 'load' ? 'missing' : event.type);
-/******/ 							var realSrc = event && event.target && event.target.src;
-/******/ 							error.message = 'Loading chunk ' + chunkId + ' failed.\n(' + errorType + ': ' + realSrc + ')';
-/******/ 							error.name = 'ChunkLoadError';
-/******/ 							error.type = errorType;
-/******/ 							error.request = realSrc;
-/******/ 							chunk[1](error);
-/******/ 						}
-/******/ 						installedChunks[chunkId] = undefined;
-/******/ 					}
-/******/ 				};
-/******/ 				var timeout = setTimeout(function(){
-/******/ 					onScriptComplete({ type: 'timeout', target: script });
-/******/ 				}, 120000);
-/******/ 				script.onerror = script.onload = onScriptComplete;
-/******/ 				document.head.appendChild(script);
-/******/ 			}
-/******/ 		}
-/******/ 		return Promise.all(promises);
-/******/ 	};
-/******/
-/******/ 	// expose the modules object (__webpack_modules__)
-/******/ 	__webpack_require__.m = modules;
-/******/
-/******/ 	// expose the module cache
-/******/ 	__webpack_require__.c = installedModules;
-/******/
-/******/ 	// define getter function for harmony exports
-/******/ 	__webpack_require__.d = function(exports, name, getter) {
-/******/ 		if(!__webpack_require__.o(exports, name)) {
-/******/ 			Object.defineProperty(exports, name, { enumerable: true, get: getter });
-/******/ 		}
-/******/ 	};
-/******/
-/******/ 	// define __esModule on exports
-/******/ 	__webpack_require__.r = function(exports) {
-/******/ 		if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
-/******/ 			Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
-/******/ 		}
-/******/ 		Object.defineProperty(exports, '__esModule', { value: true });
-/******/ 	};
-/******/
-/******/ 	// create a fake namespace object
-/******/ 	// mode & 1: value is a module id, require it
-/******/ 	// mode & 2: merge all properties of value into the ns
-/******/ 	// mode & 4: return value when already ns object
-/******/ 	// mode & 8|1: behave like require
-/******/ 	__webpack_require__.t = function(value, mode) {
-/******/ 		if(mode & 1) value = __webpack_require__(value);
-/******/ 		if(mode & 8) return value;
-/******/ 		if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
-/******/ 		var ns = Object.create(null);
-/******/ 		__webpack_require__.r(ns);
-/******/ 		Object.defineProperty(ns, 'default', { enumerable: true, value: value });
-/******/ 		if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
-/******/ 		return ns;
-/******/ 	};
-/******/
-/******/ 	// getDefaultExport function for compatibility with non-harmony modules
-/******/ 	__webpack_require__.n = function(module) {
-/******/ 		var getter = module && module.__esModule ?
-/******/ 			function getDefault() { return module['default']; } :
-/******/ 			function getModuleExports() { return module; };
-/******/ 		__webpack_require__.d(getter, 'a', getter);
-/******/ 		return getter;
-/******/ 	};
-/******/
-/******/ 	// Object.prototype.hasOwnProperty.call
-/******/ 	__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
-/******/
-/******/ 	// __webpack_public_path__
-/******/ 	__webpack_require__.p = "/";
-/******/
-/******/ 	// on error function for async loading
-/******/ 	__webpack_require__.oe = function(err) { console.error(err); throw err; };
-/******/
-/******/ 	var jsonpArray = global["webpackJsonp"] = global["webpackJsonp"] || [];
-/******/ 	var oldJsonpFunction = jsonpArray.push.bind(jsonpArray);
-/******/ 	jsonpArray.push = webpackJsonpCallback;
-/******/ 	jsonpArray = jsonpArray.slice();
-/******/ 	for(var i = 0; i < jsonpArray.length; i++) webpackJsonpCallback(jsonpArray[i]);
-/******/ 	var parentJsonpFunction = oldJsonpFunction;
-/******/
-/******/
-/******/ 	// run deferred modules from other chunks
-/******/ 	checkDeferredModules();
-/******/ })
-/************************************************************************/
-/******/ ([]);
-//# sourceMappingURL=../../.sourcemap/mp-weixin/common/runtime.js.map
-  

Разница между файлами не показана из-за своего большого размера
+ 0 - 15548
unpackage/dist/dev/mp-weixin/common/vendor.js


Разница между файлами не показана из-за своего большого размера
+ 0 - 467
unpackage/dist/dev/mp-weixin/pages/index/index.js


+ 0 - 8
unpackage/dist/dev/mp-weixin/pages/index/index.json

@@ -1,8 +0,0 @@
-{
-  "navigationStyle": "custom",
-  "enablePullDownRefresh": false,
-  "usingComponents": {
-    "u-icon": "/node-modules/uview-ui/components/u-icon/u-icon",
-    "mescroll-uni": "/uni_modules/mescroll-uni/components/mescroll-uni/mescroll-uni"
-  }
-}

Разница между файлами не показана из-за своего большого размера
+ 0 - 0
unpackage/dist/dev/mp-weixin/pages/index/index.wxml


+ 0 - 380
unpackage/dist/dev/mp-weixin/pages/index/index.wxss

@@ -1,380 +0,0 @@
-@charset "UTF-8";
-/**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
-/**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
-/* 颜色变量 */
-/* 行为相关颜色 */
-/* 文字基本颜色 */
-/* 背景颜色 */
-/* 边框颜色 */
-/* 尺寸变量 */
-/* 文字尺寸 */
-/* 图片尺寸 */
-/* Border Radius */
-/* 水平间距 */
-/* 垂直间距 */
-/* 透明度 */
-/* 文章场景相关 */
-.flex-col.data-v-57280228 {
-	display: flex;
-	flex-direction: column;
-}
-.flex-row.data-v-57280228 {
-	display: flex;
-	flex-direction: row;
-}
-.flex-row-reverse.data-v-57280228 {
-	display: flex;
-	flex-direction: row-reverse;
-}
-.bord.data-v-57280228 {
-	border: 1px solid red;
-}
-.justify-start.data-v-57280228 {
-	display: flex;
-	justify-content: flex-start;
-}
-.justify-center.data-v-57280228 {
-	display: flex;
-	justify-content: center;
-}
-.justify-end.data-v-57280228 {
-	display: flex;
-	justify-content: flex-end;
-}
-.justify-evenly.data-v-57280228 {
-	display: flex;
-	justify-content: space-evenly;
-}
-.justify-around.data-v-57280228 {
-	display: flex;
-	justify-content: space-around;
-}
-.justify-between.data-v-57280228 {
-	display: flex;
-	justify-content: space-between;
-}
-.align-start.data-v-57280228 {
-	display: flex;
-	align-items: flex-start;
-}
-.align-center.data-v-57280228 {
-	display: flex;
-	align-items: center;
-}
-.align-end.data-v-57280228 {
-	display: flex;
-	align-items: flex-end;
-}
-.sticky.data-v-57280228 {
-
-	display: flex;
-	position: -webkit-sticky;
-
-	position: sticky;
-	top: 0rpx;
-	z-index: 99;
-}
-.bord.data-v-57280228 {
-	border: 1px solid red;
-}
-.page.data-v-57280228{
-    background: #f7f7f7;
-    position: relative;
-    display: flex;
-}
-.bgImage.data-v-57280228{
-    width: 750rpx;
-    height: 520rpx;
-}
-.page1.data-v-57280228{
-    width: 750rpx;
-    position: absolute;
-    left: 0;
-    top: 0;
-}
-.tuni.data-v-57280228{
-    width: 686rpx;
-    height: 160rpx;
-    border-radius: 24rpx;
-    background: #ffffff;
-    margin-top: 184rpx;
-}
-.profile.data-v-57280228{
-    width: 112rpx;
-    height: 112rpx;
-    border-radius: 80rpx;
-    border: 2rpx solid #FFFFFF;
-    box-sizing: border-box;
-    margin-left: 32rpx;
-    margin-top: 24rpx;
-}
-.tuniMsg.data-v-57280228{
-    width: 380rpx;
-    height: 160rpx;
-    margin-left: 16rpx;
-}
-.name.data-v-57280228{
-    font-size: 28rpx;
-    font-weight: 600;
-    color: #333333;
-    margin-top: 30rpx;
-}
-.dizi.data-v-57280228{
-    font-size: 24rpx;
-    font-weight: 400;
-    color: #333333;
-    margin-top: 30rpx;
-}
-.tab.data-v-57280228{
-    width: 384rpx;
-    height: 80rpx;
-    border-radius: 40rpx;
-    background: #ffffff;
-    margin-top: 30rpx;
-}
-.serviceing.data-v-57280228{
-    height: 1100rpx;
-    margin-top: 8rpx;
-    margin-bottom: 60rpx;
-}
-.serviceMsg.data-v-57280228{
-    width: 686rpx;
-    padding-bottom: 100rpx;
-    background: #FFFFFF;
-    border-radius: 24rpx;
-    margin-top: 60rpx;
-    position: relative;
-}
-.backColor.data-v-57280228{
-    background: #f7f7f7;
-}
-.dakaIcon.data-v-57280228{
-    margin-top: 30rpx;
-}
-.dakaText.data-v-57280228{
-    margin-top: 20rpx;
-    font-size: 20rpx;
-    font-weight: 400;
-    color: #333333;
-}
-.tabs.data-v-57280228{
-    width: 192rpx;
-    height: 80rpx;
-    background: #FFFFFF;
-    border-radius: 40rpx;
-    border: 4rpx solid #FFFFFF;
-    box-sizing: border-box;
-    text-align: center;
-    line-height: 80rpx;
-}
-.selectTabs.data-v-57280228{
-    background:#FFE05C ;
-}
-.serviceProfile.data-v-57280228{
-    width: 160rpx;
-    height: 160rpx;
-    border-radius: 80rpx;
-    border: 2px solid #ffffff;
-    box-sizing: border-box;
-}
-.serviceInfo.data-v-57280228{
-    position: absolute;
-    left: 32rpx;
-    top: -50rpx;
-}
-.servicename.data-v-57280228{
-    height: 52rpx;
-    font-size: 36rpx;
-    font-weight: 600;
-    color: #333333;
-    margin-left: 20rpx;
-    line-height: 64rpx;
-    margin-bottom: 20rpx;
-}
-.tag.data-v-57280228{
-    width: 136rpx;
-    height: 64rpx;
-    background: #FFF6CE;
-    border-radius: 32rpx;
-    line-height: 64rpx;
-    margin-bottom: 20rpx;
-    margin-left: 20rpx;
-}
-.hint.data-v-57280228{
-     width: 24rpx;
-     height: 24rpx;
-     border-radius: 12rpx;
-     text-align: center;
-     background:   #FFAF36;
-     color: #FFFFFF;
-     font-size: 18rpx;
-     margin-left: 20rpx;
-    margin-top: 32rpx;
-}
-.hintCentent.data-v-57280228{
-    font-size: 24rpx;
-    font-weight: 400;
-    color: #FFAF36;
-    margin-left: 16rpx;
-    line-height: 88rpx;
-}
-.hintView.data-v-57280228{
-    width: 622rpx;
-    height: 88rpx;
-    background: #FFF7EA;
-    border-radius: 44rpx;
-    border: 2rpx solid #FFFFFF;
-    margin-top: 24rpx;
-}
-.key.data-v-57280228{
-    font-size: 28rpx;
-    font-weight: 400;
-    color: #999999;
-}
-.value.data-v-57280228{
-    font-size: 28rpx;
-    font-weight: 400;
-    color: #333333;
-}
-.key1.data-v-57280228{
-    height: 44rpx;
-    font-size: 28rpx;
-    font-weight: 400;
-    color: #333333;
-    line-height: 44rpx;
-}
-.leftBord.data-v-57280228{
-    border-left: 2px solid #DDDDDD;
-    padding-left: 30rpx;
-    margin-left: 30rpx;
-}
-.value1.data-v-57280228{
-    height: 52rpx;
-    font-size: 36rpx;
-    font-weight: bold;
-    color: #ED569F;
-    line-height: 52rpx;
-}
-.value2.data-v-57280228{
-    height: 44rpx;
-    font-size: 28rpx;
-    font-family: DIN, DIN;
-    font-weight: 400;
-    color: #ED569F;
-    line-height: 44rpx;
-}
-.tag1.data-v-57280228{
-    width: 188rpx;
-    height: 80rpx;
-    background: #FFF6CE;
-    border-radius: 44rpx;
-
-    font-size: 24rpx;
-    font-weight: 400;
-    color: #333333;
-    line-height: 80rpx;
-}
-.itemView.data-v-57280228{
-    width: 592rpx;
-    margin-top: 24rpx;
-}
-.item.data-v-57280228{
-    margin-top: 16rpx;
-}
-.grid.data-v-57280228{
-    width: 622rpx;
-    height: 136rpx;
-    margin-top: 40rpx;
-    border-top: 2rpx dashed #111111;
-    padding-top: 40rpx;
-}
-.grid-text.data-v-57280228{
-    height: 34rpx;
-    font-size: 24rpx;
-    font-weight: 400;
-    color: #666666;
-    line-height: 34rpx;
-}
-.start.data-v-57280228{
-    width: 160rpx;
-    height: 160rpx;
-    border-radius: 80rpx;
-    background: #FFE05C;
-    border: 4rpx solid #FFFFFF;
-    box-sizing: border-box;
-    text-align: center;
-    position: absolute;
-    left: 263rpx;
-    bottom: -80rpx;
-}
-.start text.data-v-57280228{
-    width: 56rpx;
-    height: 80rpx;
-    font-size: 28rpx;
-    font-weight: 600;
-    color: #333333;
-    line-height:40rpx;
-    margin-top: 40rpx;
-}
-.dataNull.data-v-57280228{
-    width: 140rpx;
-    height: 140rpx;
-    margin-top: 200rpx;
-}
-.dataNullText.data-v-57280228{
-    font-size: 24rpx;
-    font-weight: 400;
-    color: #999999;
-    margin-top: 24rpx;
-}
-.list.data-v-57280228{
-    width: 750rpx;
-    background: #f7f7f7;
-}
-.listItem.data-v-57280228{
-    width: 686rpx;
-    height: 160rpx;
-    background: #FFFFFF;
-    border-radius: 24rpx;
-    margin-top: 24rpx;
-}
-.listItemProfile.data-v-57280228{
-    width: 112rpx;
-    height: 112rpx;
-    border: 2rpx solid #FFFFFF;
-    margin-top: 24rpx;
-    margin-left: 32rpx;
-}
-.listItemName.data-v-57280228{
-    font-size: 28rpx;
-    font-weight: 600;
-    color: #333333;
-    margin-left: 28rpx;
-    line-height: 160rpx;
-}
-.listItemkey.data-v-57280228{
-    height: 44rpx;
-    font-size: 28rpx;
-    font-weight: 400;
-    color: #999999;
-    line-height: 160rpx;
-}
-.listItemValue.data-v-57280228{
-    height: 44rpx;
-    font-size: 28rpx;
-    font-weight: 400;
-    color: #333333;
-    line-height: 160rpx;
-    padding-right: 38rpx;
-}
-

Разница между файлами не показана из-за своего большого размера
+ 0 - 267
unpackage/dist/dev/mp-weixin/pages/login/login.js


+ 0 - 9
unpackage/dist/dev/mp-weixin/pages/login/login.json

@@ -1,9 +0,0 @@
-{
-  "navigationStyle": "custom",
-  "enablePullDownRefresh": false,
-  "usingComponents": {
-    "u--form": "/node-modules/uview-ui/components/u--form/u--form",
-    "u-form-item": "/node-modules/uview-ui/components/u-form-item/u-form-item",
-    "u--input": "/node-modules/uview-ui/components/u--input/u--input"
-  }
-}

+ 0 - 1
unpackage/dist/dev/mp-weixin/pages/login/login.wxml

@@ -1 +0,0 @@
-<view class="page data-v-b237504c"><view class="logTitle data-v-b237504c"><view class="welcome data-v-b237504c"><text class="data-v-b237504c">HI,您好!</text></view><view class="welcome data-v-b237504c"><text class="data-v-b237504c">欢迎登录技师端</text></view><view class="flex-row justify-center data-v-b237504c"><image class="log data-v-b237504c" src="../../static/logo.png"></image></view></view><view class="form data-v-b237504c"><u--form vue-id="35a7246c-1" labelPosition="left" model="{{form}}" rules="{{rules}}" data-ref="uForm" class="data-v-b237504c vue-ref" bind:__l="__l" vue-slots="{{['default']}}"><view class="formItem data-v-b237504c"><u-form-item vue-id="{{('35a7246c-2')+','+('35a7246c-1')}}" label="账号" prop="username" borderBottom="{{true}}" data-ref="item1" class="data-v-b237504c vue-ref" bind:__l="__l" vue-slots="{{['default']}}"><u--input bind:input="__e" vue-id="{{('35a7246c-3')+','+('35a7246c-2')}}" border="none" value="{{form.username}}" data-event-opts="{{[['^input',[['__set_model',['$0','username','$event',[]],['form']]]]]}}" class="data-v-b237504c" bind:__l="__l"></u--input></u-form-item></view><view class="formItem data-v-b237504c"><u-form-item vue-id="{{('35a7246c-4')+','+('35a7246c-1')}}" label="密码" prop="password" borderBottom="{{true}}" data-ref="item1" class="data-v-b237504c vue-ref" bind:__l="__l" vue-slots="{{['default']}}"><u--input bind:input="__e" vue-id="{{('35a7246c-5')+','+('35a7246c-4')}}" border="none" type="password" value="{{form.password}}" data-event-opts="{{[['^input',[['__set_model',['$0','password','$event',[]],['form']]]]]}}" class="data-v-b237504c" bind:__l="__l"></u--input></u-form-item></view><view class="forgetPassword data-v-b237504c"><text class="data-v-b237504c">忘记密码?</text></view><view data-event-opts="{{[['tap',[['login',['$event']]]]]}}" class="loginButton data-v-b237504c" bindtap="__e"><text class="data-v-b237504c">登录</text></view></u--form></view></view>

Разница между файлами не показана из-за своего большого размера
+ 0 - 265
unpackage/dist/dev/mp-weixin/pages/my/my.js


+ 0 - 9
unpackage/dist/dev/mp-weixin/pages/my/my.json

@@ -1,9 +0,0 @@
-{
-  "navigationStyle": "custom",
-  "enablePullDownRefresh": false,
-  "usingComponents": {
-    "u-icon": "/node-modules/uview-ui/components/u-icon/u-icon",
-    "uni-list": "/uni_modules/uni-list/components/uni-list/uni-list",
-    "uni-list-item": "/uni_modules/uni-list/components/uni-list-item/uni-list-item"
-  }
-}

Разница между файлами не показана из-за своего большого размера
+ 0 - 0
unpackage/dist/dev/mp-weixin/pages/my/my.wxml


+ 0 - 46
unpackage/dist/dev/mp-weixin/project.config.json

@@ -1,46 +0,0 @@
-{
-    "description": "项目配置文件。",
-    "packOptions": {
-        "ignore": [],
-        "include": []
-    },
-    "setting": {
-        "urlCheck": false,
-        "es6": false,
-        "postcss": false,
-        "minified": false,
-        "newFeature": true,
-        "bigPackageSizeSupport": true,
-        "babelSetting": {
-            "ignore": [],
-            "disablePlugins": [],
-            "outputPath": ""
-        }
-    },
-    "compileType": "miniprogram",
-    "libVersion": "3.2.3",
-    "appid": "touristappid",
-    "projectname": "娇骄儿技师端",
-    "condition": {
-        "search": {
-            "current": -1,
-            "list": []
-        },
-        "conversation": {
-            "current": -1,
-            "list": []
-        },
-        "game": {
-            "current": -1,
-            "list": []
-        },
-        "miniprogram": {
-            "current": -1,
-            "list": []
-        }
-    },
-    "editorSetting": {
-        "tabIndent": "insertSpaces",
-        "tabSize": 4
-    }
-}

+ 0 - 27
unpackage/dist/dev/mp-weixin/project.private.config.json

@@ -1,27 +0,0 @@
-{
-    "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
-    "projectname": "jje_staff_uniapp",
-    "setting": {
-        "compileHotReLoad": true
-    },
-    "condition": {
-        "miniprogram": {
-            "list": [
-                {
-                    "name": "",
-                    "pathName": "pages/my/my",
-                    "query": "",
-                    "launchMode": "default",
-                    "scene": null
-                },
-                {
-                    "name": "",
-                    "pathName": "pages/login/login",
-                    "query": "",
-                    "launchMode": "default",
-                    "scene": null
-                }
-            ]
-        }
-    }
-}

BIN
unpackage/dist/dev/mp-weixin/static/logo.png


BIN
unpackage/dist/dev/mp-weixin/static/tabBarImg/index.png


BIN
unpackage/dist/dev/mp-weixin/static/tabBarImg/index_cur.png


BIN
unpackage/dist/dev/mp-weixin/static/tabBarImg/me.png


BIN
unpackage/dist/dev/mp-weixin/static/tabBarImg/me_cur.png


Некоторые файлы не были показаны из-за большого количества измененных файлов