ソースを参照

优化m端首次加载

lalala 6 年 前
コミット
f84a664670
52 ファイル変更10 行追加16 行削除
  1. 2 8
      mobile/index.html
  2. 0 0
      mobile/static/index.css
  3. 0 0
      mobile/static/js/chunk-vendors.3186e5ea.js
  4. 0 0
      mobile/static/js/chunk-vendors.3a522b8f.js
  5. 0 0
      mobile/static/js/index.629ad10d.js
  6. 0 0
      mobile/static/js/index.9f4f8d8a.js
  7. 0 0
      mobile/static/js/pages-callback-index.435914a8.js
  8. 0 0
      mobile/static/js/pages-callback-index.a6f13a07.js
  9. 0 0
      mobile/static/js/pages-chat-index.735875c5.js
  10. 0 0
      mobile/static/js/pages-chat-index.c7f6f285.js
  11. 1 0
      mobile/static/js/pages-common-redirect.b97e19c3.js
  12. 0 1
      mobile/static/js/pages-common-redirect.cb029635.js
  13. 0 1
      mobile/static/js/pages-common-webview.3c6c723e.js
  14. 1 0
      mobile/static/js/pages-common-webview.6b3098e7.js
  15. 0 0
      mobile/static/js/pages-coupon-list.276d87d0.js
  16. 0 0
      mobile/static/js/pages-coupon-list.e4d4f06c.js
  17. 0 0
      mobile/static/js/pages-coupon-list~pages-home-category~pages-order-list.da4cdf6f.js
  18. 0 0
      mobile/static/js/pages-goods-detail.3413a3ce.js
  19. 0 0
      mobile/static/js/pages-goods-detail.cfd0abbc.js
  20. 0 6
      mobile/static/js/pages-goods-detail~pages-home-category~pages-home-index.07340bc1.js
  21. 6 0
      mobile/static/js/pages-goods-detail~pages-home-category~pages-home-index.a479051c.js
  22. 0 0
      mobile/static/js/pages-goods-detail~pages-home-user.5404c1d2.js
  23. 0 0
      mobile/static/js/pages-goods-detail~pages-home-user.9cc22ec0.js
  24. 0 0
      mobile/static/js/pages-home-category.0c1c89b3.js
  25. 0 0
      mobile/static/js/pages-home-category.2d5dd705.js
  26. 0 0
      mobile/static/js/pages-home-index.5f816a0b.js
  27. 0 0
      mobile/static/js/pages-home-index.d11668ad.js
  28. 0 0
      mobile/static/js/pages-home-shop.61523be8.js
  29. 0 0
      mobile/static/js/pages-home-shop.ca2cdad5.js
  30. 0 0
      mobile/static/js/pages-home-user.326cf92e.js
  31. 0 0
      mobile/static/js/pages-home-user.9010defe.js
  32. 0 0
      mobile/static/js/pages-interest-invite.353f94fa.js
  33. 0 0
      mobile/static/js/pages-interest-invite.ba81cbdb.js
  34. 0 0
      mobile/static/js/pages-interest-level.14af4f9b.js
  35. 0 0
      mobile/static/js/pages-interest-level.5e4f6420.js
  36. 0 0
      mobile/static/js/pages-order-buy.a9dfbb9c.js
  37. 0 0
      mobile/static/js/pages-order-buy.e7bfc2dc.js
  38. 0 0
      mobile/static/js/pages-order-buy~pages-pay-index.40ac8c51.js
  39. 0 0
      mobile/static/js/pages-order-buy~pages-pay-index.b02294ef.js
  40. 0 0
      mobile/static/js/pages-order-buy~pages-user-password~pages-user-register.dd13a78c.js
  41. 0 0
      mobile/static/js/pages-order-comment.24c6ea72.js
  42. 0 0
      mobile/static/js/pages-order-comment.3a0fb6e3.js
  43. 0 0
      mobile/static/js/pages-order-detail.5aedeb2f.js
  44. 0 0
      mobile/static/js/pages-order-detail.962c4651.js
  45. 0 0
      mobile/static/js/pages-order-list.2d69731f.js
  46. 0 0
      mobile/static/js/pages-order-list.9407337a.js
  47. 0 0
      mobile/static/js/pages-pay-index.217e7c0b.js
  48. 0 0
      mobile/static/js/pages-pay-index.c6674797.js
  49. 0 0
      mobile/static/js/pages-user-password.699d738f.js
  50. 0 0
      mobile/static/js/pages-user-password.775c8f34.js
  51. 0 0
      mobile/static/js/pages-user-register.3581683f.js
  52. 0 0
      mobile/static/js/pages-user-register.e89075aa.js

