Browse Source

删除 dev

张平 4 years ago
parent
commit
afb3002d58
44 changed files with 0 additions and 10897 deletions
  1. 0 0
      unpackage/dist/dev/.automator/mp-weixin/.automator.json
  2. 0 1
      unpackage/dist/dev/.sourcemap/mp-weixin/common/main.js.map
  3. 0 1
      unpackage/dist/dev/.sourcemap/mp-weixin/common/runtime.js.map
  4. 0 1
      unpackage/dist/dev/.sourcemap/mp-weixin/common/vendor.js.map
  5. 0 1
      unpackage/dist/dev/.sourcemap/mp-weixin/pages/confirm/confirm.js.map
  6. 0 1
      unpackage/dist/dev/.sourcemap/mp-weixin/pages/index/index.js.map
  7. 0 1
      unpackage/dist/dev/.sourcemap/mp-weixin/pages/show/show.js.map
  8. 0 1
      unpackage/dist/dev/.sourcemap/mp-weixin/pages/test/test.js.map
  9. 0 4
      unpackage/dist/dev/mp-weixin/app.js
  10. 0 24
      unpackage/dist/dev/mp-weixin/app.json
  11. 0 3
      unpackage/dist/dev/mp-weixin/app.wxss
  12. 0 135
      unpackage/dist/dev/mp-weixin/common/main.js
  13. 0 17
      unpackage/dist/dev/mp-weixin/common/main.wxss
  14. 0 158
      unpackage/dist/dev/mp-weixin/common/runtime.js
  15. 0 9025
      unpackage/dist/dev/mp-weixin/common/vendor.js
  16. 0 224
      unpackage/dist/dev/mp-weixin/pages/confirm/confirm.js
  17. 0 5
      unpackage/dist/dev/mp-weixin/pages/confirm/confirm.json
  18. 0 1
      unpackage/dist/dev/mp-weixin/pages/confirm/confirm.wxml
  19. 0 65
      unpackage/dist/dev/mp-weixin/pages/confirm/confirm.wxss
  20. 0 558
      unpackage/dist/dev/mp-weixin/pages/index/index.js
  21. 0 5
      unpackage/dist/dev/mp-weixin/pages/index/index.json
  22. 0 1
      unpackage/dist/dev/mp-weixin/pages/index/index.wxml
  23. 0 93
      unpackage/dist/dev/mp-weixin/pages/index/index.wxss
  24. 0 215
      unpackage/dist/dev/mp-weixin/pages/show/show.js
  25. 0 5
      unpackage/dist/dev/mp-weixin/pages/show/show.json
  26. 0 1
      unpackage/dist/dev/mp-weixin/pages/show/show.wxml
  27. 0 66
      unpackage/dist/dev/mp-weixin/pages/show/show.wxss
  28. 0 163
      unpackage/dist/dev/mp-weixin/pages/test/test.js
  29. 0 5
      unpackage/dist/dev/mp-weixin/pages/test/test.json
  30. 0 1
      unpackage/dist/dev/mp-weixin/pages/test/test.wxml
  31. 0 31
      unpackage/dist/dev/mp-weixin/project.config.json
  32. 0 7
      unpackage/dist/dev/mp-weixin/sitemap.json
  33. 0 78
      unpackage/dist/dev/mp-weixin/static/api.js
  34. BIN
      unpackage/dist/dev/mp-weixin/static/images/card.png
  35. BIN
      unpackage/dist/dev/mp-weixin/static/images/change.png
  36. BIN
      unpackage/dist/dev/mp-weixin/static/images/explain.png
  37. BIN
      unpackage/dist/dev/mp-weixin/static/images/head.png
  38. BIN
      unpackage/dist/dev/mp-weixin/static/images/head1.png
  39. BIN
      unpackage/dist/dev/mp-weixin/static/images/light.png
  40. BIN
      unpackage/dist/dev/mp-weixin/static/images/map.png
  41. BIN
      unpackage/dist/dev/mp-weixin/static/images/showhead.png
  42. BIN
      unpackage/dist/dev/mp-weixin/static/images/take.png
  43. BIN
      unpackage/dist/dev/mp-weixin/static/images/test.png
  44. BIN
      unpackage/dist/dev/mp-weixin/static/logo.png

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


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


File diff suppressed because it is too large
+ 0 - 1
unpackage/dist/dev/.sourcemap/mp-weixin/common/runtime.js.map


File diff suppressed because it is too large
+ 0 - 1
unpackage/dist/dev/.sourcemap/mp-weixin/common/vendor.js.map


File diff suppressed because it is too large
+ 0 - 1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/confirm/confirm.js.map


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


File diff suppressed because it is too large
+ 0 - 1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/show/show.js.map


File diff suppressed because it is too large
+ 0 - 1
unpackage/dist/dev/.sourcemap/mp-weixin/pages/test/test.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 - 24
unpackage/dist/dev/mp-weixin/app.json

@@ -1,24 +0,0 @@
-{
-  "pages": [
-    "pages/index/index",
-    "pages/show/show",
-    "pages/confirm/confirm",
-    "pages/test/test"
-  ],
-  "subPackages": [],
-  "window": {
-    "navigationBarTextStyle": "black",
-    "navigationBarTitleText": "uni-app",
-    "navigationBarBackgroundColor": "#F8F8F8",
-    "backgroundColor": "#F8F8F8"
-  },
-  "plugins": {
-    "myPlugin": {
-      "provider": "wx1549b963bbae9931",
-      "version": "4.0.0"
-    }
-  },
-  "usingComponents": {
-    "login": "plugin://myPlugin/login"
-  }
-}

+ 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;}

File diff suppressed because it is too large
+ 0 - 135
unpackage/dist/dev/mp-weixin/common/main.js


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

@@ -1,17 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-/*每个页面公共css */
-

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

@@ -1,158 +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 and loading chunks
-/******/ 	// undefined = chunk not loaded, null = chunk preloaded/prefetched
-/******/ 	// Promise = chunk loading, 0 = chunk loaded
-/******/ 	var installedChunks = {
-/******/ 		"common/runtime": 0
-/******/ 	};
-/******/
-/******/ 	var deferredModules = [];
-/******/
-/******/ 	// 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;
-/******/ 	}
-/******/
-/******/
-/******/ 	// 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 = "/";
-/******/
-/******/ 	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
-  

File diff suppressed because it is too large
+ 0 - 9025
unpackage/dist/dev/mp-weixin/common/vendor.js


File diff suppressed because it is too large
+ 0 - 224
unpackage/dist/dev/mp-weixin/pages/confirm/confirm.js


+ 0 - 5
unpackage/dist/dev/mp-weixin/pages/confirm/confirm.json

@@ -1,5 +0,0 @@
-{
-  "navigationBarTitleText": "确认信息",
-  "enablePullDownRefresh": false,
-  "usingComponents": {}
-}

File diff suppressed because it is too large
+ 0 - 1
unpackage/dist/dev/mp-weixin/pages/confirm/confirm.wxml


+ 0 - 65
unpackage/dist/dev/mp-weixin/pages/confirm/confirm.wxss

@@ -1,65 +0,0 @@
-.container{
-		display: -webkit-box;
-		display: -webkit-flex;
-		display: flex;
-		-webkit-box-orient: vertical;
-		-webkit-box-direction: normal;
-		-webkit-flex-direction: column;
-		        flex-direction: column;
-		color: #333333;
-		font-family: 'MicrosoftYaHei';
-		font-size: 28rpx;
-		height: 1206rpx;
-}
-.image{
-		width: 692rpx;
-		height: 432rpx;
-		margin-top: 21rpx;
-		margin-left: 29rpx;
-}
-.item_info_title{
-		margin-top: 40rpx;
-		margin-left: 30rpx;
-		font-size: 32rpx;
-		font-weight: 700;
-}
-.item_info{
-		margin-left: 30rpx;
-		display: -webkit-box;
-		display: -webkit-flex;
-		display: flex;
-		-webkit-flex-wrap: wrap;
-		        flex-wrap: wrap;
-}
-.info_list_left{
-		width: 600rpx;
-		margin-top: 14.5rpx;
-}
-.info_list_right{
-		width: 350rpx;
-		margin-top: 14.5rpx;
-}
-.info_list_long{
-		width: 500rpx;
-		margin-top: 14.5rpx;
-}
-.item_btu{
-		margin-top: 100rpx;
-}
-.submit{
-		width: 600rpx;
-		height: 80rpx;
-		/* padding-top: 8rpx; */
-		/* border-radius: 10rpx; */
-		background-color: #6EAFF0;
-		color: #FFFFFF;
-		font-size: 28rpx;
-}
-.last_info{
-		width: 578rpx;
-		height: 62rpx;
-		margin-top: 19rpx;
-		margin-left: 86rpx;
-		font-size: 24rpx;
-}
-

File diff suppressed because it is too large
+ 0 - 558
unpackage/dist/dev/mp-weixin/pages/index/index.js


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

@@ -1,5 +0,0 @@
-{
-  "navigationBarTitleText": "人脸采集",
-  "enablePullDownRefresh": true,
-  "usingComponents": {}
-}

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


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

@@ -1,93 +0,0 @@
-.item-camera {
-	/* position: fixed; */
-	/* top: 0;
-	left: 0; */
-	width: 100%;
-	height: 1300rpx;
-	background-color: #ffffff;
-}
-.camera {
-	width: 100%;
-	/* height: 760rpx; */
-	height: 912rpx;
-}
-.item-cover {
-	/* width: 669rpx;
-	height: 581.3rpx; */
-	width: 802.8rpx;
-	height: 697.56rpx;
-	/* margin-left: 40rpx; */
-	margin-left: -26.4rpx;
-	margin-top: 180rpx;
-}
-
-/* .submit-btn {
-	width: 100%;
-	margin-top: 5rpx;
-	display: flex;
-	flex-direction: row;
-	align-items: center;
-} */
-.item-list{
-	/* z-index: 1; */
-	width: 555rpx;
-	margin-top: 89rpx;
-	margin-left: 100rpx;
-	display: -webkit-box;
-	display: -webkit-flex;
-	display: flex;
-	-webkit-box-orient: horizontal;
-	-webkit-box-direction: normal;
-	-webkit-flex-direction: row;
-	        flex-direction: row;
-	-webkit-box-pack: justify;
-	-webkit-justify-content: space-between;
-	        justify-content: space-between;
-	-webkit-box-align:center;
-	-webkit-align-items:center;
-	        align-items:center;
-}
-.image-btn {
-	width: 150rpx;
-	height: 150rpx;
-	/* margin-left: 130rpx; */
-}
-.image-light{
-	width: 70rpx;
-	height: 70rpx;
-	/* margin-top: 129rpx; */
-	/* margin-left: 100rpx; */
-}
-.image-change{
-	width: 70rpx;
-	height: 70rpx;
-	/* margin-top: 129rpx; */
-	/* margin-left: 135rpx; */
-}
-.item-btn-list{
-	width: 690rpx;
-	margin-top: 125rpx;
-	margin-left: 30rpx;
-	display: -webkit-box;
-	display: -webkit-flex;
-	display: flex;
-	-webkit-box-orient: horizontal;
-	-webkit-box-direction: normal;
-	-webkit-flex-direction: row;
-	        flex-direction: row;
-	-webkit-box-pack: justify;
-	-webkit-justify-content: space-between;
-	        justify-content: space-between;
-}
-.use-btn{
-	background-color: #6EAFF0;
-	width: 188rpx;
-	height: 80rpx;
-	border-radius: 10rpx;
-	font-size: 32rpx;
-	color: #FFFFFF;
-}
-.login-item{
-	z-index: 1;
-}
-

File diff suppressed because it is too large
+ 0 - 215
unpackage/dist/dev/mp-weixin/pages/show/show.js


+ 0 - 5
unpackage/dist/dev/mp-weixin/pages/show/show.json

@@ -1,5 +0,0 @@
-{
-  "navigationBarTitleText": "迎新首页",
-  "enablePullDownRefresh": false,
-  "usingComponents": {}
-}

File diff suppressed because it is too large
+ 0 - 1
unpackage/dist/dev/mp-weixin/pages/show/show.wxml


+ 0 - 66
unpackage/dist/dev/mp-weixin/pages/show/show.wxss

@@ -1,66 +0,0 @@
-
-.item-iamge .image{
-	width: 749rpx;
-	height: 360rpx;
-}
-.item-title{
-	margin-top: 39rpx;
-	margin-left: 30rpx;
-	width: 400rpx;
-	display: -webkit-box;
-	display: -webkit-flex;
-	display: flex;
-	-webkit-box-orient: horizontal;
-	-webkit-box-direction: normal;
-	-webkit-flex-direction: row;
-	        flex-direction: row;
-}
-.item-title-line{
-	height: 32rpx;
-	width: 10rpx;
-	background-color: #3FB0FF;
-}
-.item-title-font{
-	font-size: 32rpx;
-	color: #333333;
-	margin-left: 15rpx;
-	font-weight: 700;
-	margin-top: -5rpx;
-}
-.item-list{
-	width: 590rpx;
-	margin-top: 40rpx;
-	margin-left: 80rpx;
-	display: -webkit-box;
-	display: -webkit-flex;
-	display: flex;
-	-webkit-box-orient: horizontal;
-	-webkit-box-direction: normal;
-	-webkit-flex-direction: row;
-	        flex-direction: row;
-	-webkit-box-pack: justify;
-	-webkit-justify-content: space-between;
-	        justify-content: space-between;
-}
-.item-list-one{
-	display: -webkit-box;
-	display: -webkit-flex;
-	display: flex;
-	-webkit-box-orient: vertical;
-	-webkit-box-direction: normal;
-	-webkit-flex-direction: column;
-	        flex-direction: column;
-	-webkit-box-align: center;
-	-webkit-align-items: center;
-	        align-items: center;
-}
-.img-btn{
-	width: 90rpx;
-	height: 90rpx;
-}
-.list-txt{
-	margin-top: 29rpx;
-	font-size: 30rpx;
-	color: #333333;
-}
-

File diff suppressed because it is too large
+ 0 - 163
unpackage/dist/dev/mp-weixin/pages/test/test.js


+ 0 - 5
unpackage/dist/dev/mp-weixin/pages/test/test.json

@@ -1,5 +0,0 @@
-{
-  "navigationBarTitleText": "",
-  "enablePullDownRefresh": false,
-  "usingComponents": {}
-}

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

@@ -1 +0,0 @@
-<view><web-view src="{{link}}" bindmessage="getMessage"></web-view></view>

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

@@ -1,31 +0,0 @@
-{
-  "description": "项目配置文件。",
-  "packOptions": {
-    "ignore": []
-  },
-  "setting": {
-    "urlCheck": false
-  },
-  "compileType": "miniprogram",
-  "libVersion": "",
-  "appid": "wxd6f090391d410534",
-  "projectname": "yinnxin",
-  "condition": {
-    "search": {
-      "current": -1,
-      "list": []
-    },
-    "conversation": {
-      "current": -1,
-      "list": []
-    },
-    "game": {
-      "current": -1,
-      "list": []
-    },
-    "miniprogram": {
-      "current": -1,
-      "list": []
-    }
-  }
-}

+ 0 - 7
unpackage/dist/dev/mp-weixin/sitemap.json

@@ -1,7 +0,0 @@
-{
-  "desc": "关于本文件的更多信息,请参考文档 https://developers.weixin.qq.com/miniprogram/dev/framework/sitemap.html",
-  "rules": [{
-  "action": "allow",
-  "page": "*"
-  }]
-}

+ 0 - 78
unpackage/dist/dev/mp-weixin/static/api.js

@@ -1,78 +0,0 @@
-const WECARD_BASE_URL = 'https://open.wecard.qq.com' // wecard
-const MY_BASE_URL = 'http://demo.xwsyjjy.com' // my
-const CODE_BASE_URL = 'https://developdomain.chuanghai-tech.com' // code
-
-export const myRequest = (options) => {
-	
-	// 域名 或 url 为空,则不执行任何操作
-	if (options.host == '' || options.url == '') {
-		return
-	}
-
-	return new Promise((resolve, reject) => {
-		let BASE_URL = '';
-
-		if (options.host == 'wecard')
-			BASE_URL = WECARD_BASE_URL;
-		else if (options.host == 'my')
-			BASE_URL = MY_BASE_URL;
-		else if (options.host == 'code')
-			BASE_URL = CODE_BASE_URL;
-		else
-			return;
-
-		uni.request({
-			url: BASE_URL + options.url,
-			method: options.method || 'GET',
-			header: options.header || {},
-			data: options.data || {},
-			success: (res) => {
-				// console.log(res)
-				resolve(res)
-			},
-			fail: (err) => {
-				uni.showToast({
-					icon: 'none',
-					title: err.errMsg
-				})
-				reject(err)
-			}
-		})
-	}).catch(
-		err => {
-			console.log("catch " + err);
-		}
-	)
-}
-
-// let BASE_URL = 'http://demo.xwsyjjy.com'
-// export const myRequest = (options) => {
-// 	return new Promise ((resolve, reject) => {
-// 		uni.request({
-// 			url: options.ip ? (options.ip + options.url) : (BASE_URL + options.url),
-// 			method: options.method || 'GET',
-// 			header: options.header || {},
-// 			data: options.data || {},
-// 			success: (res) => {
-// 				// console.log(res)
-// 				// if(res.data.static != "succ"){
-// 				// 	return uni.showToast({
-// 				// 		title: '获取数据失败'
-// 				// 	})
-// 				// }
-// 				// console.log(options)
-// 				resolve(res)
-// 			},
-// 			fail: (err) => {
-// 				uni.showToast({
-// 					title: '请求接口失败'
-// 				})
-// 				reject(err)
-// 			},
-// 		});
-// 	})
-	
-// }
-
-
-

BIN
unpackage/dist/dev/mp-weixin/static/images/card.png


BIN
unpackage/dist/dev/mp-weixin/static/images/change.png


BIN
unpackage/dist/dev/mp-weixin/static/images/explain.png


BIN
unpackage/dist/dev/mp-weixin/static/images/head.png


BIN
unpackage/dist/dev/mp-weixin/static/images/head1.png


BIN
unpackage/dist/dev/mp-weixin/static/images/light.png


BIN
unpackage/dist/dev/mp-weixin/static/images/map.png


BIN
unpackage/dist/dev/mp-weixin/static/images/showhead.png


BIN
unpackage/dist/dev/mp-weixin/static/images/take.png


BIN
unpackage/dist/dev/mp-weixin/static/images/test.png


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