+ 2 - 8
mobile/index.html

@@ -1,9 +1,3 @@
-<!DOCTYPE html><html lang=zh-CN><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1"><title>花卉宝</title><script>var UA = window.navigator.userAgent.toLowerCase();
-			var isAndroid = UA.indexOf('android') > 0;
-			var isIOS = /iphone|ipad|ipod|ios/.test(UA);
-			if (!(isAndroid || isIOS)) {
-				// 正式发布的时候使用,开发期间不启用。
-				// window.location.href = '/h5/pcguide.html';
-			}</script><script>document.addEventListener('DOMContentLoaded', function() {
+<!DOCTYPE html><html lang=zh-CN><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1"><title>花卉宝</title><script>document.addEventListener('DOMContentLoaded', function() {
 				document.documentElement.style.fontSize = document.documentElement.clientWidth / 20 + 'px'
-			})</script><link rel=stylesheet href=/static/index.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script>/*BAIDU_STAT*/</script><script src=/static/js/chunk-vendors.3186e5ea.js></script><script src=/static/js/index.9f4f8d8a.js></script></body></html>
+			})</script><link rel=stylesheet href=/static/index.css></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id=app></div><script>/*BAIDU_STAT*/</script><script src=/static/js/chunk-vendors.3a522b8f.js></script><script src=/static/js/index.629ad10d.js></script></body></html>

ファイルの差分が大きいため隠しています
+ 0 - 0
mobile/static/index.css


ファイルの差分が大きいため隠しています
+ 0 - 0
mobile/static/js/chunk-vendors.3186e5ea.js


ファイルの差分が大きいため隠しています
+ 0 - 0
mobile/static/js/chunk-vendors.3a522b8f.js


ファイルの差分が大きいため隠しています
+ 0 - 0
mobile/static/js/index.629ad10d.js


ファイルの差分が大きいため隠しています
+ 0 - 0
mobile/static/js/index.9f4f8d8a.js


ファイルの差分が大きいため隠しています
+ 0 - 0
mobile/static/js/pages-callback-index.435914a8.js


ファイルの差分が大きいため隠しています
+ 0 - 0
mobile/static/js/pages-callback-index.a6f13a07.js


ファイルの差分が大きいため隠しています
+ 0 - 0
mobile/static/js/pages-chat-index.735875c5.js


ファイルの差分が大きいため隠しています
+ 0 - 0
mobile/static/js/pages-chat-index.c7f6f285.js


+ 1 - 0
mobile/static/js/pages-common-redirect.b97e19c3.js

@@ -0,0 +1 @@
+(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-common-redirect"],{"2d10":function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;t("2f62");var u=t("b26e"),i={data:function(){return{}},computed:{},onLoad:function(n){return uni.showLoading({title:"加载中..."}),uni.switchTab({url:"/pages/home/index"}),!1},methods:{_getWxQrCodeQuery:function(n){var e=this;(0,u.getWxQrCodeQuery)({scene:n}).then((function(n){if(uni.hideLoading(),n.data.url.indexOf("https://")>-1){var e=encodeURIComponent(n.data.url);uni.navigateTo({url:"/pages/page/webview/index?returnUrl=".concat(e)})}else uni.redirectTo({url:n.data.url})})).catch((function(n){e.compatible()}))},compatible:function(){uni.hideLoading(),uni.redirectTo({url:"/pages/page/login/index"})}}};e.default=i},"400b":function(n,e,t){"use strict";t.r(e);var u=t("da78"),i=t("595f");for(var r in i)"default"!==r&&function(n){t.d(e,n,(function(){return i[n]}))}(r);var a=t("f0c5"),o=Object(a["a"])(i["default"],u["a"],u["b"],!1,null,null,null);e["default"]=o.exports},"595f":function(n,e,t){"use strict";t.r(e);var u=t("2d10"),i=t.n(u);for(var r in u)"default"!==r&&function(n){t.d(e,n,(function(){return u[n]}))}(r);e["default"]=i.a},da78:function(n,e,t){"use strict";var u=function(){var n=this,e=n.$createElement,t=n._self._c||e;return t("div")},i=[];t.d(e,"a",(function(){return u})),t.d(e,"b",(function(){return i}))}}]);

+ 0 - 1
mobile/static/js/pages-common-redirect.cb029635.js

@@ -1 +0,0 @@
-(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-common-redirect"],{"400b":function(e,n,t){"use strict";t.r(n);var u=t("c975"),i=t("595f");for(var r in i)"default"!==r&&function(e){t.d(n,e,(function(){return i[e]}))}(r);var a=t("4e82"),o=Object(a["a"])(i["default"],u["a"],u["b"],!1,null,null,null);n["default"]=o.exports},"595f":function(e,n,t){"use strict";t.r(n);var u=t("b29f"),i=t.n(u);for(var r in u)"default"!==r&&function(e){t.d(n,e,(function(){return u[e]}))}(r);n["default"]=i.a},b29f:function(e,n,t){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;t("08c1");var u=t("b26e"),i={data:function(){return{}},computed:{},onLoad:function(e){return uni.showLoading({title:"加载中..."}),uni.switchTab({url:"/pages/home/index"}),!1},methods:{_getWxQrCodeQuery:function(e){var n=this;(0,u.getWxQrCodeQuery)({scene:e}).then((function(e){if(uni.hideLoading(),e.data.url.indexOf("https://")>-1){var n=encodeURIComponent(e.data.url);uni.navigateTo({url:"/pages/page/webview/index?returnUrl=".concat(n)})}else uni.redirectTo({url:e.data.url})})).catch((function(e){n.compatible()}))},compatible:function(){uni.hideLoading(),uni.redirectTo({url:"/pages/page/login/index"})}}};n.default=i},c975:function(e,n,t){"use strict";var u=function(){var e=this,n=e.$createElement,t=e._self._c||n;return t("div")},i=[];t.d(n,"a",(function(){return u})),t.d(n,"b",(function(){return i}))}}]);

+ 0 - 1
mobile/static/js/pages-common-webview.3c6c723e.js

@@ -1 +0,0 @@
-(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-common-webview"],{"0a74":function(e,n,t){"use strict";var r=function(){var e=this,n=e.$createElement,t=e._self._c||n;return t("v-uni-web-view",{attrs:{src:e.src}})},a=[];t.d(n,"a",(function(){return r})),t.d(n,"b",(function(){return a}))},7860:function(e,n,t){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;t("08c1");var r={data:function(){return{src:"",roleName:""}},computed:{},onLoad:function(e){},onShareAppMessage:function(e){var n={};return n={title:this.userInfo.nick_name+this.userInfo.role_name,path:"/pages/design/designCompany/indexNew?".concat(params)},n}};n.default=r},a1be:function(e,n,t){"use strict";t.r(n);var r=t("7860"),a=t.n(r);for(var u in r)"default"!==u&&function(e){t.d(n,e,(function(){return r[e]}))}(u);n["default"]=a.a},f2ce:function(e,n,t){"use strict";t.r(n);var r=t("0a74"),a=t("a1be");for(var u in a)"default"!==u&&function(e){t.d(n,e,(function(){return a[e]}))}(u);var o=t("4e82"),c=Object(o["a"])(a["default"],r["a"],r["b"],!1,null,"0bb7f04c",null);n["default"]=c.exports}}]);

+ 1 - 0
mobile/static/js/pages-common-webview.6b3098e7.js

@@ -0,0 +1 @@
+(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-common-webview"],{7938:function(n,e,t){"use strict";var r=function(){var n=this,e=n.$createElement,t=n._self._c||e;return t("v-uni-web-view",{attrs:{src:n.src}})},a=[];t.d(e,"a",(function(){return r})),t.d(e,"b",(function(){return a}))},a1be:function(n,e,t){"use strict";t.r(e);var r=t("d621"),a=t.n(r);for(var u in r)"default"!==u&&function(n){t.d(e,n,(function(){return r[n]}))}(u);e["default"]=a.a},d621:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;t("2f62");var r={data:function(){return{src:"",roleName:""}},computed:{},onLoad:function(n){},onShareAppMessage:function(n){var e={};return e={title:this.userInfo.nick_name+this.userInfo.role_name,path:"/pages/design/designCompany/indexNew?".concat(params)},e}};e.default=r},f2ce:function(n,e,t){"use strict";t.r(e);var r=t("7938"),a=t("a1be");for(var u in a)"default"!==u&&function(n){t.d(e,n,(function(){return a[n]}))}(u);var o=t("f0c5"),c=Object(o["a"])(a["default"],r["a"],r["b"],!1,null,"0bb7f04c",null);e["default"]=c.exports}}]);

ファイルの差分が大きいため隠しています
+ 0 - 0
mobile/static/js/pages-coupon-list.276d87d0.js


ファイルの差分が大きいため隠しています
+ 0 - 0
mobile/static/js/pages-coupon-list.e4d4f06c.js


ファイルの差分が大きいため隠しています
+ 0 - 0
mobile/static/js/pages-coupon-list~pages-home-category~pages-order-list.da4cdf6f.js


ファイルの差分が大きいため隠しています
+ 0 - 0
mobile/static/js/pages-goods-detail.3413a3ce.js


ファイルの差分が大きいため隠しています
+ 0 - 0
mobile/static/js/pages-goods-detail.cfd0abbc.js


ファイルの差分が大きいため隠しています
+ 0 - 6
mobile/static/js/pages-goods-detail~pages-home-category~pages-home-index.07340bc1.js


ファイルの差分が大きいため隠しています
+ 6 - 0
mobile/static/js/pages-goods-detail~pages-home-category~pages-home-index.a479051c.js


ファイルの差分が大きいため隠しています
+ 0 - 0
mobile/static/js/pages-goods-detail~pages-home-user.5404c1d2.js


ファイルの差分が大きいため隠しています
+ 0 - 0
mobile/static/js/pages-goods-detail~pages-home-user.9cc22ec0.js


ファイルの差分が大きいため隠しています
+ 0 - 0
mobile/static/js/pages-home-category.0c1c89b3.js


ファイルの差分が大きいため隠しています
+ 0 - 0
mobile/static/js/pages-home-category.2d5dd705.js


ファイルの差分が大きいため隠しています
+ 0 - 0
mobile/static/js/pages-home-index.5f816a0b.js


ファイルの差分が大きいため隠しています
+ 0 - 0
mobile/static/js/pages-home-index.d11668ad.js


ファイルの差分が大きいため隠しています
+ 0 - 0
mobile/static/js/pages-home-shop.61523be8.js


ファイルの差分が大きいため隠しています
+ 0 - 0
mobile/static/js/pages-home-shop.ca2cdad5.js


ファイルの差分が大きいため隠しています
+ 0 - 0
mobile/static/js/pages-home-user.326cf92e.js


ファイルの差分が大きいため隠しています
+ 0 - 0
mobile/static/js/pages-home-user.9010defe.js


ファイルの差分が大きいため隠しています
+ 0 - 0
mobile/static/js/pages-interest-invite.353f94fa.js


ファイルの差分が大きいため隠しています
+ 0 - 0
mobile/static/js/pages-interest-invite.ba81cbdb.js


ファイルの差分が大きいため隠しています
+ 0 - 0
mobile/static/js/pages-interest-level.14af4f9b.js


ファイルの差分が大きいため隠しています
+ 0 - 0
mobile/static/js/pages-interest-level.5e4f6420.js


ファイルの差分が大きいため隠しています
+ 0 - 0
mobile/static/js/pages-order-buy.a9dfbb9c.js


ファイルの差分が大きいため隠しています
+ 0 - 0
mobile/static/js/pages-order-buy.e7bfc2dc.js


ファイルの差分が大きいため隠しています
+ 0 - 0
mobile/static/js/pages-order-buy~pages-pay-index.40ac8c51.js


ファイルの差分が大きいため隠しています
+ 0 - 0
mobile/static/js/pages-order-buy~pages-pay-index.b02294ef.js


ファイルの差分が大きいため隠しています
+ 0 - 0
mobile/static/js/pages-order-buy~pages-user-password~pages-user-register.dd13a78c.js


ファイルの差分が大きいため隠しています
+ 0 - 0
mobile/static/js/pages-order-comment.24c6ea72.js


ファイルの差分が大きいため隠しています
+ 0 - 0
mobile/static/js/pages-order-comment.3a0fb6e3.js


ファイルの差分が大きいため隠しています
+ 0 - 0
mobile/static/js/pages-order-detail.5aedeb2f.js


ファイルの差分が大きいため隠しています
+ 0 - 0
mobile/static/js/pages-order-detail.962c4651.js


ファイルの差分が大きいため隠しています
+ 0 - 0
mobile/static/js/pages-order-list.2d69731f.js


ファイルの差分が大きいため隠しています
+ 0 - 0
mobile/static/js/pages-order-list.9407337a.js


ファイルの差分が大きいため隠しています
+ 0 - 0
mobile/static/js/pages-pay-index.217e7c0b.js


ファイルの差分が大きいため隠しています
+ 0 - 0
mobile/static/js/pages-pay-index.c6674797.js


ファイルの差分が大きいため隠しています
+ 0 - 0
mobile/static/js/pages-user-password.699d738f.js


ファイルの差分が大きいため隠しています
+ 0 - 0
mobile/static/js/pages-user-password.775c8f34.js


ファイルの差分が大きいため隠しています
+ 0 - 0
mobile/static/js/pages-user-register.3581683f.js


ファイルの差分が大きいため隠しています
+ 0 - 0
mobile/static/js/pages-user-register.e89075aa.js


この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません