瀏覽代碼

增加 持久化缓存

master
JinxChen 3 週之前
父節點
當前提交
e95aa0c5b6
共有 48 個檔案被更改,包括 111 行新增80 行删除
  1. +6
    -1
      App.vue
  2. +7
    -0
      store/modules/user.js
  3. +1
    -1
      unpackage/dist/dev/.sourcemap/mp-weixin/common/main.js.map
  4. +1
    -1
      unpackage/dist/dev/.sourcemap/mp-weixin/common/vendor.js.map
  5. +1
    -1
      unpackage/dist/dev/mp-weixin/common/main.js
  6. +1
    -1
      unpackage/dist/dev/mp-weixin/common/vendor.js
  7. +2
    -2
      unpackage/dist/dev/mp-weixin/components/face-bio-assay/face-bio-assay.js
  8. +2
    -2
      unpackage/dist/dev/mp-weixin/components/xiaogang-crop/index.js
  9. +2
    -2
      unpackage/dist/dev/mp-weixin/components/yq-avatar/yq-avatar.js
  10. +2
    -2
      unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u--form/u--form.js
  11. +2
    -2
      unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u--image/u--image.js
  12. +2
    -2
      unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u--input/u--input.js
  13. +2
    -2
      unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u--text/u--text.js
  14. +2
    -2
      unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-action-sheet/u-action-sheet.js
  15. +2
    -2
      unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-avatar/u-avatar.js
  16. +2
    -2
      unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-avatar/u-avatar.json
  17. +2
    -2
      unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-button/u-button.js
  18. +2
    -2
      unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-checkbox-group/u-checkbox-group.js
  19. +2
    -2
      unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-checkbox/u-checkbox.js
  20. +2
    -2
      unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-code/u-code.js
  21. +2
    -2
      unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-code/u-code.json
  22. +2
    -2
      unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-form-item/u-form-item.js
  23. +2
    -2
      unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-form/u-form.js
  24. +2
    -2
      unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-gap/u-gap.js
  25. +2
    -2
      unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-grid-item/u-grid-item.js
  26. +2
    -2
      unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-grid/u-grid.js
  27. +2
    -2
      unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-grid/u-grid.json
  28. +2
    -2
      unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-icon/u-icon.js
  29. +2
    -2
      unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-image/u-image.js
  30. +2
    -2
      unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-input/u-input.js
  31. +2
    -2
      unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-line/u-line.js
  32. +2
    -2
      unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-link/u-link.js
  33. +2
    -2
      unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-loading-icon/u-loading-icon.js
  34. +2
    -2
      unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-overlay/u-overlay.js
  35. +2
    -2
      unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-popup/u-popup.js
  36. +2
    -2
      unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-safe-bottom/u-safe-bottom.js
  37. +2
    -2
      unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-status-bar/u-status-bar.js
  38. +2
    -2
      unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-text/u-text.js
  39. +2
    -2
      unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-transition/u-transition.js
  40. +1
    -1
      unpackage/dist/dev/mp-weixin/pages/details/index.js
  41. +1
    -1
      unpackage/dist/dev/mp-weixin/pages/index/index.js
  42. +1
    -1
      unpackage/dist/dev/mp-weixin/pages/login/index.js
  43. +1
    -1
      unpackage/dist/dev/mp-weixin/pages/skin-assessment/croppedImage.js
  44. +1
    -1
      unpackage/dist/dev/mp-weixin/pages/skin-assessment/photoProcess.js
  45. +1
    -1
      unpackage/dist/dev/mp-weixin/pages/skin-assessment/photograph.js
  46. +1
    -1
      unpackage/dist/dev/mp-weixin/pages/user/info.js
  47. +1
    -1
      unpackage/dist/dev/mp-weixin/pages/user/mine.js
  48. +20
    -1
      utils/index.js

+ 6
- 1
App.vue 查看文件

@@ -6,8 +6,13 @@
plus.runtime.quit = () => {
};
// 请勿删除此代码块
// 请勿删除此代码块,
// #endif
let data = uni.getStorageSync(`Default_Vuex_Storage`);
console.log("data", data);
if (data) {
this.$store.commit('setAll', JSON.parse(data));
}
},
}
</script>


+ 7
- 0
store/modules/user.js 查看文件

@@ -6,6 +6,7 @@ import {
setToken,
removeToken
} from '@/utils/auth.js';
import Vue from 'vue'

const user = {
state: {
@@ -51,11 +52,17 @@ const user = {
state.agreementState = agreementState;
},
saveAll(state) {
console.log("state", state);
uni.setStorageSync(
`Default_Vuex_Storage`,
JSON.stringify(state)
)
},
setAll(state, data) {
Object.keys(data).forEach((key) => {
state[key] = Vue.prototype.$util.deepClone(data[key])
})
},


+ 1
- 1
unpackage/dist/dev/.sourcemap/mp-weixin/common/main.js.map
文件差異過大導致無法顯示
查看文件


+ 1
- 1
unpackage/dist/dev/.sourcemap/mp-weixin/common/vendor.js.map
文件差異過大導致無法顯示
查看文件


+ 1
- 1
unpackage/dist/dev/mp-weixin/common/main.js 查看文件

@@ -1,2 +1,2 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["common/main"],{0:function(e,t,r){"use strict";(function(e,t){var n=r(4),o=n(r(11));r(26);var u=n(r(27)),a=n(r(25));r(33);var f=n(r(34)),l=r(159),c=n(r(165)),i=n(r(168)),p=n(r(372)),d=n(r(171));function s(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function b(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?s(Object(r),!0).forEach((function(t){(0,o.default)(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):s(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}e.__webpack_require_UNI_MP_PLUGIN__=r,a.default.config.productionTip=!1,u.default.mpType="app",a.default.use(f.default),a.default.use(l.router),a.default.prototype.$api=i.default.api,a.default.prototype.$baseUrl=i.default.baseUrl,a.default.prototype.$themeColor="#F3D4A3",a.default.prototype.$themeDeepColor="#E19F4B",a.default.prototype.$urls=p.default,a.default.prototype.$util=d.default;var O=new a.default(b(b({},u.default),{},{store:c.default}));t(O).$mount()}).call(this,r(1)["default"],r(2)["createApp"])},27:function(e,t,r){"use strict";r.r(t);var n=r(28);for(var o in n)["default"].indexOf(o)<0&&function(e){r.d(t,e,(function(){return n[e]}))}(o);r(30);var u,a,f,l,c=r(32),i=Object(c["default"])(n["default"],u,a,!1,null,null,null,!1,f,l);i.options.__file="App.vue",t["default"]=i.exports},28:function(e,t,r){"use strict";r.r(t);var n=r(29),o=r.n(n);for(var u in n)["default"].indexOf(u)<0&&function(e){r.d(t,e,(function(){return n[e]}))}(u);t["default"]=o.a},29:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n={onShow:function(){}};t.default=n},30:function(e,t,r){"use strict";r.r(t);var n=r(31),o=r.n(n);for(var u in n)["default"].indexOf(u)<0&&function(e){r.d(t,e,(function(){return n[e]}))}(u);t["default"]=o.a},31:function(e,t,r){}},[[0,"common/runtime","common/vendor"]]]);
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["common/main"],{0:function(t,e,r){"use strict";(function(t,e){var o=r(4),n=o(r(11));r(26);var u=o(r(27)),a=o(r(25));r(33);var f=o(r(34)),l=r(159),c=o(r(165)),i=o(r(168)),p=o(r(171)),d=o(r(172));function s(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,o)}return r}function b(t){for(var e=1;e<arguments.length;e++){var r=null!=arguments[e]?arguments[e]:{};e%2?s(Object(r),!0).forEach((function(e){(0,n.default)(t,e,r[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):s(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}t.__webpack_require_UNI_MP_PLUGIN__=r,a.default.config.productionTip=!1,u.default.mpType="app",a.default.use(f.default),a.default.use(l.router),a.default.prototype.$api=i.default.api,a.default.prototype.$baseUrl=i.default.baseUrl,a.default.prototype.$themeColor="#F3D4A3",a.default.prototype.$themeDeepColor="#E19F4B",a.default.prototype.$urls=p.default,a.default.prototype.$util=d.default;var O=new a.default(b(b({},u.default),{},{store:c.default}));e(O).$mount()}).call(this,r(1)["default"],r(2)["createApp"])},27:function(t,e,r){"use strict";r.r(e);var o=r(28);for(var n in o)["default"].indexOf(n)<0&&function(t){r.d(e,t,(function(){return o[t]}))}(n);r(30);var u,a,f,l,c=r(32),i=Object(c["default"])(o["default"],u,a,!1,null,null,null,!1,f,l);i.options.__file="App.vue",e["default"]=i.exports},28:function(t,e,r){"use strict";r.r(e);var o=r(29),n=r.n(o);for(var u in o)["default"].indexOf(u)<0&&function(t){r.d(e,t,(function(){return o[t]}))}(u);e["default"]=n.a},29:function(t,e,r){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r={onShow:function(){var e=t.getStorageSync("Default_Vuex_Storage");console.log("data",e),e&&this.$store.commit("setAll",JSON.parse(e))}};e.default=r}).call(this,r(2)["default"])},30:function(t,e,r){"use strict";r.r(e);var o=r(31),n=r.n(o);for(var u in o)["default"].indexOf(u)<0&&function(t){r.d(e,t,(function(){return o[t]}))}(u);e["default"]=n.a},31:function(t,e,r){}},[[0,"common/runtime","common/vendor"]]]);
//# sourceMappingURL=../../.sourcemap/mp-weixin/common/main.js.map

+ 1
- 1
unpackage/dist/dev/mp-weixin/common/vendor.js
文件差異過大導致無法顯示
查看文件


+ 2
- 2
unpackage/dist/dev/mp-weixin/components/face-bio-assay/face-bio-assay.js
文件差異過大導致無法顯示
查看文件


+ 2
- 2
unpackage/dist/dev/mp-weixin/components/xiaogang-crop/index.js
文件差異過大導致無法顯示
查看文件


+ 2
- 2
unpackage/dist/dev/mp-weixin/components/yq-avatar/yq-avatar.js
文件差異過大導致無法顯示
查看文件


+ 2
- 2
unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u--form/u--form.js 查看文件

@@ -1,10 +1,10 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u--form/u--form"],{281:function(e,n,t){"use strict";t.r(n);var r=t(282),u=t(284);for(var i in u)["default"].indexOf(i)<0&&function(e){t.d(n,e,(function(){return u[e]}))}(i);var o,s=t(32),c=Object(s["default"])(u["default"],r["render"],r["staticRenderFns"],!1,null,null,null,!1,r["components"],o);c.options.__file="node_modules/uview-ui/components/u--form/u--form.vue",n["default"]=c.exports},282:function(e,n,t){"use strict";t.r(n);var r=t(283);t.d(n,"render",(function(){return r["render"]})),t.d(n,"staticRenderFns",(function(){return r["staticRenderFns"]})),t.d(n,"recyclableRender",(function(){return r["recyclableRender"]})),t.d(n,"components",(function(){return r["components"]}))},283:function(e,n,t){"use strict";var r;t.r(n),t.d(n,"render",(function(){return u})),t.d(n,"staticRenderFns",(function(){return o})),t.d(n,"recyclableRender",(function(){return i})),t.d(n,"components",(function(){return r}));var u=function(){var e=this,n=e.$createElement;e._self._c},i=!1,o=[];u._withStripped=!0},284:function(e,n,t){"use strict";t.r(n);var r=t(285),u=t.n(r);for(var i in r)["default"].indexOf(i)<0&&function(e){t.d(n,e,(function(){return r[e]}))}(i);n["default"]=u.a},285:function(e,n,t){"use strict";(function(e){var r=t(4);Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var u=r(t(286)),i=function(){Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-form/u-form")]).then(function(){return resolve(t(399))}.bind(null,t)).catch(t.oe)},o={name:"u-form",mixins:[e.$u.mpMixin,u.default,e.$u.mixin],components:{uvForm:i},created:function(){this.children=[]},methods:{setRules:function(e){this.$refs.uForm.setRules(e)},validate:function(){return this.setMpData(),this.$refs.uForm.validate()},validateField:function(e,n,t){return this.setMpData(),this.$refs.uForm.validateField(e,n,t)},resetFields:function(){return this.setMpData(),this.$refs.uForm.resetFields()},clearValidate:function(e){return this.setMpData(),this.$refs.uForm.clearValidate(e)},setMpData:function(){this.$refs.uForm.children=this.children}}};n.default=o}).call(this,t(2)["default"])}}]);
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u--form/u--form"],{287:function(e,n,t){"use strict";t.r(n);var r=t(288),u=t(290);for(var i in u)["default"].indexOf(i)<0&&function(e){t.d(n,e,(function(){return u[e]}))}(i);var o,s=t(32),c=Object(s["default"])(u["default"],r["render"],r["staticRenderFns"],!1,null,null,null,!1,r["components"],o);c.options.__file="node_modules/uview-ui/components/u--form/u--form.vue",n["default"]=c.exports},288:function(e,n,t){"use strict";t.r(n);var r=t(289);t.d(n,"render",(function(){return r["render"]})),t.d(n,"staticRenderFns",(function(){return r["staticRenderFns"]})),t.d(n,"recyclableRender",(function(){return r["recyclableRender"]})),t.d(n,"components",(function(){return r["components"]}))},289:function(e,n,t){"use strict";var r;t.r(n),t.d(n,"render",(function(){return u})),t.d(n,"staticRenderFns",(function(){return o})),t.d(n,"recyclableRender",(function(){return i})),t.d(n,"components",(function(){return r}));var u=function(){var e=this,n=e.$createElement;e._self._c},i=!1,o=[];u._withStripped=!0},290:function(e,n,t){"use strict";t.r(n);var r=t(291),u=t.n(r);for(var i in r)["default"].indexOf(i)<0&&function(e){t.d(n,e,(function(){return r[e]}))}(i);n["default"]=u.a},291:function(e,n,t){"use strict";(function(e){var r=t(4);Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var u=r(t(292)),i=function(){Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-form/u-form")]).then(function(){return resolve(t(437))}.bind(null,t)).catch(t.oe)},o={name:"u-form",mixins:[e.$u.mpMixin,u.default,e.$u.mixin],components:{uvForm:i},created:function(){this.children=[]},methods:{setRules:function(e){this.$refs.uForm.setRules(e)},validate:function(){return this.setMpData(),this.$refs.uForm.validate()},validateField:function(e,n,t){return this.setMpData(),this.$refs.uForm.validateField(e,n,t)},resetFields:function(){return this.setMpData(),this.$refs.uForm.resetFields()},clearValidate:function(e){return this.setMpData(),this.$refs.uForm.clearValidate(e)},setMpData:function(){this.$refs.uForm.children=this.children}}};n.default=o}).call(this,t(2)["default"])}}]);
//# sourceMappingURL=../../../../../.sourcemap/mp-weixin/node-modules/uview-ui/components/u--form/u--form.js.map
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'node-modules/uview-ui/components/u--form/u--form-create-component',
{
'node-modules/uview-ui/components/u--form/u--form-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('2')['createComponent'](__webpack_require__(281))
__webpack_require__('2')['createComponent'](__webpack_require__(287))
})
},
[['node-modules/uview-ui/components/u--form/u--form-create-component']]


+ 2
- 2
unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u--image/u--image.js 查看文件

@@ -1,10 +1,10 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u--image/u--image"],{322:function(n,e,t){"use strict";t.r(e);var u=t(323),r=t(325);for(var i in r)["default"].indexOf(i)<0&&function(n){t.d(e,n,(function(){return r[n]}))}(i);var o,c=t(32),a=Object(c["default"])(r["default"],u["render"],u["staticRenderFns"],!1,null,null,null,!1,u["components"],o);a.options.__file="node_modules/uview-ui/components/u--image/u--image.vue",e["default"]=a.exports},323:function(n,e,t){"use strict";t.r(e);var u=t(324);t.d(e,"render",(function(){return u["render"]})),t.d(e,"staticRenderFns",(function(){return u["staticRenderFns"]})),t.d(e,"recyclableRender",(function(){return u["recyclableRender"]})),t.d(e,"components",(function(){return u["components"]}))},324:function(n,e,t){"use strict";var u;t.r(e),t.d(e,"render",(function(){return r})),t.d(e,"staticRenderFns",(function(){return o})),t.d(e,"recyclableRender",(function(){return i})),t.d(e,"components",(function(){return u}));var r=function(){var n=this,e=n.$createElement;n._self._c},i=!1,o=[];r._withStripped=!0},325:function(n,e,t){"use strict";t.r(e);var u=t(326),r=t.n(u);for(var i in u)["default"].indexOf(i)<0&&function(n){t.d(e,n,(function(){return u[n]}))}(i);e["default"]=r.a},326:function(n,e,t){"use strict";(function(n){var u=t(4);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r=u(t(327)),i=function(){t.e("node-modules/uview-ui/components/u-image/u-image").then(function(){return resolve(t(423))}.bind(null,t)).catch(t.oe)},o={name:"u--image",mixins:[n.$u.mpMixin,r.default,n.$u.mixin],components:{uvImage:i}};e.default=o}).call(this,t(2)["default"])}}]);
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u--image/u--image"],{328:function(n,e,t){"use strict";t.r(e);var u=t(329),r=t(331);for(var i in r)["default"].indexOf(i)<0&&function(n){t.d(e,n,(function(){return r[n]}))}(i);var o,c=t(32),a=Object(c["default"])(r["default"],u["render"],u["staticRenderFns"],!1,null,null,null,!1,u["components"],o);a.options.__file="node_modules/uview-ui/components/u--image/u--image.vue",e["default"]=a.exports},329:function(n,e,t){"use strict";t.r(e);var u=t(330);t.d(e,"render",(function(){return u["render"]})),t.d(e,"staticRenderFns",(function(){return u["staticRenderFns"]})),t.d(e,"recyclableRender",(function(){return u["recyclableRender"]})),t.d(e,"components",(function(){return u["components"]}))},330:function(n,e,t){"use strict";var u;t.r(e),t.d(e,"render",(function(){return r})),t.d(e,"staticRenderFns",(function(){return o})),t.d(e,"recyclableRender",(function(){return i})),t.d(e,"components",(function(){return u}));var r=function(){var n=this,e=n.$createElement;n._self._c},i=!1,o=[];r._withStripped=!0},331:function(n,e,t){"use strict";t.r(e);var u=t(332),r=t.n(u);for(var i in u)["default"].indexOf(i)<0&&function(n){t.d(e,n,(function(){return u[n]}))}(i);e["default"]=r.a},332:function(n,e,t){"use strict";(function(n){var u=t(4);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r=u(t(333)),i=function(){t.e("node-modules/uview-ui/components/u-image/u-image").then(function(){return resolve(t(461))}.bind(null,t)).catch(t.oe)},o={name:"u--image",mixins:[n.$u.mpMixin,r.default,n.$u.mixin],components:{uvImage:i}};e.default=o}).call(this,t(2)["default"])}}]);
//# sourceMappingURL=../../../../../.sourcemap/mp-weixin/node-modules/uview-ui/components/u--image/u--image.js.map
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'node-modules/uview-ui/components/u--image/u--image-create-component',
{
'node-modules/uview-ui/components/u--image/u--image-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('2')['createComponent'](__webpack_require__(322))
__webpack_require__('2')['createComponent'](__webpack_require__(328))
})
},
[['node-modules/uview-ui/components/u--image/u--image-create-component']]


+ 2
- 2
unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u--input/u--input.js 查看文件

@@ -1,10 +1,10 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u--input/u--input"],{303:function(n,e,t){"use strict";t.r(e);var u=t(304),r=t(306);for(var i in r)["default"].indexOf(i)<0&&function(n){t.d(e,n,(function(){return r[n]}))}(i);var o,c=t(32),d=Object(c["default"])(r["default"],u["render"],u["staticRenderFns"],!1,null,null,null,!1,u["components"],o);d.options.__file="node_modules/uview-ui/components/u--input/u--input.vue",e["default"]=d.exports},304:function(n,e,t){"use strict";t.r(e);var u=t(305);t.d(e,"render",(function(){return u["render"]})),t.d(e,"staticRenderFns",(function(){return u["staticRenderFns"]})),t.d(e,"recyclableRender",(function(){return u["recyclableRender"]})),t.d(e,"components",(function(){return u["components"]}))},305:function(n,e,t){"use strict";var u;t.r(e),t.d(e,"render",(function(){return r})),t.d(e,"staticRenderFns",(function(){return o})),t.d(e,"recyclableRender",(function(){return i})),t.d(e,"components",(function(){return u}));var r=function(){var n=this,e=n.$createElement;n._self._c;n._isMounted||(n.e0=function(e){return n.$emit("focus",e)},n.e1=function(e){return n.$emit("blur",e)},n.e2=function(e){return n.$emit("keyboardheightchange",e)},n.e3=function(e){return n.$emit("change",e)},n.e4=function(e){return n.$emit("input",e)},n.e5=function(e){return n.$emit("confirm",e)})},i=!1,o=[];r._withStripped=!0},306:function(n,e,t){"use strict";t.r(e);var u=t(307),r=t.n(u);for(var i in u)["default"].indexOf(i)<0&&function(n){t.d(e,n,(function(){return u[n]}))}(i);e["default"]=r.a},307:function(n,e,t){"use strict";(function(n){var u=t(4);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r=u(t(300)),i=function(){Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-input/u-input")]).then(function(){return resolve(t(295))}.bind(null,t)).catch(t.oe)},o={name:"u--input",mixins:[n.$u.mpMixin,r.default,n.$u.mixin],components:{uvInput:i}};e.default=o}).call(this,t(2)["default"])}}]);
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u--input/u--input"],{309:function(n,e,t){"use strict";t.r(e);var u=t(310),r=t(312);for(var i in r)["default"].indexOf(i)<0&&function(n){t.d(e,n,(function(){return r[n]}))}(i);var o,c=t(32),d=Object(c["default"])(r["default"],u["render"],u["staticRenderFns"],!1,null,null,null,!1,u["components"],o);d.options.__file="node_modules/uview-ui/components/u--input/u--input.vue",e["default"]=d.exports},310:function(n,e,t){"use strict";t.r(e);var u=t(311);t.d(e,"render",(function(){return u["render"]})),t.d(e,"staticRenderFns",(function(){return u["staticRenderFns"]})),t.d(e,"recyclableRender",(function(){return u["recyclableRender"]})),t.d(e,"components",(function(){return u["components"]}))},311:function(n,e,t){"use strict";var u;t.r(e),t.d(e,"render",(function(){return r})),t.d(e,"staticRenderFns",(function(){return o})),t.d(e,"recyclableRender",(function(){return i})),t.d(e,"components",(function(){return u}));var r=function(){var n=this,e=n.$createElement;n._self._c;n._isMounted||(n.e0=function(e){return n.$emit("focus",e)},n.e1=function(e){return n.$emit("blur",e)},n.e2=function(e){return n.$emit("keyboardheightchange",e)},n.e3=function(e){return n.$emit("change",e)},n.e4=function(e){return n.$emit("input",e)},n.e5=function(e){return n.$emit("confirm",e)})},i=!1,o=[];r._withStripped=!0},312:function(n,e,t){"use strict";t.r(e);var u=t(313),r=t.n(u);for(var i in u)["default"].indexOf(i)<0&&function(n){t.d(e,n,(function(){return u[n]}))}(i);e["default"]=r.a},313:function(n,e,t){"use strict";(function(n){var u=t(4);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r=u(t(306)),i=function(){Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-input/u-input")]).then(function(){return resolve(t(301))}.bind(null,t)).catch(t.oe)},o={name:"u--input",mixins:[n.$u.mpMixin,r.default,n.$u.mixin],components:{uvInput:i}};e.default=o}).call(this,t(2)["default"])}}]);
//# sourceMappingURL=../../../../../.sourcemap/mp-weixin/node-modules/uview-ui/components/u--input/u--input.js.map
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'node-modules/uview-ui/components/u--input/u--input-create-component',
{
'node-modules/uview-ui/components/u--input/u--input-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('2')['createComponent'](__webpack_require__(303))
__webpack_require__('2')['createComponent'](__webpack_require__(309))
})
},
[['node-modules/uview-ui/components/u--input/u--input-create-component']]


+ 2
- 2
unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u--text/u--text.js 查看文件

@@ -1,10 +1,10 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u--text/u--text"],{316:function(e,n,t){"use strict";t.r(n);var u=t(317),r=t(319);for(var o in r)["default"].indexOf(o)<0&&function(e){t.d(n,e,(function(){return r[e]}))}(o);var i,c=t(32),d=Object(c["default"])(r["default"],u["render"],u["staticRenderFns"],!1,null,null,null,!1,u["components"],i);d.options.__file="node_modules/uview-ui/components/u--text/u--text.vue",n["default"]=d.exports},317:function(e,n,t){"use strict";t.r(n);var u=t(318);t.d(n,"render",(function(){return u["render"]})),t.d(n,"staticRenderFns",(function(){return u["staticRenderFns"]})),t.d(n,"recyclableRender",(function(){return u["recyclableRender"]})),t.d(n,"components",(function(){return u["components"]}))},318:function(e,n,t){"use strict";var u;t.r(n),t.d(n,"render",(function(){return r})),t.d(n,"staticRenderFns",(function(){return i})),t.d(n,"recyclableRender",(function(){return o})),t.d(n,"components",(function(){return u}));var r=function(){var e=this,n=e.$createElement;e._self._c},o=!1,i=[];r._withStripped=!0},319:function(e,n,t){"use strict";t.r(n);var u=t(320),r=t.n(u);for(var o in u)["default"].indexOf(o)<0&&function(e){t.d(n,e,(function(){return u[e]}))}(o);n["default"]=r.a},320:function(e,n,t){"use strict";(function(e){var u=t(4);Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var r=u(t(321)),o=function(){Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-text/u-text")]).then(function(){return resolve(t(415))}.bind(null,t)).catch(t.oe)},i={name:"u--text",mixins:[e.$u.mpMixin,r.default,e.$u.mixin],components:{uvText:o}};n.default=i}).call(this,t(2)["default"])}}]);
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u--text/u--text"],{322:function(e,n,t){"use strict";t.r(n);var u=t(323),r=t(325);for(var o in r)["default"].indexOf(o)<0&&function(e){t.d(n,e,(function(){return r[e]}))}(o);var i,c=t(32),d=Object(c["default"])(r["default"],u["render"],u["staticRenderFns"],!1,null,null,null,!1,u["components"],i);d.options.__file="node_modules/uview-ui/components/u--text/u--text.vue",n["default"]=d.exports},323:function(e,n,t){"use strict";t.r(n);var u=t(324);t.d(n,"render",(function(){return u["render"]})),t.d(n,"staticRenderFns",(function(){return u["staticRenderFns"]})),t.d(n,"recyclableRender",(function(){return u["recyclableRender"]})),t.d(n,"components",(function(){return u["components"]}))},324:function(e,n,t){"use strict";var u;t.r(n),t.d(n,"render",(function(){return r})),t.d(n,"staticRenderFns",(function(){return i})),t.d(n,"recyclableRender",(function(){return o})),t.d(n,"components",(function(){return u}));var r=function(){var e=this,n=e.$createElement;e._self._c},o=!1,i=[];r._withStripped=!0},325:function(e,n,t){"use strict";t.r(n);var u=t(326),r=t.n(u);for(var o in u)["default"].indexOf(o)<0&&function(e){t.d(n,e,(function(){return u[e]}))}(o);n["default"]=r.a},326:function(e,n,t){"use strict";(function(e){var u=t(4);Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var r=u(t(327)),o=function(){Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-text/u-text")]).then(function(){return resolve(t(453))}.bind(null,t)).catch(t.oe)},i={name:"u--text",mixins:[e.$u.mpMixin,r.default,e.$u.mixin],components:{uvText:o}};n.default=i}).call(this,t(2)["default"])}}]);
//# sourceMappingURL=../../../../../.sourcemap/mp-weixin/node-modules/uview-ui/components/u--text/u--text.js.map
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'node-modules/uview-ui/components/u--text/u--text-create-component',
{
'node-modules/uview-ui/components/u--text/u--text-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('2')['createComponent'](__webpack_require__(316))
__webpack_require__('2')['createComponent'](__webpack_require__(322))
})
},
[['node-modules/uview-ui/components/u--text/u--text-create-component']]


+ 2
- 2
unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-action-sheet/u-action-sheet.js 查看文件

@@ -1,10 +1,10 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u-action-sheet/u-action-sheet"],{484:function(n,e,o){"use strict";o.r(e);var t=o(485),i=o(487);for(var u in i)["default"].indexOf(u)<0&&function(n){o.d(e,n,(function(){return i[n]}))}(u);o(490);var c,r=o(32),s=Object(r["default"])(i["default"],t["render"],t["staticRenderFns"],!1,null,"6766c527",null,!1,t["components"],c);s.options.__file="node_modules/uview-ui/components/u-action-sheet/u-action-sheet.vue",e["default"]=s.exports},485:function(n,e,o){"use strict";o.r(e);var t=o(486);o.d(e,"render",(function(){return t["render"]})),o.d(e,"staticRenderFns",(function(){return t["staticRenderFns"]})),o.d(e,"recyclableRender",(function(){return t["recyclableRender"]})),o.d(e,"components",(function(){return t["components"]}))},486:function(n,e,o){"use strict";var t;o.r(e),o.d(e,"render",(function(){return i})),o.d(e,"staticRenderFns",(function(){return c})),o.d(e,"recyclableRender",(function(){return u})),o.d(e,"components",(function(){return t}));try{t={uPopup:function(){return Promise.all([o.e("common/vendor"),o.e("node-modules/uview-ui/components/u-popup/u-popup")]).then(o.bind(null,492))},uIcon:function(){return Promise.all([o.e("common/vendor"),o.e("node-modules/uview-ui/components/u-icon/u-icon")]).then(o.bind(null,328))},uLine:function(){return Promise.all([o.e("common/vendor"),o.e("node-modules/uview-ui/components/u-line/u-line")]).then(o.bind(null,407))},uLoadingIcon:function(){return Promise.all([o.e("common/vendor"),o.e("node-modules/uview-ui/components/u-loading-icon/u-loading-icon")]).then(o.bind(null,391))},uGap:function(){return Promise.all([o.e("common/vendor"),o.e("node-modules/uview-ui/components/u-gap/u-gap")]).then(o.bind(null,500))}}}catch(r){if(-1===r.message.indexOf("Cannot find module")||-1===r.message.indexOf(".vue"))throw r;console.error(r.message),console.error("1. 排查组件名称拼写是否正确"),console.error("2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom"),console.error("3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件")}var i=function(){var n=this,e=n.$createElement,o=(n._self._c,n.actions.length),t=n.__map(n.actions,(function(e,o){var t=n.__get_orig(e),i=e.loading?null:n.__get_style([n.itemStyle(o)]);return{$orig:t,s0:i}}));n.$mp.data=Object.assign({},{$root:{g0:o,l0:t}})},u=!1,c=[];i._withStripped=!0},487:function(n,e,o){"use strict";o.r(e);var t=o(488),i=o.n(t);for(var u in t)["default"].indexOf(u)<0&&function(n){o.d(e,n,(function(){return t[n]}))}(u);e["default"]=i.a},488:function(n,e,o){"use strict";(function(n){var t=o(4);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i=t(o(261)),u=t(o(260)),c=t(o(489)),r={name:"u-action-sheet",mixins:[i.default,u.default,n.$u.mixin,c.default],data:function(){return{}},computed:{itemStyle:function(){var e=this;return function(o){var t={};return e.actions[o].color&&(t.color=e.actions[o].color),e.actions[o].fontSize&&(t.fontSize=n.$u.addUnit(e.actions[o].fontSize)),e.actions[o].disabled&&(t.color="#c0c4cc"),t}}},methods:{closeHandler:function(){this.closeOnClickOverlay&&this.$emit("close")},cancel:function(){this.$emit("close")},selectHandler:function(n){var e=this.actions[n];!e||e.disabled||e.loading||(this.$emit("select",e),this.closeOnClickAction&&this.$emit("close"))}}};e.default=r}).call(this,o(2)["default"])},490:function(n,e,o){"use strict";o.r(e);var t=o(491),i=o.n(t);for(var u in t)["default"].indexOf(u)<0&&function(n){o.d(e,n,(function(){return t[n]}))}(u);e["default"]=i.a},491:function(n,e,o){}}]);
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u-action-sheet/u-action-sheet"],{412:function(n,e,o){"use strict";o.r(e);var t=o(413),i=o(415);for(var u in i)["default"].indexOf(u)<0&&function(n){o.d(e,n,(function(){return i[n]}))}(u);o(418);var c,r=o(32),s=Object(r["default"])(i["default"],t["render"],t["staticRenderFns"],!1,null,"6766c527",null,!1,t["components"],c);s.options.__file="node_modules/uview-ui/components/u-action-sheet/u-action-sheet.vue",e["default"]=s.exports},413:function(n,e,o){"use strict";o.r(e);var t=o(414);o.d(e,"render",(function(){return t["render"]})),o.d(e,"staticRenderFns",(function(){return t["staticRenderFns"]})),o.d(e,"recyclableRender",(function(){return t["recyclableRender"]})),o.d(e,"components",(function(){return t["components"]}))},414:function(n,e,o){"use strict";var t;o.r(e),o.d(e,"render",(function(){return i})),o.d(e,"staticRenderFns",(function(){return c})),o.d(e,"recyclableRender",(function(){return u})),o.d(e,"components",(function(){return t}));try{t={uPopup:function(){return Promise.all([o.e("common/vendor"),o.e("node-modules/uview-ui/components/u-popup/u-popup")]).then(o.bind(null,476))},uIcon:function(){return Promise.all([o.e("common/vendor"),o.e("node-modules/uview-ui/components/u-icon/u-icon")]).then(o.bind(null,342))},uLine:function(){return Promise.all([o.e("common/vendor"),o.e("node-modules/uview-ui/components/u-line/u-line")]).then(o.bind(null,445))},uLoadingIcon:function(){return Promise.all([o.e("common/vendor"),o.e("node-modules/uview-ui/components/u-loading-icon/u-loading-icon")]).then(o.bind(null,429))},uGap:function(){return Promise.all([o.e("common/vendor"),o.e("node-modules/uview-ui/components/u-gap/u-gap")]).then(o.bind(null,484))}}}catch(r){if(-1===r.message.indexOf("Cannot find module")||-1===r.message.indexOf(".vue"))throw r;console.error(r.message),console.error("1. 排查组件名称拼写是否正确"),console.error("2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom"),console.error("3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件")}var i=function(){var n=this,e=n.$createElement,o=(n._self._c,n.actions.length),t=n.__map(n.actions,(function(e,o){var t=n.__get_orig(e),i=e.loading?null:n.__get_style([n.itemStyle(o)]);return{$orig:t,s0:i}}));n.$mp.data=Object.assign({},{$root:{g0:o,l0:t}})},u=!1,c=[];i._withStripped=!0},415:function(n,e,o){"use strict";o.r(e);var t=o(416),i=o.n(t);for(var u in t)["default"].indexOf(u)<0&&function(n){o.d(e,n,(function(){return t[n]}))}(u);e["default"]=i.a},416:function(n,e,o){"use strict";(function(n){var t=o(4);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i=t(o(267)),u=t(o(266)),c=t(o(417)),r={name:"u-action-sheet",mixins:[i.default,u.default,n.$u.mixin,c.default],data:function(){return{}},computed:{itemStyle:function(){var e=this;return function(o){var t={};return e.actions[o].color&&(t.color=e.actions[o].color),e.actions[o].fontSize&&(t.fontSize=n.$u.addUnit(e.actions[o].fontSize)),e.actions[o].disabled&&(t.color="#c0c4cc"),t}}},methods:{closeHandler:function(){this.closeOnClickOverlay&&this.$emit("close")},cancel:function(){this.$emit("close")},selectHandler:function(n){var e=this.actions[n];!e||e.disabled||e.loading||(this.$emit("select",e),this.closeOnClickAction&&this.$emit("close"))}}};e.default=r}).call(this,o(2)["default"])},418:function(n,e,o){"use strict";o.r(e);var t=o(419),i=o.n(t);for(var u in t)["default"].indexOf(u)<0&&function(n){o.d(e,n,(function(){return t[n]}))}(u);e["default"]=i.a},419:function(n,e,o){}}]);
//# sourceMappingURL=../../../../../.sourcemap/mp-weixin/node-modules/uview-ui/components/u-action-sheet/u-action-sheet.js.map
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'node-modules/uview-ui/components/u-action-sheet/u-action-sheet-create-component',
{
'node-modules/uview-ui/components/u-action-sheet/u-action-sheet-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('2')['createComponent'](__webpack_require__(484))
__webpack_require__('2')['createComponent'](__webpack_require__(412))
})
},
[['node-modules/uview-ui/components/u-action-sheet/u-action-sheet-create-component']]


+ 2
- 2
unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-avatar/u-avatar.js
文件差異過大導致無法顯示
查看文件


+ 2
- 2
unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-avatar/u-avatar.json 查看文件

@@ -1,7 +1,7 @@
{
"component": true,
"usingComponents": {
"u-icon": "/node-modules/uview-ui/components/u-icon/u-icon",
"u--text": "/node-modules/uview-ui/components/u--text/u--text"
},
"component": true
}
}

+ 2
- 2
unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-button/u-button.js 查看文件

@@ -1,10 +1,10 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u-button/u-button"],{255:function(t,n,e){"use strict";e.r(n);var o=e(256),i=e(258);for(var r in i)["default"].indexOf(r)<0&&function(t){e.d(n,t,(function(){return i[t]}))}(r);e(263);var u,c=e(32),s=Object(c["default"])(i["default"],o["render"],o["staticRenderFns"],!1,null,"3bf2dba7",null,!1,o["components"],u);s.options.__file="node_modules/uview-ui/components/u-button/u-button.vue",n["default"]=s.exports},256:function(t,n,e){"use strict";e.r(n);var o=e(257);e.d(n,"render",(function(){return o["render"]})),e.d(n,"staticRenderFns",(function(){return o["staticRenderFns"]})),e.d(n,"recyclableRender",(function(){return o["recyclableRender"]})),e.d(n,"components",(function(){return o["components"]}))},257:function(t,n,e){"use strict";var o;e.r(n),e.d(n,"render",(function(){return i})),e.d(n,"staticRenderFns",(function(){return u})),e.d(n,"recyclableRender",(function(){return r})),e.d(n,"components",(function(){return o}));try{o={uLoadingIcon:function(){return Promise.all([e.e("common/vendor"),e.e("node-modules/uview-ui/components/u-loading-icon/u-loading-icon")]).then(e.bind(null,391))},uIcon:function(){return Promise.all([e.e("common/vendor"),e.e("node-modules/uview-ui/components/u-icon/u-icon")]).then(e.bind(null,328))}}}catch(c){if(-1===c.message.indexOf("Cannot find module")||-1===c.message.indexOf(".vue"))throw c;console.error(c.message),console.error("1. 排查组件名称拼写是否正确"),console.error("2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom"),console.error("3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件")}var i=function(){var t=this,n=t.$createElement,e=(t._self._c,t.__get_style([t.baseColor,t.$u.addStyle(t.customStyle)])),o=Number(t.hoverStartTime),i=Number(t.hoverStayTime);t.$mp.data=Object.assign({},{$root:{s0:e,m0:o,m1:i}})},r=!1,u=[];i._withStripped=!0},258:function(t,n,e){"use strict";e.r(n);var o=e(259),i=e.n(o);for(var r in o)["default"].indexOf(r)<0&&function(t){e.d(n,t,(function(){return o[t]}))}(r);n["default"]=i.a},259:function(t,n,e){"use strict";(function(t){var o=e(4);Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var i=o(e(260)),r=o(e(261)),u=o(e(262)),c={name:"u-button",mixins:[t.$u.mpMixin,t.$u.mixin,i.default,r.default,u.default],data:function(){return{}},computed:{bemClass:function(){return this.color?this.bem("button",["shape","size"],["disabled","plain","hairline"]):this.bem("button",["type","shape","size"],["disabled","plain","hairline"])},loadingColor:function(){return this.plain?this.color?this.color:t.$u.config.color["u-".concat(this.type)]:"info"===this.type?"#c9c9c9":"rgb(200, 200, 200)"},iconColorCom:function(){return this.iconColor?this.iconColor:this.plain?this.color?this.color:this.type:"info"===this.type?"#000000":"#ffffff"},baseColor:function(){var t={};return this.color&&(t.color=this.plain?this.color:"white",this.plain||(t["background-color"]=this.color),-1!==this.color.indexOf("gradient")?(t.borderTopWidth=0,t.borderRightWidth=0,t.borderBottomWidth=0,t.borderLeftWidth=0,this.plain||(t.backgroundImage=this.color)):(t.borderColor=this.color,t.borderWidth="1px",t.borderStyle="solid")),t},nvueTextStyle:function(){var t={};return"info"===this.type&&(t.color="#323233"),this.color&&(t.color=this.plain?this.color:"white"),t.fontSize=this.textSize+"px",t},textSize:function(){var t=14,n=this.size;return"large"===n&&(t=16),"normal"===n&&(t=14),"small"===n&&(t=12),"mini"===n&&(t=10),t}},methods:{clickHandler:function(){var n=this;this.disabled||this.loading||t.$u.throttle((function(){n.$emit("click")}),this.throttleTime)},getphonenumber:function(t){this.$emit("getphonenumber",t)},getuserinfo:function(t){this.$emit("getuserinfo",t)},error:function(t){this.$emit("error",t)},opensetting:function(t){this.$emit("opensetting",t)},launchapp:function(t){this.$emit("launchapp",t)},agreeprivacyauthorization:function(t){this.$emit("agreeprivacyauthorization",t)}}};n.default=c}).call(this,e(2)["default"])},263:function(t,n,e){"use strict";e.r(n);var o=e(264),i=e.n(o);for(var r in o)["default"].indexOf(r)<0&&function(t){e.d(n,t,(function(){return o[t]}))}(r);n["default"]=i.a},264:function(t,n,e){}}]);
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u-button/u-button"],{261:function(t,n,e){"use strict";e.r(n);var o=e(262),i=e(264);for(var r in i)["default"].indexOf(r)<0&&function(t){e.d(n,t,(function(){return i[t]}))}(r);e(269);var u,c=e(32),s=Object(c["default"])(i["default"],o["render"],o["staticRenderFns"],!1,null,"3bf2dba7",null,!1,o["components"],u);s.options.__file="node_modules/uview-ui/components/u-button/u-button.vue",n["default"]=s.exports},262:function(t,n,e){"use strict";e.r(n);var o=e(263);e.d(n,"render",(function(){return o["render"]})),e.d(n,"staticRenderFns",(function(){return o["staticRenderFns"]})),e.d(n,"recyclableRender",(function(){return o["recyclableRender"]})),e.d(n,"components",(function(){return o["components"]}))},263:function(t,n,e){"use strict";var o;e.r(n),e.d(n,"render",(function(){return i})),e.d(n,"staticRenderFns",(function(){return u})),e.d(n,"recyclableRender",(function(){return r})),e.d(n,"components",(function(){return o}));try{o={uLoadingIcon:function(){return Promise.all([e.e("common/vendor"),e.e("node-modules/uview-ui/components/u-loading-icon/u-loading-icon")]).then(e.bind(null,429))},uIcon:function(){return Promise.all([e.e("common/vendor"),e.e("node-modules/uview-ui/components/u-icon/u-icon")]).then(e.bind(null,342))}}}catch(c){if(-1===c.message.indexOf("Cannot find module")||-1===c.message.indexOf(".vue"))throw c;console.error(c.message),console.error("1. 排查组件名称拼写是否正确"),console.error("2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom"),console.error("3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件")}var i=function(){var t=this,n=t.$createElement,e=(t._self._c,t.__get_style([t.baseColor,t.$u.addStyle(t.customStyle)])),o=Number(t.hoverStartTime),i=Number(t.hoverStayTime);t.$mp.data=Object.assign({},{$root:{s0:e,m0:o,m1:i}})},r=!1,u=[];i._withStripped=!0},264:function(t,n,e){"use strict";e.r(n);var o=e(265),i=e.n(o);for(var r in o)["default"].indexOf(r)<0&&function(t){e.d(n,t,(function(){return o[t]}))}(r);n["default"]=i.a},265:function(t,n,e){"use strict";(function(t){var o=e(4);Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var i=o(e(266)),r=o(e(267)),u=o(e(268)),c={name:"u-button",mixins:[t.$u.mpMixin,t.$u.mixin,i.default,r.default,u.default],data:function(){return{}},computed:{bemClass:function(){return this.color?this.bem("button",["shape","size"],["disabled","plain","hairline"]):this.bem("button",["type","shape","size"],["disabled","plain","hairline"])},loadingColor:function(){return this.plain?this.color?this.color:t.$u.config.color["u-".concat(this.type)]:"info"===this.type?"#c9c9c9":"rgb(200, 200, 200)"},iconColorCom:function(){return this.iconColor?this.iconColor:this.plain?this.color?this.color:this.type:"info"===this.type?"#000000":"#ffffff"},baseColor:function(){var t={};return this.color&&(t.color=this.plain?this.color:"white",this.plain||(t["background-color"]=this.color),-1!==this.color.indexOf("gradient")?(t.borderTopWidth=0,t.borderRightWidth=0,t.borderBottomWidth=0,t.borderLeftWidth=0,this.plain||(t.backgroundImage=this.color)):(t.borderColor=this.color,t.borderWidth="1px",t.borderStyle="solid")),t},nvueTextStyle:function(){var t={};return"info"===this.type&&(t.color="#323233"),this.color&&(t.color=this.plain?this.color:"white"),t.fontSize=this.textSize+"px",t},textSize:function(){var t=14,n=this.size;return"large"===n&&(t=16),"normal"===n&&(t=14),"small"===n&&(t=12),"mini"===n&&(t=10),t}},methods:{clickHandler:function(){var n=this;this.disabled||this.loading||t.$u.throttle((function(){n.$emit("click")}),this.throttleTime)},getphonenumber:function(t){this.$emit("getphonenumber",t)},getuserinfo:function(t){this.$emit("getuserinfo",t)},error:function(t){this.$emit("error",t)},opensetting:function(t){this.$emit("opensetting",t)},launchapp:function(t){this.$emit("launchapp",t)},agreeprivacyauthorization:function(t){this.$emit("agreeprivacyauthorization",t)}}};n.default=c}).call(this,e(2)["default"])},269:function(t,n,e){"use strict";e.r(n);var o=e(270),i=e.n(o);for(var r in o)["default"].indexOf(r)<0&&function(t){e.d(n,t,(function(){return o[t]}))}(r);n["default"]=i.a},270:function(t,n,e){}}]);
//# sourceMappingURL=../../../../../.sourcemap/mp-weixin/node-modules/uview-ui/components/u-button/u-button.js.map
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'node-modules/uview-ui/components/u-button/u-button-create-component',
{
'node-modules/uview-ui/components/u-button/u-button-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('2')['createComponent'](__webpack_require__(255))
__webpack_require__('2')['createComponent'](__webpack_require__(261))
})
},
[['node-modules/uview-ui/components/u-button/u-button-create-component']]


+ 2
- 2
unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-checkbox-group/u-checkbox-group.js 查看文件

@@ -1,10 +1,10 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u-checkbox-group/u-checkbox-group"],{265:function(n,e,t){"use strict";t.r(e);var i=t(266),r=t(268);for(var u in r)["default"].indexOf(u)<0&&function(n){t.d(e,n,(function(){return r[n]}))}(u);t(271);var c,o=t(32),a=Object(o["default"])(r["default"],i["render"],i["staticRenderFns"],!1,null,"3d1b15f2",null,!1,i["components"],c);a.options.__file="node_modules/uview-ui/components/u-checkbox-group/u-checkbox-group.vue",e["default"]=a.exports},266:function(n,e,t){"use strict";t.r(e);var i=t(267);t.d(e,"render",(function(){return i["render"]})),t.d(e,"staticRenderFns",(function(){return i["staticRenderFns"]})),t.d(e,"recyclableRender",(function(){return i["recyclableRender"]})),t.d(e,"components",(function(){return i["components"]}))},267:function(n,e,t){"use strict";var i;t.r(e),t.d(e,"render",(function(){return r})),t.d(e,"staticRenderFns",(function(){return c})),t.d(e,"recyclableRender",(function(){return u})),t.d(e,"components",(function(){return i}));var r=function(){var n=this,e=n.$createElement;n._self._c},u=!1,c=[];r._withStripped=!0},268:function(n,e,t){"use strict";t.r(e);var i=t(269),r=t.n(i);for(var u in i)["default"].indexOf(u)<0&&function(n){t.d(e,n,(function(){return i[n]}))}(u);e["default"]=r.a},269:function(n,e,t){"use strict";(function(n){var i=t(4);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r=i(t(270)),u={name:"u-checkbox-group",mixins:[n.$u.mpMixin,n.$u.mixin,r.default],computed:{parentData:function(){return[this.value,this.disabled,this.inactiveColor,this.activeColor,this.size,this.labelDisabled,this.shape,this.iconSize,this.borderBottom,this.placement]},bemClass:function(){return this.bem("checkbox-group",["placement"])}},watch:{parentData:function(){this.children.length&&this.children.map((function(n){"function"===typeof n.init&&n.init()}))}},data:function(){return{}},created:function(){this.children=[]},methods:{unCheckedOther:function(n){var e=[];this.children.map((function(n){n.isChecked&&e.push(n.name)})),this.$emit("change",e),this.$emit("input",e)}}};e.default=u}).call(this,t(2)["default"])},271:function(n,e,t){"use strict";t.r(e);var i=t(272),r=t.n(i);for(var u in i)["default"].indexOf(u)<0&&function(n){t.d(e,n,(function(){return i[n]}))}(u);e["default"]=r.a},272:function(n,e,t){}}]);
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u-checkbox-group/u-checkbox-group"],{271:function(n,e,t){"use strict";t.r(e);var i=t(272),r=t(274);for(var u in r)["default"].indexOf(u)<0&&function(n){t.d(e,n,(function(){return r[n]}))}(u);t(277);var c,o=t(32),a=Object(o["default"])(r["default"],i["render"],i["staticRenderFns"],!1,null,"3d1b15f2",null,!1,i["components"],c);a.options.__file="node_modules/uview-ui/components/u-checkbox-group/u-checkbox-group.vue",e["default"]=a.exports},272:function(n,e,t){"use strict";t.r(e);var i=t(273);t.d(e,"render",(function(){return i["render"]})),t.d(e,"staticRenderFns",(function(){return i["staticRenderFns"]})),t.d(e,"recyclableRender",(function(){return i["recyclableRender"]})),t.d(e,"components",(function(){return i["components"]}))},273:function(n,e,t){"use strict";var i;t.r(e),t.d(e,"render",(function(){return r})),t.d(e,"staticRenderFns",(function(){return c})),t.d(e,"recyclableRender",(function(){return u})),t.d(e,"components",(function(){return i}));var r=function(){var n=this,e=n.$createElement;n._self._c},u=!1,c=[];r._withStripped=!0},274:function(n,e,t){"use strict";t.r(e);var i=t(275),r=t.n(i);for(var u in i)["default"].indexOf(u)<0&&function(n){t.d(e,n,(function(){return i[n]}))}(u);e["default"]=r.a},275:function(n,e,t){"use strict";(function(n){var i=t(4);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r=i(t(276)),u={name:"u-checkbox-group",mixins:[n.$u.mpMixin,n.$u.mixin,r.default],computed:{parentData:function(){return[this.value,this.disabled,this.inactiveColor,this.activeColor,this.size,this.labelDisabled,this.shape,this.iconSize,this.borderBottom,this.placement]},bemClass:function(){return this.bem("checkbox-group",["placement"])}},watch:{parentData:function(){this.children.length&&this.children.map((function(n){"function"===typeof n.init&&n.init()}))}},data:function(){return{}},created:function(){this.children=[]},methods:{unCheckedOther:function(n){var e=[];this.children.map((function(n){n.isChecked&&e.push(n.name)})),this.$emit("change",e),this.$emit("input",e)}}};e.default=u}).call(this,t(2)["default"])},277:function(n,e,t){"use strict";t.r(e);var i=t(278),r=t.n(i);for(var u in i)["default"].indexOf(u)<0&&function(n){t.d(e,n,(function(){return i[n]}))}(u);e["default"]=r.a},278:function(n,e,t){}}]);
//# sourceMappingURL=../../../../../.sourcemap/mp-weixin/node-modules/uview-ui/components/u-checkbox-group/u-checkbox-group.js.map
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'node-modules/uview-ui/components/u-checkbox-group/u-checkbox-group-create-component',
{
'node-modules/uview-ui/components/u-checkbox-group/u-checkbox-group-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('2')['createComponent'](__webpack_require__(265))
__webpack_require__('2')['createComponent'](__webpack_require__(271))
})
},
[['node-modules/uview-ui/components/u-checkbox-group/u-checkbox-group-create-component']]


+ 2
- 2
unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-checkbox/u-checkbox.js
文件差異過大導致無法顯示
查看文件


+ 2
- 2
unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-code/u-code.js 查看文件

@@ -1,10 +1,10 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u-code/u-code"],{308:function(e,t,n){"use strict";n.r(t);var i=n(309),r=n(311);for(var u in r)["default"].indexOf(u)<0&&function(e){n.d(t,e,(function(){return r[e]}))}(u);n(314);var s,c=n(32),o=Object(c["default"])(r["default"],i["render"],i["staticRenderFns"],!1,null,"39e88ef2",null,!1,i["components"],s);o.options.__file="node_modules/uview-ui/components/u-code/u-code.vue",t["default"]=o.exports},309:function(e,t,n){"use strict";n.r(t);var i=n(310);n.d(t,"render",(function(){return i["render"]})),n.d(t,"staticRenderFns",(function(){return i["staticRenderFns"]})),n.d(t,"recyclableRender",(function(){return i["recyclableRender"]})),n.d(t,"components",(function(){return i["components"]}))},310:function(e,t,n){"use strict";var i;n.r(t),n.d(t,"render",(function(){return r})),n.d(t,"staticRenderFns",(function(){return s})),n.d(t,"recyclableRender",(function(){return u})),n.d(t,"components",(function(){return i}));var r=function(){var e=this,t=e.$createElement;e._self._c},u=!1,s=[];r._withStripped=!0},311:function(e,t,n){"use strict";n.r(t);var i=n(312),r=n.n(i);for(var u in i)["default"].indexOf(u)<0&&function(e){n.d(t,e,(function(){return i[e]}))}(u);t["default"]=r.a},312:function(e,t,n){"use strict";(function(e){var i=n(4);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=i(n(313)),u={name:"u-code",mixins:[e.$u.mpMixin,e.$u.mixin,r.default],data:function(){return{secNum:this.seconds,timer:null,canGetCode:!0}},mounted:function(){this.checkKeepRunning()},watch:{seconds:{immediate:!0,handler:function(e){this.secNum=e}}},methods:{checkKeepRunning:function(){var t=Number(e.getStorageSync(this.uniqueKey+"_$uCountDownTimestamp"));if(!t)return this.changeEvent(this.startText);var n=Math.floor(+new Date/1e3);this.keepRunning&&t&&t>n?(this.secNum=t-n,e.removeStorageSync(this.uniqueKey+"_$uCountDownTimestamp"),this.start()):this.changeEvent(this.startText)},start:function(){var e=this;this.timer&&(clearInterval(this.timer),this.timer=null),this.$emit("start"),this.canGetCode=!1,this.changeEvent(this.changeText.replace(/x|X/,this.secNum)),this.timer=setInterval((function(){--e.secNum?e.changeEvent(e.changeText.replace(/x|X/,e.secNum)):(clearInterval(e.timer),e.timer=null,e.changeEvent(e.endText),e.secNum=e.seconds,e.$emit("end"),e.canGetCode=!0)}),1e3),this.setTimeToStorage()},reset:function(){this.canGetCode=!0,clearInterval(this.timer),this.secNum=this.seconds,this.changeEvent(this.endText)},changeEvent:function(e){this.$emit("change",e)},setTimeToStorage:function(){if(this.keepRunning&&this.timer&&this.secNum>0&&this.secNum<=this.seconds){var t=Math.floor(+new Date/1e3);e.setStorage({key:this.uniqueKey+"_$uCountDownTimestamp",data:t+Number(this.secNum)})}}},beforeDestroy:function(){this.setTimeToStorage(),clearTimeout(this.timer),this.timer=null}};t.default=u}).call(this,n(2)["default"])},314:function(e,t,n){"use strict";n.r(t);var i=n(315),r=n.n(i);for(var u in i)["default"].indexOf(u)<0&&function(e){n.d(t,e,(function(){return i[e]}))}(u);t["default"]=r.a},315:function(e,t,n){}}]);
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u-code/u-code"],{314:function(e,t,n){"use strict";n.r(t);var i=n(315),r=n(317);for(var u in r)["default"].indexOf(u)<0&&function(e){n.d(t,e,(function(){return r[e]}))}(u);n(320);var s,c=n(32),o=Object(c["default"])(r["default"],i["render"],i["staticRenderFns"],!1,null,"39e88ef2",null,!1,i["components"],s);o.options.__file="node_modules/uview-ui/components/u-code/u-code.vue",t["default"]=o.exports},315:function(e,t,n){"use strict";n.r(t);var i=n(316);n.d(t,"render",(function(){return i["render"]})),n.d(t,"staticRenderFns",(function(){return i["staticRenderFns"]})),n.d(t,"recyclableRender",(function(){return i["recyclableRender"]})),n.d(t,"components",(function(){return i["components"]}))},316:function(e,t,n){"use strict";var i;n.r(t),n.d(t,"render",(function(){return r})),n.d(t,"staticRenderFns",(function(){return s})),n.d(t,"recyclableRender",(function(){return u})),n.d(t,"components",(function(){return i}));var r=function(){var e=this,t=e.$createElement;e._self._c},u=!1,s=[];r._withStripped=!0},317:function(e,t,n){"use strict";n.r(t);var i=n(318),r=n.n(i);for(var u in i)["default"].indexOf(u)<0&&function(e){n.d(t,e,(function(){return i[e]}))}(u);t["default"]=r.a},318:function(e,t,n){"use strict";(function(e){var i=n(4);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=i(n(319)),u={name:"u-code",mixins:[e.$u.mpMixin,e.$u.mixin,r.default],data:function(){return{secNum:this.seconds,timer:null,canGetCode:!0}},mounted:function(){this.checkKeepRunning()},watch:{seconds:{immediate:!0,handler:function(e){this.secNum=e}}},methods:{checkKeepRunning:function(){var t=Number(e.getStorageSync(this.uniqueKey+"_$uCountDownTimestamp"));if(!t)return this.changeEvent(this.startText);var n=Math.floor(+new Date/1e3);this.keepRunning&&t&&t>n?(this.secNum=t-n,e.removeStorageSync(this.uniqueKey+"_$uCountDownTimestamp"),this.start()):this.changeEvent(this.startText)},start:function(){var e=this;this.timer&&(clearInterval(this.timer),this.timer=null),this.$emit("start"),this.canGetCode=!1,this.changeEvent(this.changeText.replace(/x|X/,this.secNum)),this.timer=setInterval((function(){--e.secNum?e.changeEvent(e.changeText.replace(/x|X/,e.secNum)):(clearInterval(e.timer),e.timer=null,e.changeEvent(e.endText),e.secNum=e.seconds,e.$emit("end"),e.canGetCode=!0)}),1e3),this.setTimeToStorage()},reset:function(){this.canGetCode=!0,clearInterval(this.timer),this.secNum=this.seconds,this.changeEvent(this.endText)},changeEvent:function(e){this.$emit("change",e)},setTimeToStorage:function(){if(this.keepRunning&&this.timer&&this.secNum>0&&this.secNum<=this.seconds){var t=Math.floor(+new Date/1e3);e.setStorage({key:this.uniqueKey+"_$uCountDownTimestamp",data:t+Number(this.secNum)})}}},beforeDestroy:function(){this.setTimeToStorage(),clearTimeout(this.timer),this.timer=null}};t.default=u}).call(this,n(2)["default"])},320:function(e,t,n){"use strict";n.r(t);var i=n(321),r=n.n(i);for(var u in i)["default"].indexOf(u)<0&&function(e){n.d(t,e,(function(){return i[e]}))}(u);t["default"]=r.a},321:function(e,t,n){}}]);
//# sourceMappingURL=../../../../../.sourcemap/mp-weixin/node-modules/uview-ui/components/u-code/u-code.js.map
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'node-modules/uview-ui/components/u-code/u-code-create-component',
{
'node-modules/uview-ui/components/u-code/u-code-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('2')['createComponent'](__webpack_require__(308))
__webpack_require__('2')['createComponent'](__webpack_require__(314))
})
},
[['node-modules/uview-ui/components/u-code/u-code-create-component']]


+ 2
- 2
unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-code/u-code.json 查看文件

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

+ 2
- 2
unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-form-item/u-form-item.js 查看文件

@@ -1,10 +1,10 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u-form-item/u-form-item"],{287:function(e,n,t){"use strict";t.r(n);var r=t(288),o=t(290);for(var i in o)["default"].indexOf(i)<0&&function(e){t.d(n,e,(function(){return o[e]}))}(i);t(293);var a,l=t(32),u=Object(l["default"])(o["default"],r["render"],r["staticRenderFns"],!1,null,"5e7216f1",null,!1,r["components"],a);u.options.__file="node_modules/uview-ui/components/u-form-item/u-form-item.vue",n["default"]=u.exports},288:function(e,n,t){"use strict";t.r(n);var r=t(289);t.d(n,"render",(function(){return r["render"]})),t.d(n,"staticRenderFns",(function(){return r["staticRenderFns"]})),t.d(n,"recyclableRender",(function(){return r["recyclableRender"]})),t.d(n,"components",(function(){return r["components"]}))},289:function(e,n,t){"use strict";var r;t.r(n),t.d(n,"render",(function(){return o})),t.d(n,"staticRenderFns",(function(){return a})),t.d(n,"recyclableRender",(function(){return i})),t.d(n,"components",(function(){return r}));try{r={uIcon:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-icon/u-icon")]).then(t.bind(null,328))},uLine:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-line/u-line")]).then(t.bind(null,407))}}}catch(l){if(-1===l.message.indexOf("Cannot find module")||-1===l.message.indexOf(".vue"))throw l;console.error(l.message),console.error("1. 排查组件名称拼写是否正确"),console.error("2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom"),console.error("3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件")}var o=function(){var e=this,n=e.$createElement,t=(e._self._c,e.__get_style([e.$u.addStyle(e.customStyle),{flexDirection:"left"===(e.labelPosition||e.parentData.labelPosition)?"row":"column"}])),r=e.required||e.leftIcon||e.label?e.$u.addUnit(e.labelWidth||e.parentData.labelWidth):null,o=e.required||e.leftIcon||e.label?e.__get_style([e.parentData.labelStyle,{justifyContent:"left"===e.parentData.labelAlign?"flex-start":"center"===e.parentData.labelAlign?"center":"flex-end"}]):null;e.$initSSP();var i=e.message&&"message"===e.parentData.errorType?e.$u.addUnit("top"===e.parentData.labelPosition?0:e.labelWidth||e.parentData.labelWidth):null;e.$mp.data=Object.assign({},{$root:{s0:t,g0:r,s1:o,g1:i}}),"augmented"===e.$scope.data.scopedSlotsCompiler&&e.$setSSP("error",{message:e.message}),e.$callSSP()},i=!1,a=[];o._withStripped=!0},290:function(e,n,t){"use strict";t.r(n);var r=t(291),o=t.n(r);for(var i in r)["default"].indexOf(i)<0&&function(e){t.d(n,e,(function(){return r[e]}))}(i);n["default"]=o.a},291:function(e,n,t){"use strict";(function(e){var r=t(4);Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var o=r(t(292)),i={name:"u-form-item",mixins:[e.$u.mpMixin,e.$u.mixin,o.default],data:function(){return{message:"",parentData:{labelPosition:"left",labelAlign:"left",labelStyle:{},labelWidth:45,errorType:"message"}}},computed:{propsLine:function(){return e.$u.props.line}},mounted:function(){this.init()},methods:{init:function(){this.updateParentData(),this.parent||e.$u.error("u-form-item需要结合u-form组件使用")},updateParentData:function(){this.getParentData("u-form")},clearValidate:function(){this.message=null},resetField:function(){var n=e.$u.getProperty(this.parent.originalModel,this.prop);e.$u.setProperty(this.parent.model,this.prop,n),this.message=null},clickHandler:function(){this.$emit("click")}}};n.default=i}).call(this,t(2)["default"])},293:function(e,n,t){"use strict";t.r(n);var r=t(294),o=t.n(r);for(var i in r)["default"].indexOf(i)<0&&function(e){t.d(n,e,(function(){return r[e]}))}(i);n["default"]=o.a},294:function(e,n,t){}}]);
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u-form-item/u-form-item"],{293:function(e,n,t){"use strict";t.r(n);var r=t(294),o=t(296);for(var i in o)["default"].indexOf(i)<0&&function(e){t.d(n,e,(function(){return o[e]}))}(i);t(299);var a,l=t(32),u=Object(l["default"])(o["default"],r["render"],r["staticRenderFns"],!1,null,"5e7216f1",null,!1,r["components"],a);u.options.__file="node_modules/uview-ui/components/u-form-item/u-form-item.vue",n["default"]=u.exports},294:function(e,n,t){"use strict";t.r(n);var r=t(295);t.d(n,"render",(function(){return r["render"]})),t.d(n,"staticRenderFns",(function(){return r["staticRenderFns"]})),t.d(n,"recyclableRender",(function(){return r["recyclableRender"]})),t.d(n,"components",(function(){return r["components"]}))},295:function(e,n,t){"use strict";var r;t.r(n),t.d(n,"render",(function(){return o})),t.d(n,"staticRenderFns",(function(){return a})),t.d(n,"recyclableRender",(function(){return i})),t.d(n,"components",(function(){return r}));try{r={uIcon:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-icon/u-icon")]).then(t.bind(null,342))},uLine:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-line/u-line")]).then(t.bind(null,445))}}}catch(l){if(-1===l.message.indexOf("Cannot find module")||-1===l.message.indexOf(".vue"))throw l;console.error(l.message),console.error("1. 排查组件名称拼写是否正确"),console.error("2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom"),console.error("3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件")}var o=function(){var e=this,n=e.$createElement,t=(e._self._c,e.__get_style([e.$u.addStyle(e.customStyle),{flexDirection:"left"===(e.labelPosition||e.parentData.labelPosition)?"row":"column"}])),r=e.required||e.leftIcon||e.label?e.$u.addUnit(e.labelWidth||e.parentData.labelWidth):null,o=e.required||e.leftIcon||e.label?e.__get_style([e.parentData.labelStyle,{justifyContent:"left"===e.parentData.labelAlign?"flex-start":"center"===e.parentData.labelAlign?"center":"flex-end"}]):null;e.$initSSP();var i=e.message&&"message"===e.parentData.errorType?e.$u.addUnit("top"===e.parentData.labelPosition?0:e.labelWidth||e.parentData.labelWidth):null;e.$mp.data=Object.assign({},{$root:{s0:t,g0:r,s1:o,g1:i}}),"augmented"===e.$scope.data.scopedSlotsCompiler&&e.$setSSP("error",{message:e.message}),e.$callSSP()},i=!1,a=[];o._withStripped=!0},296:function(e,n,t){"use strict";t.r(n);var r=t(297),o=t.n(r);for(var i in r)["default"].indexOf(i)<0&&function(e){t.d(n,e,(function(){return r[e]}))}(i);n["default"]=o.a},297:function(e,n,t){"use strict";(function(e){var r=t(4);Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var o=r(t(298)),i={name:"u-form-item",mixins:[e.$u.mpMixin,e.$u.mixin,o.default],data:function(){return{message:"",parentData:{labelPosition:"left",labelAlign:"left",labelStyle:{},labelWidth:45,errorType:"message"}}},computed:{propsLine:function(){return e.$u.props.line}},mounted:function(){this.init()},methods:{init:function(){this.updateParentData(),this.parent||e.$u.error("u-form-item需要结合u-form组件使用")},updateParentData:function(){this.getParentData("u-form")},clearValidate:function(){this.message=null},resetField:function(){var n=e.$u.getProperty(this.parent.originalModel,this.prop);e.$u.setProperty(this.parent.model,this.prop,n),this.message=null},clickHandler:function(){this.$emit("click")}}};n.default=i}).call(this,t(2)["default"])},299:function(e,n,t){"use strict";t.r(n);var r=t(300),o=t.n(r);for(var i in r)["default"].indexOf(i)<0&&function(e){t.d(n,e,(function(){return r[e]}))}(i);n["default"]=o.a},300:function(e,n,t){}}]);
//# sourceMappingURL=../../../../../.sourcemap/mp-weixin/node-modules/uview-ui/components/u-form-item/u-form-item.js.map
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'node-modules/uview-ui/components/u-form-item/u-form-item-create-component',
{
'node-modules/uview-ui/components/u-form-item/u-form-item-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('2')['createComponent'](__webpack_require__(287))
__webpack_require__('2')['createComponent'](__webpack_require__(293))
})
},
[['node-modules/uview-ui/components/u-form-item/u-form-item-create-component']]


+ 2
- 2
unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-form/u-form.js 查看文件

@@ -1,10 +1,10 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u-form/u-form"],{399:function(e,n,t){"use strict";t.r(n);var r=t(400),i=t(402);for(var o in i)["default"].indexOf(o)<0&&function(e){t.d(n,e,(function(){return i[e]}))}(o);var u,l=t(32),a=Object(l["default"])(i["default"],r["render"],r["staticRenderFns"],!1,null,"ed64ceb2",null,!1,r["components"],u);a.options.__file="node_modules/uview-ui/components/u-form/u-form.vue",n["default"]=a.exports},400:function(e,n,t){"use strict";t.r(n);var r=t(401);t.d(n,"render",(function(){return r["render"]})),t.d(n,"staticRenderFns",(function(){return r["staticRenderFns"]})),t.d(n,"recyclableRender",(function(){return r["recyclableRender"]})),t.d(n,"components",(function(){return r["components"]}))},401:function(e,n,t){"use strict";var r;t.r(n),t.d(n,"render",(function(){return i})),t.d(n,"staticRenderFns",(function(){return u})),t.d(n,"recyclableRender",(function(){return o})),t.d(n,"components",(function(){return r}));var i=function(){var e=this,n=e.$createElement;e._self._c},o=!1,u=[];i._withStripped=!0},402:function(e,n,t){"use strict";t.r(n);var r=t(403),i=t.n(r);for(var o in r)["default"].indexOf(o)<0&&function(e){t.d(n,e,(function(){return r[e]}))}(o);n["default"]=i.a},403:function(e,n,t){"use strict";(function(e){var r=t(4);Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var i=r(t(56)),o=r(t(18)),u=r(t(11)),l=r(t(58)),a=r(t(286)),d=r(t(404));d.default.warning=function(){};var c={name:"u-form",mixins:[e.$u.mpMixin,e.$u.mixin,a.default],provide:function(){return{uForm:this}},data:function(){return{formRules:{},validator:{},originalModel:null}},watch:{rules:{immediate:!0,handler:function(e){this.setRules(e)}},propsChange:function(e){var n;null!==(n=this.children)&&void 0!==n&&n.length&&this.children.map((function(e){"function"==typeof e.updateParentData&&e.updateParentData()}))},model:{immediate:!0,handler:function(n){this.originalModel||(this.originalModel=e.$u.deepClone(n))}}},computed:{propsChange:function(){return[this.errorType,this.borderBottom,this.labelPosition,this.labelWidth,this.labelAlign,this.labelStyle]}},created:function(){this.children=[]},methods:{setRules:function(n){0!==Object.keys(n).length&&(0!==Object.keys(this.model).length?(this.formRules=n,this.validator=new d.default(n)):e.$u.error("设置rules,model必须设置!如果已经设置,请刷新页面。"))},resetFields:function(){this.resetModel()},resetModel:function(n){var t=this;this.children.map((function(n){var r=null===n||void 0===n?void 0:n.prop,i=e.$u.getProperty(t.originalModel,r);e.$u.setProperty(t.model,r,i)}))},clearValidate:function(e){e=[].concat(e),this.children.map((function(n){(void 0===e[0]||e.includes(n.prop))&&(n.message=null)}))},validateField:function(n,t){var r=arguments,a=this;return(0,l.default)(i.default.mark((function l(){var c;return i.default.wrap((function(i){while(1)switch(i.prev=i.next){case 0:c=r.length>2&&void 0!==r[2]?r[2]:null,a.$nextTick((function(){var r=[];n=[].concat(n),a.children.map((function(t){var i=[];if(n.includes(t.prop)){var l=e.$u.getProperty(a.model,t.prop),s=t.prop.split("."),f=s[s.length-1],p=a.formRules[t.prop];if(!p)return;for(var h=[].concat(p),v=0;v<h.length;v++){var m=h[v],g=[].concat(null===m||void 0===m?void 0:m.trigger);if(!c||g.includes(c)){var b=new d.default((0,u.default)({},f,m));b.validate((0,u.default)({},f,l),(function(n,u){var l,a;e.$u.test.array(n)&&(r.push.apply(r,(0,o.default)(n)),i.push.apply(i,(0,o.default)(n))),t.message=null!==(l=null===(a=i[0])||void 0===a?void 0:a.message)&&void 0!==l?l:null}))}}}})),"function"===typeof t&&t(r)}));case 2:case"end":return i.stop()}}),l)})))()},validate:function(n){var t=this;if(0!==Object.keys(this.formRules).length)return new Promise((function(n,r){t.$nextTick((function(){var i=t.children.map((function(e){return e.prop}));t.validateField(i,(function(i){i.length?("toast"===t.errorType&&e.$u.toast(i[0].message),r(i)):n(!0)}))}))}));e.$u.error("未设置rules,请看文档说明!如果已经设置,请刷新页面。")}}};n.default=c}).call(this,t(2)["default"])}}]);
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u-form/u-form"],{437:function(e,n,t){"use strict";t.r(n);var r=t(438),i=t(440);for(var o in i)["default"].indexOf(o)<0&&function(e){t.d(n,e,(function(){return i[e]}))}(o);var u,l=t(32),a=Object(l["default"])(i["default"],r["render"],r["staticRenderFns"],!1,null,"ed64ceb2",null,!1,r["components"],u);a.options.__file="node_modules/uview-ui/components/u-form/u-form.vue",n["default"]=a.exports},438:function(e,n,t){"use strict";t.r(n);var r=t(439);t.d(n,"render",(function(){return r["render"]})),t.d(n,"staticRenderFns",(function(){return r["staticRenderFns"]})),t.d(n,"recyclableRender",(function(){return r["recyclableRender"]})),t.d(n,"components",(function(){return r["components"]}))},439:function(e,n,t){"use strict";var r;t.r(n),t.d(n,"render",(function(){return i})),t.d(n,"staticRenderFns",(function(){return u})),t.d(n,"recyclableRender",(function(){return o})),t.d(n,"components",(function(){return r}));var i=function(){var e=this,n=e.$createElement;e._self._c},o=!1,u=[];i._withStripped=!0},440:function(e,n,t){"use strict";t.r(n);var r=t(441),i=t.n(r);for(var o in r)["default"].indexOf(o)<0&&function(e){t.d(n,e,(function(){return r[e]}))}(o);n["default"]=i.a},441:function(e,n,t){"use strict";(function(e){var r=t(4);Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var i=r(t(56)),o=r(t(18)),u=r(t(11)),l=r(t(58)),a=r(t(292)),d=r(t(442));d.default.warning=function(){};var c={name:"u-form",mixins:[e.$u.mpMixin,e.$u.mixin,a.default],provide:function(){return{uForm:this}},data:function(){return{formRules:{},validator:{},originalModel:null}},watch:{rules:{immediate:!0,handler:function(e){this.setRules(e)}},propsChange:function(e){var n;null!==(n=this.children)&&void 0!==n&&n.length&&this.children.map((function(e){"function"==typeof e.updateParentData&&e.updateParentData()}))},model:{immediate:!0,handler:function(n){this.originalModel||(this.originalModel=e.$u.deepClone(n))}}},computed:{propsChange:function(){return[this.errorType,this.borderBottom,this.labelPosition,this.labelWidth,this.labelAlign,this.labelStyle]}},created:function(){this.children=[]},methods:{setRules:function(n){0!==Object.keys(n).length&&(0!==Object.keys(this.model).length?(this.formRules=n,this.validator=new d.default(n)):e.$u.error("设置rules,model必须设置!如果已经设置,请刷新页面。"))},resetFields:function(){this.resetModel()},resetModel:function(n){var t=this;this.children.map((function(n){var r=null===n||void 0===n?void 0:n.prop,i=e.$u.getProperty(t.originalModel,r);e.$u.setProperty(t.model,r,i)}))},clearValidate:function(e){e=[].concat(e),this.children.map((function(n){(void 0===e[0]||e.includes(n.prop))&&(n.message=null)}))},validateField:function(n,t){var r=arguments,a=this;return(0,l.default)(i.default.mark((function l(){var c;return i.default.wrap((function(i){while(1)switch(i.prev=i.next){case 0:c=r.length>2&&void 0!==r[2]?r[2]:null,a.$nextTick((function(){var r=[];n=[].concat(n),a.children.map((function(t){var i=[];if(n.includes(t.prop)){var l=e.$u.getProperty(a.model,t.prop),s=t.prop.split("."),f=s[s.length-1],p=a.formRules[t.prop];if(!p)return;for(var h=[].concat(p),v=0;v<h.length;v++){var m=h[v],g=[].concat(null===m||void 0===m?void 0:m.trigger);if(!c||g.includes(c)){var b=new d.default((0,u.default)({},f,m));b.validate((0,u.default)({},f,l),(function(n,u){var l,a;e.$u.test.array(n)&&(r.push.apply(r,(0,o.default)(n)),i.push.apply(i,(0,o.default)(n))),t.message=null!==(l=null===(a=i[0])||void 0===a?void 0:a.message)&&void 0!==l?l:null}))}}}})),"function"===typeof t&&t(r)}));case 2:case"end":return i.stop()}}),l)})))()},validate:function(n){var t=this;if(0!==Object.keys(this.formRules).length)return new Promise((function(n,r){t.$nextTick((function(){var i=t.children.map((function(e){return e.prop}));t.validateField(i,(function(i){i.length?("toast"===t.errorType&&e.$u.toast(i[0].message),r(i)):n(!0)}))}))}));e.$u.error("未设置rules,请看文档说明!如果已经设置,请刷新页面。")}}};n.default=c}).call(this,t(2)["default"])}}]);
//# sourceMappingURL=../../../../../.sourcemap/mp-weixin/node-modules/uview-ui/components/u-form/u-form.js.map
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'node-modules/uview-ui/components/u-form/u-form-create-component',
{
'node-modules/uview-ui/components/u-form/u-form-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('2')['createComponent'](__webpack_require__(399))
__webpack_require__('2')['createComponent'](__webpack_require__(437))
})
},
[['node-modules/uview-ui/components/u-form/u-form-create-component']]


+ 2
- 2
unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-gap/u-gap.js 查看文件

@@ -1,10 +1,10 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u-gap/u-gap"],{500:function(n,t,e){"use strict";e.r(t);var r=e(501),u=e(503);for(var i in u)["default"].indexOf(i)<0&&function(n){e.d(t,n,(function(){return u[n]}))}(i);e(506);var o,a=e(32),c=Object(a["default"])(u["default"],r["render"],r["staticRenderFns"],!1,null,"f69acc36",null,!1,r["components"],o);c.options.__file="node_modules/uview-ui/components/u-gap/u-gap.vue",t["default"]=c.exports},501:function(n,t,e){"use strict";e.r(t);var r=e(502);e.d(t,"render",(function(){return r["render"]})),e.d(t,"staticRenderFns",(function(){return r["staticRenderFns"]})),e.d(t,"recyclableRender",(function(){return r["recyclableRender"]})),e.d(t,"components",(function(){return r["components"]}))},502:function(n,t,e){"use strict";var r;e.r(t),e.d(t,"render",(function(){return u})),e.d(t,"staticRenderFns",(function(){return o})),e.d(t,"recyclableRender",(function(){return i})),e.d(t,"components",(function(){return r}));var u=function(){var n=this,t=n.$createElement,e=(n._self._c,n.__get_style([n.gapStyle]));n.$mp.data=Object.assign({},{$root:{s0:e}})},i=!1,o=[];u._withStripped=!0},503:function(n,t,e){"use strict";e.r(t);var r=e(504),u=e.n(r);for(var i in r)["default"].indexOf(i)<0&&function(n){e.d(t,n,(function(){return r[n]}))}(i);t["default"]=u.a},504:function(n,t,e){"use strict";(function(n){var r=e(4);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var u=r(e(505)),i={name:"u-gap",mixins:[n.$u.mpMixin,n.$u.mixin,u.default],computed:{gapStyle:function(){var t={backgroundColor:this.bgColor,height:n.$u.addUnit(this.height),marginTop:n.$u.addUnit(this.marginTop),marginBottom:n.$u.addUnit(this.marginBottom)};return n.$u.deepMerge(t,n.$u.addStyle(this.customStyle))}}};t.default=i}).call(this,e(2)["default"])},506:function(n,t,e){"use strict";e.r(t);var r=e(507),u=e.n(r);for(var i in r)["default"].indexOf(i)<0&&function(n){e.d(t,n,(function(){return r[n]}))}(i);t["default"]=u.a},507:function(n,t,e){}}]);
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u-gap/u-gap"],{484:function(n,t,e){"use strict";e.r(t);var r=e(485),u=e(487);for(var i in u)["default"].indexOf(i)<0&&function(n){e.d(t,n,(function(){return u[n]}))}(i);e(490);var o,a=e(32),c=Object(a["default"])(u["default"],r["render"],r["staticRenderFns"],!1,null,"f69acc36",null,!1,r["components"],o);c.options.__file="node_modules/uview-ui/components/u-gap/u-gap.vue",t["default"]=c.exports},485:function(n,t,e){"use strict";e.r(t);var r=e(486);e.d(t,"render",(function(){return r["render"]})),e.d(t,"staticRenderFns",(function(){return r["staticRenderFns"]})),e.d(t,"recyclableRender",(function(){return r["recyclableRender"]})),e.d(t,"components",(function(){return r["components"]}))},486:function(n,t,e){"use strict";var r;e.r(t),e.d(t,"render",(function(){return u})),e.d(t,"staticRenderFns",(function(){return o})),e.d(t,"recyclableRender",(function(){return i})),e.d(t,"components",(function(){return r}));var u=function(){var n=this,t=n.$createElement,e=(n._self._c,n.__get_style([n.gapStyle]));n.$mp.data=Object.assign({},{$root:{s0:e}})},i=!1,o=[];u._withStripped=!0},487:function(n,t,e){"use strict";e.r(t);var r=e(488),u=e.n(r);for(var i in r)["default"].indexOf(i)<0&&function(n){e.d(t,n,(function(){return r[n]}))}(i);t["default"]=u.a},488:function(n,t,e){"use strict";(function(n){var r=e(4);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var u=r(e(489)),i={name:"u-gap",mixins:[n.$u.mpMixin,n.$u.mixin,u.default],computed:{gapStyle:function(){var t={backgroundColor:this.bgColor,height:n.$u.addUnit(this.height),marginTop:n.$u.addUnit(this.marginTop),marginBottom:n.$u.addUnit(this.marginBottom)};return n.$u.deepMerge(t,n.$u.addStyle(this.customStyle))}}};t.default=i}).call(this,e(2)["default"])},490:function(n,t,e){"use strict";e.r(t);var r=e(491),u=e.n(r);for(var i in r)["default"].indexOf(i)<0&&function(n){e.d(t,n,(function(){return r[n]}))}(i);t["default"]=u.a},491:function(n,t,e){}}]);
//# sourceMappingURL=../../../../../.sourcemap/mp-weixin/node-modules/uview-ui/components/u-gap/u-gap.js.map
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'node-modules/uview-ui/components/u-gap/u-gap-create-component',
{
'node-modules/uview-ui/components/u-gap/u-gap-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('2')['createComponent'](__webpack_require__(500))
__webpack_require__('2')['createComponent'](__webpack_require__(484))
})
},
[['node-modules/uview-ui/components/u-gap/u-gap-create-component']]


+ 2
- 2
unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-grid-item/u-grid-item.js 查看文件

@@ -1,10 +1,10 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u-grid-item/u-grid-item"],{383:function(t,e,n){"use strict";n.r(e);var r=n(384),i=n(386);for(var a in i)["default"].indexOf(a)<0&&function(t){n.d(e,t,(function(){return i[t]}))}(a);n(389);var u,o=n(32),c=Object(o["default"])(i["default"],r["render"],r["staticRenderFns"],!1,null,"99a45d26",null,!1,r["components"],u);c.options.__file="node_modules/uview-ui/components/u-grid-item/u-grid-item.vue",e["default"]=c.exports},384:function(t,e,n){"use strict";n.r(e);var r=n(385);n.d(e,"render",(function(){return r["render"]})),n.d(e,"staticRenderFns",(function(){return r["staticRenderFns"]})),n.d(e,"recyclableRender",(function(){return r["recyclableRender"]})),n.d(e,"components",(function(){return r["components"]}))},385:function(t,e,n){"use strict";var r;n.r(e),n.d(e,"render",(function(){return i})),n.d(e,"staticRenderFns",(function(){return u})),n.d(e,"recyclableRender",(function(){return a})),n.d(e,"components",(function(){return r}));var i=function(){var t=this,e=t.$createElement,n=(t._self._c,t.__get_style([t.itemStyle]));t.$mp.data=Object.assign({},{$root:{s0:n}})},a=!1,u=[];i._withStripped=!0},386:function(t,e,n){"use strict";n.r(e);var r=n(387),i=n.n(r);for(var a in r)["default"].indexOf(a)<0&&function(t){n.d(e,t,(function(){return r[t]}))}(a);e["default"]=i.a},387:function(t,e,n){"use strict";(function(t){var r=n(4);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i=r(n(56)),a=r(n(58)),u=r(n(388)),o={name:"u-grid-item",mixins:[t.$u.mpMixin,t.$u.mixin,u.default],data:function(){return{parentData:{col:3,border:!0},classes:[]}},mounted:function(){this.init()},computed:{width:function(){return 100/Number(this.parentData.col)+"%"},itemStyle:function(){var e={background:this.bgColor,width:this.width};return t.$u.deepMerge(e,t.$u.addStyle(this.customStyle))}},methods:{init:function(){var e=this;t.$on("$uGridItem",(function(){e.gridItemClasses()})),this.updateParentData(),t.$emit("$uGridItem"),this.gridItemClasses()},updateParentData:function(){this.getParentData("u-grid")},clickHandler:function(){var t,e=this,n=this.name,r=null===(t=this.parent)||void 0===t?void 0:t.children;r&&null===this.name&&(n=r.findIndex((function(t){return t===e}))),this.parent&&this.parent.childClick(n),this.$emit("click",n)},getItemWidth:function(){var t=this;return(0,a.default)(i.default.mark((function e(){var n,r;return i.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(n=0,!t.parent){e.next=6;break}return e.next=4,t.getParentWidth();case 4:r=e.sent,n=r/Number(t.parentData.col)+"px";case 6:t.width=n;case 7:case"end":return e.stop()}}),e)})))()},getParentWidth:function(){},gridItemClasses:function(){var t=this;if(this.parentData.border){var e=[];this.parent.children.map((function(n,r){if(t===n){var i=t.parent.children.length;(r+1)%t.parentData.col!==0&&r+1!==i&&e.push("u-border-right");var a=i%t.parentData.col===0?t.parentData.col:i%t.parentData.col;r<i-a&&e.push("u-border-bottom")}})),this.classes=e}}},beforeDestroy:function(){t.$off("$uGridItem")}};e.default=o}).call(this,n(2)["default"])},389:function(t,e,n){"use strict";n.r(e);var r=n(390),i=n.n(r);for(var a in r)["default"].indexOf(a)<0&&function(t){n.d(e,t,(function(){return r[t]}))}(a);e["default"]=i.a},390:function(t,e,n){}}]);
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u-grid-item/u-grid-item"],{404:function(t,e,n){"use strict";n.r(e);var r=n(405),i=n(407);for(var a in i)["default"].indexOf(a)<0&&function(t){n.d(e,t,(function(){return i[t]}))}(a);n(410);var u,o=n(32),c=Object(o["default"])(i["default"],r["render"],r["staticRenderFns"],!1,null,"99a45d26",null,!1,r["components"],u);c.options.__file="node_modules/uview-ui/components/u-grid-item/u-grid-item.vue",e["default"]=c.exports},405:function(t,e,n){"use strict";n.r(e);var r=n(406);n.d(e,"render",(function(){return r["render"]})),n.d(e,"staticRenderFns",(function(){return r["staticRenderFns"]})),n.d(e,"recyclableRender",(function(){return r["recyclableRender"]})),n.d(e,"components",(function(){return r["components"]}))},406:function(t,e,n){"use strict";var r;n.r(e),n.d(e,"render",(function(){return i})),n.d(e,"staticRenderFns",(function(){return u})),n.d(e,"recyclableRender",(function(){return a})),n.d(e,"components",(function(){return r}));var i=function(){var t=this,e=t.$createElement,n=(t._self._c,t.__get_style([t.itemStyle]));t.$mp.data=Object.assign({},{$root:{s0:n}})},a=!1,u=[];i._withStripped=!0},407:function(t,e,n){"use strict";n.r(e);var r=n(408),i=n.n(r);for(var a in r)["default"].indexOf(a)<0&&function(t){n.d(e,t,(function(){return r[t]}))}(a);e["default"]=i.a},408:function(t,e,n){"use strict";(function(t){var r=n(4);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i=r(n(56)),a=r(n(58)),u=r(n(409)),o={name:"u-grid-item",mixins:[t.$u.mpMixin,t.$u.mixin,u.default],data:function(){return{parentData:{col:3,border:!0},classes:[]}},mounted:function(){this.init()},computed:{width:function(){return 100/Number(this.parentData.col)+"%"},itemStyle:function(){var e={background:this.bgColor,width:this.width};return t.$u.deepMerge(e,t.$u.addStyle(this.customStyle))}},methods:{init:function(){var e=this;t.$on("$uGridItem",(function(){e.gridItemClasses()})),this.updateParentData(),t.$emit("$uGridItem"),this.gridItemClasses()},updateParentData:function(){this.getParentData("u-grid")},clickHandler:function(){var t,e=this,n=this.name,r=null===(t=this.parent)||void 0===t?void 0:t.children;r&&null===this.name&&(n=r.findIndex((function(t){return t===e}))),this.parent&&this.parent.childClick(n),this.$emit("click",n)},getItemWidth:function(){var t=this;return(0,a.default)(i.default.mark((function e(){var n,r;return i.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:if(n=0,!t.parent){e.next=6;break}return e.next=4,t.getParentWidth();case 4:r=e.sent,n=r/Number(t.parentData.col)+"px";case 6:t.width=n;case 7:case"end":return e.stop()}}),e)})))()},getParentWidth:function(){},gridItemClasses:function(){var t=this;if(this.parentData.border){var e=[];this.parent.children.map((function(n,r){if(t===n){var i=t.parent.children.length;(r+1)%t.parentData.col!==0&&r+1!==i&&e.push("u-border-right");var a=i%t.parentData.col===0?t.parentData.col:i%t.parentData.col;r<i-a&&e.push("u-border-bottom")}})),this.classes=e}}},beforeDestroy:function(){t.$off("$uGridItem")}};e.default=o}).call(this,n(2)["default"])},410:function(t,e,n){"use strict";n.r(e);var r=n(411),i=n.n(r);for(var a in r)["default"].indexOf(a)<0&&function(t){n.d(e,t,(function(){return r[t]}))}(a);e["default"]=i.a},411:function(t,e,n){}}]);
//# sourceMappingURL=../../../../../.sourcemap/mp-weixin/node-modules/uview-ui/components/u-grid-item/u-grid-item.js.map
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'node-modules/uview-ui/components/u-grid-item/u-grid-item-create-component',
{
'node-modules/uview-ui/components/u-grid-item/u-grid-item-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('2')['createComponent'](__webpack_require__(383))
__webpack_require__('2')['createComponent'](__webpack_require__(404))
})
},
[['node-modules/uview-ui/components/u-grid-item/u-grid-item-create-component']]


+ 2
- 2
unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-grid/u-grid.js 查看文件

@@ -1,10 +1,10 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u-grid/u-grid"],{375:function(t,e,n){"use strict";n.r(e);var r=n(376),i=n(378);for(var u in i)["default"].indexOf(u)<0&&function(t){n.d(e,t,(function(){return i[t]}))}(u);n(381);var c,a=n(32),o=Object(a["default"])(i["default"],r["render"],r["staticRenderFns"],!1,null,"50bc7b32",null,!1,r["components"],c);o.options.__file="node_modules/uview-ui/components/u-grid/u-grid.vue",e["default"]=o.exports},376:function(t,e,n){"use strict";n.r(e);var r=n(377);n.d(e,"render",(function(){return r["render"]})),n.d(e,"staticRenderFns",(function(){return r["staticRenderFns"]})),n.d(e,"recyclableRender",(function(){return r["recyclableRender"]})),n.d(e,"components",(function(){return r["components"]}))},377:function(t,e,n){"use strict";var r;n.r(e),n.d(e,"render",(function(){return i})),n.d(e,"staticRenderFns",(function(){return c})),n.d(e,"recyclableRender",(function(){return u})),n.d(e,"components",(function(){return r}));var i=function(){var t=this,e=t.$createElement,n=(t._self._c,t.__get_style([t.gridStyle]));t.$mp.data=Object.assign({},{$root:{s0:n}})},u=!1,c=[];i._withStripped=!0},378:function(t,e,n){"use strict";n.r(e);var r=n(379),i=n.n(r);for(var u in r)["default"].indexOf(u)<0&&function(t){n.d(e,t,(function(){return r[t]}))}(u);e["default"]=i.a},379:function(t,e,n){"use strict";(function(t){var r=n(4);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i=r(n(380)),u={name:"u-grid",mixins:[t.$u.mpMixin,t.$u.mixin,i.default],data:function(){return{index:0,width:0}},watch:{parentData:function(){this.children.length&&this.children.map((function(t){"function"==typeof t.updateParentData&&t.updateParentData()}))}},created:function(){this.children=[]},computed:{parentData:function(){return[this.hoverClass,this.col,this.size,this.border]},gridStyle:function(){var e={};switch(this.align){case"left":e.justifyContent="flex-start";break;case"center":e.justifyContent="center";break;case"right":e.justifyContent="flex-end";break;default:e.justifyContent="flex-start"}return t.$u.deepMerge(e,t.$u.addStyle(this.customStyle))}},methods:{childClick:function(t){this.$emit("click",t)}}};e.default=u}).call(this,n(2)["default"])},381:function(t,e,n){"use strict";n.r(e);var r=n(382),i=n.n(r);for(var u in r)["default"].indexOf(u)<0&&function(t){n.d(e,t,(function(){return r[t]}))}(u);e["default"]=i.a},382:function(t,e,n){}}]);
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u-grid/u-grid"],{396:function(t,e,n){"use strict";n.r(e);var r=n(397),i=n(399);for(var u in i)["default"].indexOf(u)<0&&function(t){n.d(e,t,(function(){return i[t]}))}(u);n(402);var c,a=n(32),o=Object(a["default"])(i["default"],r["render"],r["staticRenderFns"],!1,null,"50bc7b32",null,!1,r["components"],c);o.options.__file="node_modules/uview-ui/components/u-grid/u-grid.vue",e["default"]=o.exports},397:function(t,e,n){"use strict";n.r(e);var r=n(398);n.d(e,"render",(function(){return r["render"]})),n.d(e,"staticRenderFns",(function(){return r["staticRenderFns"]})),n.d(e,"recyclableRender",(function(){return r["recyclableRender"]})),n.d(e,"components",(function(){return r["components"]}))},398:function(t,e,n){"use strict";var r;n.r(e),n.d(e,"render",(function(){return i})),n.d(e,"staticRenderFns",(function(){return c})),n.d(e,"recyclableRender",(function(){return u})),n.d(e,"components",(function(){return r}));var i=function(){var t=this,e=t.$createElement,n=(t._self._c,t.__get_style([t.gridStyle]));t.$mp.data=Object.assign({},{$root:{s0:n}})},u=!1,c=[];i._withStripped=!0},399:function(t,e,n){"use strict";n.r(e);var r=n(400),i=n.n(r);for(var u in r)["default"].indexOf(u)<0&&function(t){n.d(e,t,(function(){return r[t]}))}(u);e["default"]=i.a},400:function(t,e,n){"use strict";(function(t){var r=n(4);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i=r(n(401)),u={name:"u-grid",mixins:[t.$u.mpMixin,t.$u.mixin,i.default],data:function(){return{index:0,width:0}},watch:{parentData:function(){this.children.length&&this.children.map((function(t){"function"==typeof t.updateParentData&&t.updateParentData()}))}},created:function(){this.children=[]},computed:{parentData:function(){return[this.hoverClass,this.col,this.size,this.border]},gridStyle:function(){var e={};switch(this.align){case"left":e.justifyContent="flex-start";break;case"center":e.justifyContent="center";break;case"right":e.justifyContent="flex-end";break;default:e.justifyContent="flex-start"}return t.$u.deepMerge(e,t.$u.addStyle(this.customStyle))}},methods:{childClick:function(t){this.$emit("click",t)}}};e.default=u}).call(this,n(2)["default"])},402:function(t,e,n){"use strict";n.r(e);var r=n(403),i=n.n(r);for(var u in r)["default"].indexOf(u)<0&&function(t){n.d(e,t,(function(){return r[t]}))}(u);e["default"]=i.a},403:function(t,e,n){}}]);
//# sourceMappingURL=../../../../../.sourcemap/mp-weixin/node-modules/uview-ui/components/u-grid/u-grid.js.map
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'node-modules/uview-ui/components/u-grid/u-grid-create-component',
{
'node-modules/uview-ui/components/u-grid/u-grid-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('2')['createComponent'](__webpack_require__(375))
__webpack_require__('2')['createComponent'](__webpack_require__(396))
})
},
[['node-modules/uview-ui/components/u-grid/u-grid-create-component']]


+ 2
- 2
unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-grid/u-grid.json 查看文件

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

+ 2
- 2
unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-icon/u-icon.js 查看文件

@@ -1,10 +1,10 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u-icon/u-icon"],{328:function(t,n,e){"use strict";e.r(n);var i=e(329),u=e(331);for(var o in u)["default"].indexOf(o)<0&&function(t){e.d(n,t,(function(){return u[t]}))}(o);e(335);var r,l=e(32),s=Object(l["default"])(u["default"],i["render"],i["staticRenderFns"],!1,null,"172979f2",null,!1,i["components"],r);s.options.__file="node_modules/uview-ui/components/u-icon/u-icon.vue",n["default"]=s.exports},329:function(t,n,e){"use strict";e.r(n);var i=e(330);e.d(n,"render",(function(){return i["render"]})),e.d(n,"staticRenderFns",(function(){return i["staticRenderFns"]})),e.d(n,"recyclableRender",(function(){return i["recyclableRender"]})),e.d(n,"components",(function(){return i["components"]}))},330:function(t,n,e){"use strict";var i;e.r(n),e.d(n,"render",(function(){return u})),e.d(n,"staticRenderFns",(function(){return r})),e.d(n,"recyclableRender",(function(){return o})),e.d(n,"components",(function(){return i}));var u=function(){var t=this,n=t.$createElement,e=(t._self._c,t.isImg?t.__get_style([t.imgStyle,t.$u.addStyle(t.customStyle)]):null),i=t.isImg?null:t.__get_style([t.iconStyle,t.$u.addStyle(t.customStyle)]),u=""!==t.label?t.$u.addUnit(t.labelSize):null,o=""!==t.label&&"right"==t.labelPos?t.$u.addUnit(t.space):null,r=""!==t.label&&"bottom"==t.labelPos?t.$u.addUnit(t.space):null,l=""!==t.label&&"left"==t.labelPos?t.$u.addUnit(t.space):null,s=""!==t.label&&"top"==t.labelPos?t.$u.addUnit(t.space):null;t.$mp.data=Object.assign({},{$root:{s0:e,s1:i,g0:u,g1:o,g2:r,g3:l,g4:s}})},o=!1,r=[];u._withStripped=!0},331:function(t,n,e){"use strict";e.r(n);var i=e(332),u=e.n(i);for(var o in i)["default"].indexOf(o)<0&&function(t){e.d(n,t,(function(){return i[t]}))}(o);n["default"]=u.a},332:function(t,n,e){"use strict";(function(t){var i=e(4);Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var u=i(e(333)),o=i(e(334)),r={name:"u-icon",data:function(){return{}},mixins:[t.$u.mpMixin,t.$u.mixin,o.default],computed:{uClasses:function(){var n=[];return n.push(this.customPrefix+"-"+this.name),this.color&&t.$u.config.type.includes(this.color)&&n.push("u-icon__icon--"+this.color),n},iconStyle:function(){var n={};return n={fontSize:t.$u.addUnit(this.size),lineHeight:t.$u.addUnit(this.size),fontWeight:this.bold?"bold":"normal",top:t.$u.addUnit(this.top)},this.color&&!t.$u.config.type.includes(this.color)&&(n.color=this.color),n},isImg:function(){return-1!==this.name.indexOf("/")},imgStyle:function(){var n={};return n.width=this.width?t.$u.addUnit(this.width):t.$u.addUnit(this.size),n.height=this.height?t.$u.addUnit(this.height):t.$u.addUnit(this.size),n},icon:function(){return u.default["uicon-"+this.name]||this.name}},methods:{clickHandler:function(t){this.$emit("click",this.index),this.stop&&this.preventEvent(t)}}};n.default=r}).call(this,e(2)["default"])},335:function(t,n,e){"use strict";e.r(n);var i=e(336),u=e.n(i);for(var o in i)["default"].indexOf(o)<0&&function(t){e.d(n,t,(function(){return i[t]}))}(o);n["default"]=u.a},336:function(t,n,e){}}]);
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u-icon/u-icon"],{342:function(t,n,e){"use strict";e.r(n);var i=e(343),u=e(345);for(var o in u)["default"].indexOf(o)<0&&function(t){e.d(n,t,(function(){return u[t]}))}(o);e(349);var r,l=e(32),s=Object(l["default"])(u["default"],i["render"],i["staticRenderFns"],!1,null,"172979f2",null,!1,i["components"],r);s.options.__file="node_modules/uview-ui/components/u-icon/u-icon.vue",n["default"]=s.exports},343:function(t,n,e){"use strict";e.r(n);var i=e(344);e.d(n,"render",(function(){return i["render"]})),e.d(n,"staticRenderFns",(function(){return i["staticRenderFns"]})),e.d(n,"recyclableRender",(function(){return i["recyclableRender"]})),e.d(n,"components",(function(){return i["components"]}))},344:function(t,n,e){"use strict";var i;e.r(n),e.d(n,"render",(function(){return u})),e.d(n,"staticRenderFns",(function(){return r})),e.d(n,"recyclableRender",(function(){return o})),e.d(n,"components",(function(){return i}));var u=function(){var t=this,n=t.$createElement,e=(t._self._c,t.isImg?t.__get_style([t.imgStyle,t.$u.addStyle(t.customStyle)]):null),i=t.isImg?null:t.__get_style([t.iconStyle,t.$u.addStyle(t.customStyle)]),u=""!==t.label?t.$u.addUnit(t.labelSize):null,o=""!==t.label&&"right"==t.labelPos?t.$u.addUnit(t.space):null,r=""!==t.label&&"bottom"==t.labelPos?t.$u.addUnit(t.space):null,l=""!==t.label&&"left"==t.labelPos?t.$u.addUnit(t.space):null,s=""!==t.label&&"top"==t.labelPos?t.$u.addUnit(t.space):null;t.$mp.data=Object.assign({},{$root:{s0:e,s1:i,g0:u,g1:o,g2:r,g3:l,g4:s}})},o=!1,r=[];u._withStripped=!0},345:function(t,n,e){"use strict";e.r(n);var i=e(346),u=e.n(i);for(var o in i)["default"].indexOf(o)<0&&function(t){e.d(n,t,(function(){return i[t]}))}(o);n["default"]=u.a},346:function(t,n,e){"use strict";(function(t){var i=e(4);Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var u=i(e(347)),o=i(e(348)),r={name:"u-icon",data:function(){return{}},mixins:[t.$u.mpMixin,t.$u.mixin,o.default],computed:{uClasses:function(){var n=[];return n.push(this.customPrefix+"-"+this.name),this.color&&t.$u.config.type.includes(this.color)&&n.push("u-icon__icon--"+this.color),n},iconStyle:function(){var n={};return n={fontSize:t.$u.addUnit(this.size),lineHeight:t.$u.addUnit(this.size),fontWeight:this.bold?"bold":"normal",top:t.$u.addUnit(this.top)},this.color&&!t.$u.config.type.includes(this.color)&&(n.color=this.color),n},isImg:function(){return-1!==this.name.indexOf("/")},imgStyle:function(){var n={};return n.width=this.width?t.$u.addUnit(this.width):t.$u.addUnit(this.size),n.height=this.height?t.$u.addUnit(this.height):t.$u.addUnit(this.size),n},icon:function(){return u.default["uicon-"+this.name]||this.name}},methods:{clickHandler:function(t){this.$emit("click",this.index),this.stop&&this.preventEvent(t)}}};n.default=r}).call(this,e(2)["default"])},349:function(t,n,e){"use strict";e.r(n);var i=e(350),u=e.n(i);for(var o in i)["default"].indexOf(o)<0&&function(t){e.d(n,t,(function(){return i[t]}))}(o);n["default"]=u.a},350:function(t,n,e){}}]);
//# sourceMappingURL=../../../../../.sourcemap/mp-weixin/node-modules/uview-ui/components/u-icon/u-icon.js.map
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'node-modules/uview-ui/components/u-icon/u-icon-create-component',
{
'node-modules/uview-ui/components/u-icon/u-icon-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('2')['createComponent'](__webpack_require__(328))
__webpack_require__('2')['createComponent'](__webpack_require__(342))
})
},
[['node-modules/uview-ui/components/u-icon/u-icon-create-component']]


+ 2
- 2
unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-image/u-image.js 查看文件

@@ -1,10 +1,10 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u-image/u-image"],{423:function(n,e,i){"use strict";i.r(e);var t=i(424),r=i(426);for(var o in r)["default"].indexOf(o)<0&&function(n){i.d(e,n,(function(){return r[n]}))}(o);i(428);var u,d=i(32),a=Object(d["default"])(r["default"],t["render"],t["staticRenderFns"],!1,null,"6dd0d12f",null,!1,t["components"],u);a.options.__file="node_modules/uview-ui/components/u-image/u-image.vue",e["default"]=a.exports},424:function(n,e,i){"use strict";i.r(e);var t=i(425);i.d(e,"render",(function(){return t["render"]})),i.d(e,"staticRenderFns",(function(){return t["staticRenderFns"]})),i.d(e,"recyclableRender",(function(){return t["recyclableRender"]})),i.d(e,"components",(function(){return t["components"]}))},425:function(n,e,i){"use strict";var t;i.r(e),i.d(e,"render",(function(){return r})),i.d(e,"staticRenderFns",(function(){return u})),i.d(e,"recyclableRender",(function(){return o})),i.d(e,"components",(function(){return t}));try{t={uTransition:function(){return Promise.all([i.e("common/vendor"),i.e("node-modules/uview-ui/components/u-transition/u-transition")]).then(i.bind(null,438))},uIcon:function(){return Promise.all([i.e("common/vendor"),i.e("node-modules/uview-ui/components/u-icon/u-icon")]).then(i.bind(null,328))}}}catch(d){if(-1===d.message.indexOf("Cannot find module")||-1===d.message.indexOf(".vue"))throw d;console.error(d.message),console.error("1. 排查组件名称拼写是否正确"),console.error("2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom"),console.error("3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件")}var r=function(){var n=this,e=n.$createElement,i=(n._self._c,n.__get_style([n.wrapStyle,n.backgroundStyle])),t=n.isError||"circle"==n.shape?null:n.$u.addUnit(n.radius),r=n.isError?null:n.$u.addUnit(n.width),o=n.isError?null:n.$u.addUnit(n.height),u=n.showLoading&&n.loading&&"circle"!=n.shape?n.$u.addUnit(n.radius):null,d=n.showLoading&&n.loading?n.$u.addUnit(n.width):null,a=n.showLoading&&n.loading?n.$u.addUnit(n.height):null,s=n.showError&&n.isError&&!n.loading&&"circle"!=n.shape?n.$u.addUnit(n.radius):null,l=n.showError&&n.isError&&!n.loading?n.$u.addUnit(n.width):null,c=n.showError&&n.isError&&!n.loading?n.$u.addUnit(n.height):null;n.$mp.data=Object.assign({},{$root:{s0:i,g0:t,g1:r,g2:o,g3:u,g4:d,g5:a,g6:s,g7:l,g8:c}})},o=!1,u=[];r._withStripped=!0},426:function(n,e,i){"use strict";i.r(e);var t=i(427),r=i.n(t);for(var o in t)["default"].indexOf(o)<0&&function(n){i.d(e,n,(function(){return t[n]}))}(o);e["default"]=r.a},427:function(n,e,i){"use strict";(function(n){var t=i(4);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r=t(i(327)),o={name:"u-image",mixins:[n.$u.mpMixin,n.$u.mixin,r.default],data:function(){return{isError:!1,loading:!0,opacity:1,durationTime:this.duration,backgroundStyle:{},show:!1}},watch:{src:{immediate:!0,handler:function(n){n?(this.isError=!1,this.loading=!0):(this.isError=!0,this.loading=!1)}}},computed:{wrapStyle:function(){var e={};return e.width=this.$u.addUnit(this.width),e.height=this.$u.addUnit(this.height),e.borderRadius="circle"==this.shape?"10000px":n.$u.addUnit(this.radius),e.overflow=+this.radius>0?"hidden":"visible",n.$u.deepMerge(e,n.$u.addStyle(this.customStyle))}},mounted:function(){this.show=!0},methods:{onClick:function(){this.$emit("click")},onErrorHandler:function(n){this.loading=!1,this.isError=!0,this.$emit("error",n)},onLoadHandler:function(n){this.loading=!1,this.isError=!1,this.$emit("load",n),this.removeBgColor()},removeBgColor:function(){this.backgroundStyle={backgroundColor:"transparent"}}}};e.default=o}).call(this,i(2)["default"])},428:function(n,e,i){"use strict";i.r(e);var t=i(429),r=i.n(t);for(var o in t)["default"].indexOf(o)<0&&function(n){i.d(e,n,(function(){return t[n]}))}(o);e["default"]=r.a},429:function(n,e,i){}}]);
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u-image/u-image"],{461:function(n,e,i){"use strict";i.r(e);var t=i(462),r=i(464);for(var o in r)["default"].indexOf(o)<0&&function(n){i.d(e,n,(function(){return r[n]}))}(o);i(466);var u,d=i(32),a=Object(d["default"])(r["default"],t["render"],t["staticRenderFns"],!1,null,"6dd0d12f",null,!1,t["components"],u);a.options.__file="node_modules/uview-ui/components/u-image/u-image.vue",e["default"]=a.exports},462:function(n,e,i){"use strict";i.r(e);var t=i(463);i.d(e,"render",(function(){return t["render"]})),i.d(e,"staticRenderFns",(function(){return t["staticRenderFns"]})),i.d(e,"recyclableRender",(function(){return t["recyclableRender"]})),i.d(e,"components",(function(){return t["components"]}))},463:function(n,e,i){"use strict";var t;i.r(e),i.d(e,"render",(function(){return r})),i.d(e,"staticRenderFns",(function(){return u})),i.d(e,"recyclableRender",(function(){return o})),i.d(e,"components",(function(){return t}));try{t={uTransition:function(){return Promise.all([i.e("common/vendor"),i.e("node-modules/uview-ui/components/u-transition/u-transition")]).then(i.bind(null,508))},uIcon:function(){return Promise.all([i.e("common/vendor"),i.e("node-modules/uview-ui/components/u-icon/u-icon")]).then(i.bind(null,342))}}}catch(d){if(-1===d.message.indexOf("Cannot find module")||-1===d.message.indexOf(".vue"))throw d;console.error(d.message),console.error("1. 排查组件名称拼写是否正确"),console.error("2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom"),console.error("3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件")}var r=function(){var n=this,e=n.$createElement,i=(n._self._c,n.__get_style([n.wrapStyle,n.backgroundStyle])),t=n.isError||"circle"==n.shape?null:n.$u.addUnit(n.radius),r=n.isError?null:n.$u.addUnit(n.width),o=n.isError?null:n.$u.addUnit(n.height),u=n.showLoading&&n.loading&&"circle"!=n.shape?n.$u.addUnit(n.radius):null,d=n.showLoading&&n.loading?n.$u.addUnit(n.width):null,a=n.showLoading&&n.loading?n.$u.addUnit(n.height):null,s=n.showError&&n.isError&&!n.loading&&"circle"!=n.shape?n.$u.addUnit(n.radius):null,l=n.showError&&n.isError&&!n.loading?n.$u.addUnit(n.width):null,c=n.showError&&n.isError&&!n.loading?n.$u.addUnit(n.height):null;n.$mp.data=Object.assign({},{$root:{s0:i,g0:t,g1:r,g2:o,g3:u,g4:d,g5:a,g6:s,g7:l,g8:c}})},o=!1,u=[];r._withStripped=!0},464:function(n,e,i){"use strict";i.r(e);var t=i(465),r=i.n(t);for(var o in t)["default"].indexOf(o)<0&&function(n){i.d(e,n,(function(){return t[n]}))}(o);e["default"]=r.a},465:function(n,e,i){"use strict";(function(n){var t=i(4);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r=t(i(333)),o={name:"u-image",mixins:[n.$u.mpMixin,n.$u.mixin,r.default],data:function(){return{isError:!1,loading:!0,opacity:1,durationTime:this.duration,backgroundStyle:{},show:!1}},watch:{src:{immediate:!0,handler:function(n){n?(this.isError=!1,this.loading=!0):(this.isError=!0,this.loading=!1)}}},computed:{wrapStyle:function(){var e={};return e.width=this.$u.addUnit(this.width),e.height=this.$u.addUnit(this.height),e.borderRadius="circle"==this.shape?"10000px":n.$u.addUnit(this.radius),e.overflow=+this.radius>0?"hidden":"visible",n.$u.deepMerge(e,n.$u.addStyle(this.customStyle))}},mounted:function(){this.show=!0},methods:{onClick:function(){this.$emit("click")},onErrorHandler:function(n){this.loading=!1,this.isError=!0,this.$emit("error",n)},onLoadHandler:function(n){this.loading=!1,this.isError=!1,this.$emit("load",n),this.removeBgColor()},removeBgColor:function(){this.backgroundStyle={backgroundColor:"transparent"}}}};e.default=o}).call(this,i(2)["default"])},466:function(n,e,i){"use strict";i.r(e);var t=i(467),r=i.n(t);for(var o in t)["default"].indexOf(o)<0&&function(n){i.d(e,n,(function(){return t[n]}))}(o);e["default"]=r.a},467:function(n,e,i){}}]);
//# sourceMappingURL=../../../../../.sourcemap/mp-weixin/node-modules/uview-ui/components/u-image/u-image.js.map
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'node-modules/uview-ui/components/u-image/u-image-create-component',
{
'node-modules/uview-ui/components/u-image/u-image-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('2')['createComponent'](__webpack_require__(423))
__webpack_require__('2')['createComponent'](__webpack_require__(461))
})
},
[['node-modules/uview-ui/components/u-image/u-image-create-component']]


+ 2
- 2
unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-input/u-input.js 查看文件

@@ -1,10 +1,10 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u-input/u-input"],{295:function(n,e,t){"use strict";t.r(e);var i=t(296),r=t(298);for(var o in r)["default"].indexOf(o)<0&&function(n){t.d(e,n,(function(){return r[n]}))}(o);t(301);var u,a=t(32),c=Object(a["default"])(r["default"],i["render"],i["staticRenderFns"],!1,null,"fdbb9fe6",null,!1,i["components"],u);c.options.__file="node_modules/uview-ui/components/u-input/u-input.vue",e["default"]=c.exports},296:function(n,e,t){"use strict";t.r(e);var i=t(297);t.d(e,"render",(function(){return i["render"]})),t.d(e,"staticRenderFns",(function(){return i["staticRenderFns"]})),t.d(e,"recyclableRender",(function(){return i["recyclableRender"]})),t.d(e,"components",(function(){return i["components"]}))},297:function(n,e,t){"use strict";var i;t.r(e),t.d(e,"render",(function(){return r})),t.d(e,"staticRenderFns",(function(){return u})),t.d(e,"recyclableRender",(function(){return o})),t.d(e,"components",(function(){return i}));try{i={uIcon:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-icon/u-icon")]).then(t.bind(null,328))}}}catch(a){if(-1===a.message.indexOf("Cannot find module")||-1===a.message.indexOf(".vue"))throw a;console.error(a.message),console.error("1. 排查组件名称拼写是否正确"),console.error("2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom"),console.error("3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件")}var r=function(){var n=this,e=n.$createElement,t=(n._self._c,n.__get_style([n.wrapperStyle])),i=n.__get_style([n.inputStyle]);n.$mp.data=Object.assign({},{$root:{s0:t,s1:i}})},o=!1,u=[];r._withStripped=!0},298:function(n,e,t){"use strict";t.r(e);var i=t(299),r=t.n(i);for(var o in i)["default"].indexOf(o)<0&&function(n){t.d(e,n,(function(){return i[n]}))}(o);e["default"]=r.a},299:function(n,e,t){"use strict";(function(n){var i=t(4);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r=i(t(300)),o={name:"u-input",mixins:[n.$u.mpMixin,n.$u.mixin,r.default],data:function(){return{innerValue:"",focused:!1,firstChange:!0,changeFromInner:!1,innerFormatter:function(n){return n}}},watch:{value:{immediate:!0,handler:function(n,e){this.innerValue=n,this.firstChange=!1,this.changeFromInner=!1}}},computed:{isShowClear:function(){var n=this.clearable,e=this.readonly,t=this.focused,i=this.innerValue;return!!n&&!e&&!!t&&""!==i},inputClass:function(){var n=[],e=this.border,t=(this.disabled,this.shape);return"surround"===e&&(n=n.concat(["u-border","u-input--radius"])),n.push("u-input--".concat(t)),"bottom"===e&&(n=n.concat(["u-border-bottom","u-input--no-radius"])),n.join(" ")},wrapperStyle:function(){var e={};return this.disabled&&(e.backgroundColor=this.disabledColor),"none"===this.border?e.padding="0":(e.paddingTop="6px",e.paddingBottom="6px",e.paddingLeft="9px",e.paddingRight="9px"),n.$u.deepMerge(e,n.$u.addStyle(this.customStyle))},inputStyle:function(){var e={color:this.color,fontSize:n.$u.addUnit(this.fontSize),textAlign:this.inputAlign};return e}},methods:{setFormatter:function(n){this.innerFormatter=n},onInput:function(n){var e=this,t=n.detail||{},i=t.value,r=void 0===i?"":i,o=this.formatter||this.innerFormatter,u=o(r);this.innerValue=r,this.$nextTick((function(){e.innerValue=u,e.valueChange()}))},onBlur:function(e){var t=this;this.$emit("blur",e.detail.value),n.$u.sleep(50).then((function(){t.focused=!1})),n.$u.formValidate(this,"blur")},onFocus:function(n){this.focused=!0,this.$emit("focus",n)},onConfirm:function(n){this.$emit("confirm",this.innerValue)},onkeyboardheightchange:function(n){this.$emit("keyboardheightchange",n)},valueChange:function(){var e=this,t=this.innerValue;this.$nextTick((function(){e.$emit("input",t),e.changeFromInner=!0,e.$emit("change",t),n.$u.formValidate(e,"change")}))},onClear:function(){var n=this;this.innerValue="",this.$nextTick((function(){n.valueChange(),n.$emit("clear")}))},clickHandler:function(){}}};e.default=o}).call(this,t(2)["default"])},301:function(n,e,t){"use strict";t.r(e);var i=t(302),r=t.n(i);for(var o in i)["default"].indexOf(o)<0&&function(n){t.d(e,n,(function(){return i[n]}))}(o);e["default"]=r.a},302:function(n,e,t){}}]);
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u-input/u-input"],{301:function(n,e,t){"use strict";t.r(e);var i=t(302),r=t(304);for(var o in r)["default"].indexOf(o)<0&&function(n){t.d(e,n,(function(){return r[n]}))}(o);t(307);var u,a=t(32),c=Object(a["default"])(r["default"],i["render"],i["staticRenderFns"],!1,null,"fdbb9fe6",null,!1,i["components"],u);c.options.__file="node_modules/uview-ui/components/u-input/u-input.vue",e["default"]=c.exports},302:function(n,e,t){"use strict";t.r(e);var i=t(303);t.d(e,"render",(function(){return i["render"]})),t.d(e,"staticRenderFns",(function(){return i["staticRenderFns"]})),t.d(e,"recyclableRender",(function(){return i["recyclableRender"]})),t.d(e,"components",(function(){return i["components"]}))},303:function(n,e,t){"use strict";var i;t.r(e),t.d(e,"render",(function(){return r})),t.d(e,"staticRenderFns",(function(){return u})),t.d(e,"recyclableRender",(function(){return o})),t.d(e,"components",(function(){return i}));try{i={uIcon:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-icon/u-icon")]).then(t.bind(null,342))}}}catch(a){if(-1===a.message.indexOf("Cannot find module")||-1===a.message.indexOf(".vue"))throw a;console.error(a.message),console.error("1. 排查组件名称拼写是否正确"),console.error("2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom"),console.error("3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件")}var r=function(){var n=this,e=n.$createElement,t=(n._self._c,n.__get_style([n.wrapperStyle])),i=n.__get_style([n.inputStyle]);n.$mp.data=Object.assign({},{$root:{s0:t,s1:i}})},o=!1,u=[];r._withStripped=!0},304:function(n,e,t){"use strict";t.r(e);var i=t(305),r=t.n(i);for(var o in i)["default"].indexOf(o)<0&&function(n){t.d(e,n,(function(){return i[n]}))}(o);e["default"]=r.a},305:function(n,e,t){"use strict";(function(n){var i=t(4);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r=i(t(306)),o={name:"u-input",mixins:[n.$u.mpMixin,n.$u.mixin,r.default],data:function(){return{innerValue:"",focused:!1,firstChange:!0,changeFromInner:!1,innerFormatter:function(n){return n}}},watch:{value:{immediate:!0,handler:function(n,e){this.innerValue=n,this.firstChange=!1,this.changeFromInner=!1}}},computed:{isShowClear:function(){var n=this.clearable,e=this.readonly,t=this.focused,i=this.innerValue;return!!n&&!e&&!!t&&""!==i},inputClass:function(){var n=[],e=this.border,t=(this.disabled,this.shape);return"surround"===e&&(n=n.concat(["u-border","u-input--radius"])),n.push("u-input--".concat(t)),"bottom"===e&&(n=n.concat(["u-border-bottom","u-input--no-radius"])),n.join(" ")},wrapperStyle:function(){var e={};return this.disabled&&(e.backgroundColor=this.disabledColor),"none"===this.border?e.padding="0":(e.paddingTop="6px",e.paddingBottom="6px",e.paddingLeft="9px",e.paddingRight="9px"),n.$u.deepMerge(e,n.$u.addStyle(this.customStyle))},inputStyle:function(){var e={color:this.color,fontSize:n.$u.addUnit(this.fontSize),textAlign:this.inputAlign};return e}},methods:{setFormatter:function(n){this.innerFormatter=n},onInput:function(n){var e=this,t=n.detail||{},i=t.value,r=void 0===i?"":i,o=this.formatter||this.innerFormatter,u=o(r);this.innerValue=r,this.$nextTick((function(){e.innerValue=u,e.valueChange()}))},onBlur:function(e){var t=this;this.$emit("blur",e.detail.value),n.$u.sleep(50).then((function(){t.focused=!1})),n.$u.formValidate(this,"blur")},onFocus:function(n){this.focused=!0,this.$emit("focus",n)},onConfirm:function(n){this.$emit("confirm",this.innerValue)},onkeyboardheightchange:function(n){this.$emit("keyboardheightchange",n)},valueChange:function(){var e=this,t=this.innerValue;this.$nextTick((function(){e.$emit("input",t),e.changeFromInner=!0,e.$emit("change",t),n.$u.formValidate(e,"change")}))},onClear:function(){var n=this;this.innerValue="",this.$nextTick((function(){n.valueChange(),n.$emit("clear")}))},clickHandler:function(){}}};e.default=o}).call(this,t(2)["default"])},307:function(n,e,t){"use strict";t.r(e);var i=t(308),r=t.n(i);for(var o in i)["default"].indexOf(o)<0&&function(n){t.d(e,n,(function(){return i[n]}))}(o);e["default"]=r.a},308:function(n,e,t){}}]);
//# sourceMappingURL=../../../../../.sourcemap/mp-weixin/node-modules/uview-ui/components/u-input/u-input.js.map
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'node-modules/uview-ui/components/u-input/u-input-create-component',
{
'node-modules/uview-ui/components/u-input/u-input-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('2')['createComponent'](__webpack_require__(295))
__webpack_require__('2')['createComponent'](__webpack_require__(301))
})
},
[['node-modules/uview-ui/components/u-input/u-input-create-component']]


+ 2
- 2
unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-line/u-line.js 查看文件

@@ -1,10 +1,10 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u-line/u-line"],{407:function(e,n,t){"use strict";t.r(n);var r=t(408),i=t(410);for(var u in i)["default"].indexOf(u)<0&&function(e){t.d(n,e,(function(){return i[e]}))}(u);t(413);var o,d=t(32),s=Object(d["default"])(i["default"],r["render"],r["staticRenderFns"],!1,null,"e778bab2",null,!1,r["components"],o);s.options.__file="node_modules/uview-ui/components/u-line/u-line.vue",n["default"]=s.exports},408:function(e,n,t){"use strict";t.r(n);var r=t(409);t.d(n,"render",(function(){return r["render"]})),t.d(n,"staticRenderFns",(function(){return r["staticRenderFns"]})),t.d(n,"recyclableRender",(function(){return r["recyclableRender"]})),t.d(n,"components",(function(){return r["components"]}))},409:function(e,n,t){"use strict";var r;t.r(n),t.d(n,"render",(function(){return i})),t.d(n,"staticRenderFns",(function(){return o})),t.d(n,"recyclableRender",(function(){return u})),t.d(n,"components",(function(){return r}));var i=function(){var e=this,n=e.$createElement,t=(e._self._c,e.__get_style([e.lineStyle]));e.$mp.data=Object.assign({},{$root:{s0:t}})},u=!1,o=[];i._withStripped=!0},410:function(e,n,t){"use strict";t.r(n);var r=t(411),i=t.n(r);for(var u in r)["default"].indexOf(u)<0&&function(e){t.d(n,e,(function(){return r[e]}))}(u);n["default"]=i.a},411:function(e,n,t){"use strict";(function(e){var r=t(4);Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var i=r(t(412)),u={name:"u-line",mixins:[e.$u.mpMixin,e.$u.mixin,i.default],computed:{lineStyle:function(){var n={};return n.margin=this.margin,"row"===this.direction?(n.borderBottomWidth="1px",n.borderBottomStyle=this.dashed?"dashed":"solid",n.width=e.$u.addUnit(this.length),this.hairline&&(n.transform="scaleY(0.5)")):(n.borderLeftWidth="1px",n.borderLeftStyle=this.dashed?"dashed":"solid",n.height=e.$u.addUnit(this.length),this.hairline&&(n.transform="scaleX(0.5)")),n.borderColor=this.color,e.$u.deepMerge(n,e.$u.addStyle(this.customStyle))}}};n.default=u}).call(this,t(2)["default"])},413:function(e,n,t){"use strict";t.r(n);var r=t(414),i=t.n(r);for(var u in r)["default"].indexOf(u)<0&&function(e){t.d(n,e,(function(){return r[e]}))}(u);n["default"]=i.a},414:function(e,n,t){}}]);
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u-line/u-line"],{445:function(e,n,t){"use strict";t.r(n);var r=t(446),i=t(448);for(var u in i)["default"].indexOf(u)<0&&function(e){t.d(n,e,(function(){return i[e]}))}(u);t(451);var o,d=t(32),s=Object(d["default"])(i["default"],r["render"],r["staticRenderFns"],!1,null,"e778bab2",null,!1,r["components"],o);s.options.__file="node_modules/uview-ui/components/u-line/u-line.vue",n["default"]=s.exports},446:function(e,n,t){"use strict";t.r(n);var r=t(447);t.d(n,"render",(function(){return r["render"]})),t.d(n,"staticRenderFns",(function(){return r["staticRenderFns"]})),t.d(n,"recyclableRender",(function(){return r["recyclableRender"]})),t.d(n,"components",(function(){return r["components"]}))},447:function(e,n,t){"use strict";var r;t.r(n),t.d(n,"render",(function(){return i})),t.d(n,"staticRenderFns",(function(){return o})),t.d(n,"recyclableRender",(function(){return u})),t.d(n,"components",(function(){return r}));var i=function(){var e=this,n=e.$createElement,t=(e._self._c,e.__get_style([e.lineStyle]));e.$mp.data=Object.assign({},{$root:{s0:t}})},u=!1,o=[];i._withStripped=!0},448:function(e,n,t){"use strict";t.r(n);var r=t(449),i=t.n(r);for(var u in r)["default"].indexOf(u)<0&&function(e){t.d(n,e,(function(){return r[e]}))}(u);n["default"]=i.a},449:function(e,n,t){"use strict";(function(e){var r=t(4);Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var i=r(t(450)),u={name:"u-line",mixins:[e.$u.mpMixin,e.$u.mixin,i.default],computed:{lineStyle:function(){var n={};return n.margin=this.margin,"row"===this.direction?(n.borderBottomWidth="1px",n.borderBottomStyle=this.dashed?"dashed":"solid",n.width=e.$u.addUnit(this.length),this.hairline&&(n.transform="scaleY(0.5)")):(n.borderLeftWidth="1px",n.borderLeftStyle=this.dashed?"dashed":"solid",n.height=e.$u.addUnit(this.length),this.hairline&&(n.transform="scaleX(0.5)")),n.borderColor=this.color,e.$u.deepMerge(n,e.$u.addStyle(this.customStyle))}}};n.default=u}).call(this,t(2)["default"])},451:function(e,n,t){"use strict";t.r(n);var r=t(452),i=t.n(r);for(var u in r)["default"].indexOf(u)<0&&function(e){t.d(n,e,(function(){return r[e]}))}(u);n["default"]=i.a},452:function(e,n,t){}}]);
//# sourceMappingURL=../../../../../.sourcemap/mp-weixin/node-modules/uview-ui/components/u-line/u-line.js.map
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'node-modules/uview-ui/components/u-line/u-line-create-component',
{
'node-modules/uview-ui/components/u-line/u-line-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('2')['createComponent'](__webpack_require__(407))
__webpack_require__('2')['createComponent'](__webpack_require__(445))
})
},
[['node-modules/uview-ui/components/u-line/u-line-create-component']]


+ 2
- 2
unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-link/u-link.js 查看文件

@@ -1,10 +1,10 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u-link/u-link"],{430:function(n,t,e){"use strict";e.r(t);var i=e(431),u=e(433);for(var r in u)["default"].indexOf(r)<0&&function(n){e.d(t,n,(function(){return u[n]}))}(r);e(436);var o,c=e(32),a=Object(c["default"])(u["default"],i["render"],i["staticRenderFns"],!1,null,"8a7be032",null,!1,i["components"],o);a.options.__file="node_modules/uview-ui/components/u-link/u-link.vue",t["default"]=a.exports},431:function(n,t,e){"use strict";e.r(t);var i=e(432);e.d(t,"render",(function(){return i["render"]})),e.d(t,"staticRenderFns",(function(){return i["staticRenderFns"]})),e.d(t,"recyclableRender",(function(){return i["recyclableRender"]})),e.d(t,"components",(function(){return i["components"]}))},432:function(n,t,e){"use strict";var i;e.r(t),e.d(t,"render",(function(){return u})),e.d(t,"staticRenderFns",(function(){return o})),e.d(t,"recyclableRender",(function(){return r})),e.d(t,"components",(function(){return i}));var u=function(){var n=this,t=n.$createElement,e=(n._self._c,n.__get_style([n.linkStyle,n.$u.addStyle(n.customStyle)]));n.$mp.data=Object.assign({},{$root:{s0:e}})},r=!1,o=[];u._withStripped=!0},433:function(n,t,e){"use strict";e.r(t);var i=e(434),u=e.n(i);for(var r in i)["default"].indexOf(r)<0&&function(n){e.d(t,n,(function(){return i[n]}))}(r);t["default"]=u.a},434:function(n,t,e){"use strict";(function(n){var i=e(4);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var u=i(e(435)),r={name:"u-link",mixins:[n.$u.mpMixin,n.$u.mixin,u.default],computed:{linkStyle:function(){var t={color:this.color,fontSize:n.$u.addUnit(this.fontSize),lineHeight:n.$u.addUnit(n.$u.getPx(this.fontSize)+2),textDecoration:this.underLine?"underline":"none"};return t}},methods:{openLink:function(){var t=this;n.setClipboardData({data:this.href,success:function(){n.hideToast(),t.$nextTick((function(){n.$u.toast(t.mpTips)}))}}),this.$emit("click")}}};t.default=r}).call(this,e(2)["default"])},436:function(n,t,e){"use strict";e.r(t);var i=e(437),u=e.n(i);for(var r in i)["default"].indexOf(r)<0&&function(n){e.d(t,n,(function(){return i[n]}))}(r);t["default"]=u.a},437:function(n,t,e){}}]);
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u-link/u-link"],{500:function(n,t,e){"use strict";e.r(t);var i=e(501),u=e(503);for(var r in u)["default"].indexOf(r)<0&&function(n){e.d(t,n,(function(){return u[n]}))}(r);e(506);var o,c=e(32),a=Object(c["default"])(u["default"],i["render"],i["staticRenderFns"],!1,null,"8a7be032",null,!1,i["components"],o);a.options.__file="node_modules/uview-ui/components/u-link/u-link.vue",t["default"]=a.exports},501:function(n,t,e){"use strict";e.r(t);var i=e(502);e.d(t,"render",(function(){return i["render"]})),e.d(t,"staticRenderFns",(function(){return i["staticRenderFns"]})),e.d(t,"recyclableRender",(function(){return i["recyclableRender"]})),e.d(t,"components",(function(){return i["components"]}))},502:function(n,t,e){"use strict";var i;e.r(t),e.d(t,"render",(function(){return u})),e.d(t,"staticRenderFns",(function(){return o})),e.d(t,"recyclableRender",(function(){return r})),e.d(t,"components",(function(){return i}));var u=function(){var n=this,t=n.$createElement,e=(n._self._c,n.__get_style([n.linkStyle,n.$u.addStyle(n.customStyle)]));n.$mp.data=Object.assign({},{$root:{s0:e}})},r=!1,o=[];u._withStripped=!0},503:function(n,t,e){"use strict";e.r(t);var i=e(504),u=e.n(i);for(var r in i)["default"].indexOf(r)<0&&function(n){e.d(t,n,(function(){return i[n]}))}(r);t["default"]=u.a},504:function(n,t,e){"use strict";(function(n){var i=e(4);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var u=i(e(505)),r={name:"u-link",mixins:[n.$u.mpMixin,n.$u.mixin,u.default],computed:{linkStyle:function(){var t={color:this.color,fontSize:n.$u.addUnit(this.fontSize),lineHeight:n.$u.addUnit(n.$u.getPx(this.fontSize)+2),textDecoration:this.underLine?"underline":"none"};return t}},methods:{openLink:function(){var t=this;n.setClipboardData({data:this.href,success:function(){n.hideToast(),t.$nextTick((function(){n.$u.toast(t.mpTips)}))}}),this.$emit("click")}}};t.default=r}).call(this,e(2)["default"])},506:function(n,t,e){"use strict";e.r(t);var i=e(507),u=e.n(i);for(var r in i)["default"].indexOf(r)<0&&function(n){e.d(t,n,(function(){return i[n]}))}(r);t["default"]=u.a},507:function(n,t,e){}}]);
//# sourceMappingURL=../../../../../.sourcemap/mp-weixin/node-modules/uview-ui/components/u-link/u-link.js.map
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'node-modules/uview-ui/components/u-link/u-link-create-component',
{
'node-modules/uview-ui/components/u-link/u-link-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('2')['createComponent'](__webpack_require__(430))
__webpack_require__('2')['createComponent'](__webpack_require__(500))
})
},
[['node-modules/uview-ui/components/u-link/u-link-create-component']]


+ 2
- 2
unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-loading-icon/u-loading-icon.js 查看文件

@@ -1,10 +1,10 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u-loading-icon/u-loading-icon"],{391:function(n,e,t){"use strict";t.r(e);var i=t(392),r=t(394);for(var o in r)["default"].indexOf(o)<0&&function(n){t.d(e,n,(function(){return r[n]}))}(o);t(397);var u,d=t(32),c=Object(d["default"])(r["default"],i["render"],i["staticRenderFns"],!1,null,"8ae91632",null,!1,i["components"],u);c.options.__file="node_modules/uview-ui/components/u-loading-icon/u-loading-icon.vue",e["default"]=c.exports},392:function(n,e,t){"use strict";t.r(e);var i=t(393);t.d(e,"render",(function(){return i["render"]})),t.d(e,"staticRenderFns",(function(){return i["staticRenderFns"]})),t.d(e,"recyclableRender",(function(){return i["recyclableRender"]})),t.d(e,"components",(function(){return i["components"]}))},393:function(n,e,t){"use strict";var i;t.r(e),t.d(e,"render",(function(){return r})),t.d(e,"staticRenderFns",(function(){return u})),t.d(e,"recyclableRender",(function(){return o})),t.d(e,"components",(function(){return i}));var r=function(){var n=this,e=n.$createElement,t=(n._self._c,n.show?n.__get_style([n.$u.addStyle(n.customStyle)]):null),i=n.show&&!n.webviewHide?n.$u.addUnit(n.size):null,r=n.show&&!n.webviewHide?n.$u.addUnit(n.size):null,o=n.show&&n.text?n.$u.addUnit(n.textSize):null;n.$mp.data=Object.assign({},{$root:{s0:t,g0:i,g1:r,g2:o}})},o=!1,u=[];r._withStripped=!0},394:function(n,e,t){"use strict";t.r(e);var i=t(395),r=t.n(i);for(var o in i)["default"].indexOf(o)<0&&function(n){t.d(e,n,(function(){return i[n]}))}(o);e["default"]=r.a},395:function(n,e,t){"use strict";(function(n){var i=t(4);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r=i(t(396)),o={name:"u-loading-icon",mixins:[n.$u.mpMixin,n.$u.mixin,r.default],data:function(){return{array12:Array.from({length:12}),aniAngel:360,webviewHide:!1,loading:!1}},computed:{otherBorderColor:function(){var e=n.$u.colorGradient(this.color,"#ffffff",100)[80];return"circle"===this.mode?this.inactiveColor?this.inactiveColor:e:"transparent"}},watch:{show:function(n){}},mounted:function(){this.init()},methods:{init:function(){setTimeout((function(){}),20)},addEventListenerToWebview:function(){var n=this,e=getCurrentPages(),t=e[e.length-1],i=t.$getAppWebview();i.addEventListener("hide",(function(){n.webviewHide=!0})),i.addEventListener("show",(function(){n.webviewHide=!1}))}}};e.default=o}).call(this,t(2)["default"])},397:function(n,e,t){"use strict";t.r(e);var i=t(398),r=t.n(i);for(var o in i)["default"].indexOf(o)<0&&function(n){t.d(e,n,(function(){return i[n]}))}(o);e["default"]=r.a},398:function(n,e,t){}}]);
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u-loading-icon/u-loading-icon"],{429:function(n,e,t){"use strict";t.r(e);var i=t(430),r=t(432);for(var o in r)["default"].indexOf(o)<0&&function(n){t.d(e,n,(function(){return r[n]}))}(o);t(435);var u,d=t(32),c=Object(d["default"])(r["default"],i["render"],i["staticRenderFns"],!1,null,"8ae91632",null,!1,i["components"],u);c.options.__file="node_modules/uview-ui/components/u-loading-icon/u-loading-icon.vue",e["default"]=c.exports},430:function(n,e,t){"use strict";t.r(e);var i=t(431);t.d(e,"render",(function(){return i["render"]})),t.d(e,"staticRenderFns",(function(){return i["staticRenderFns"]})),t.d(e,"recyclableRender",(function(){return i["recyclableRender"]})),t.d(e,"components",(function(){return i["components"]}))},431:function(n,e,t){"use strict";var i;t.r(e),t.d(e,"render",(function(){return r})),t.d(e,"staticRenderFns",(function(){return u})),t.d(e,"recyclableRender",(function(){return o})),t.d(e,"components",(function(){return i}));var r=function(){var n=this,e=n.$createElement,t=(n._self._c,n.show?n.__get_style([n.$u.addStyle(n.customStyle)]):null),i=n.show&&!n.webviewHide?n.$u.addUnit(n.size):null,r=n.show&&!n.webviewHide?n.$u.addUnit(n.size):null,o=n.show&&n.text?n.$u.addUnit(n.textSize):null;n.$mp.data=Object.assign({},{$root:{s0:t,g0:i,g1:r,g2:o}})},o=!1,u=[];r._withStripped=!0},432:function(n,e,t){"use strict";t.r(e);var i=t(433),r=t.n(i);for(var o in i)["default"].indexOf(o)<0&&function(n){t.d(e,n,(function(){return i[n]}))}(o);e["default"]=r.a},433:function(n,e,t){"use strict";(function(n){var i=t(4);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r=i(t(434)),o={name:"u-loading-icon",mixins:[n.$u.mpMixin,n.$u.mixin,r.default],data:function(){return{array12:Array.from({length:12}),aniAngel:360,webviewHide:!1,loading:!1}},computed:{otherBorderColor:function(){var e=n.$u.colorGradient(this.color,"#ffffff",100)[80];return"circle"===this.mode?this.inactiveColor?this.inactiveColor:e:"transparent"}},watch:{show:function(n){}},mounted:function(){this.init()},methods:{init:function(){setTimeout((function(){}),20)},addEventListenerToWebview:function(){var n=this,e=getCurrentPages(),t=e[e.length-1],i=t.$getAppWebview();i.addEventListener("hide",(function(){n.webviewHide=!0})),i.addEventListener("show",(function(){n.webviewHide=!1}))}}};e.default=o}).call(this,t(2)["default"])},435:function(n,e,t){"use strict";t.r(e);var i=t(436),r=t.n(i);for(var o in i)["default"].indexOf(o)<0&&function(n){t.d(e,n,(function(){return i[n]}))}(o);e["default"]=r.a},436:function(n,e,t){}}]);
//# sourceMappingURL=../../../../../.sourcemap/mp-weixin/node-modules/uview-ui/components/u-loading-icon/u-loading-icon.js.map
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'node-modules/uview-ui/components/u-loading-icon/u-loading-icon-create-component',
{
'node-modules/uview-ui/components/u-loading-icon/u-loading-icon-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('2')['createComponent'](__webpack_require__(391))
__webpack_require__('2')['createComponent'](__webpack_require__(429))
})
},
[['node-modules/uview-ui/components/u-loading-icon/u-loading-icon-create-component']]


+ 2
- 2
unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-overlay/u-overlay.js 查看文件

@@ -1,10 +1,10 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u-overlay/u-overlay"],{508:function(e,n,t){"use strict";t.r(n);var o=t(509),r=t(511);for(var u in r)["default"].indexOf(u)<0&&function(e){t.d(n,e,(function(){return r[e]}))}(u);t(514);var i,c=t(32),a=Object(c["default"])(r["default"],o["render"],o["staticRenderFns"],!1,null,"2d8262d9",null,!1,o["components"],i);a.options.__file="node_modules/uview-ui/components/u-overlay/u-overlay.vue",n["default"]=a.exports},509:function(e,n,t){"use strict";t.r(n);var o=t(510);t.d(n,"render",(function(){return o["render"]})),t.d(n,"staticRenderFns",(function(){return o["staticRenderFns"]})),t.d(n,"recyclableRender",(function(){return o["recyclableRender"]})),t.d(n,"components",(function(){return o["components"]}))},510:function(e,n,t){"use strict";var o;t.r(n),t.d(n,"render",(function(){return r})),t.d(n,"staticRenderFns",(function(){return i})),t.d(n,"recyclableRender",(function(){return u})),t.d(n,"components",(function(){return o}));try{o={uTransition:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-transition/u-transition")]).then(t.bind(null,438))}}}catch(c){if(-1===c.message.indexOf("Cannot find module")||-1===c.message.indexOf(".vue"))throw c;console.error(c.message),console.error("1. 排查组件名称拼写是否正确"),console.error("2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom"),console.error("3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件")}var r=function(){var e=this,n=e.$createElement;e._self._c},u=!1,i=[];r._withStripped=!0},511:function(e,n,t){"use strict";t.r(n);var o=t(512),r=t.n(o);for(var u in o)["default"].indexOf(u)<0&&function(e){t.d(n,e,(function(){return o[e]}))}(u);n["default"]=r.a},512:function(e,n,t){"use strict";(function(e){var o=t(4);Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var r=o(t(513)),u={name:"u-overlay",mixins:[e.$u.mpMixin,e.$u.mixin,r.default],computed:{overlayStyle:function(){var n={position:"fixed",top:0,left:0,right:0,zIndex:this.zIndex,bottom:0,"background-color":"rgba(0, 0, 0, ".concat(this.opacity,")")};return e.$u.deepMerge(n,e.$u.addStyle(this.customStyle))}},methods:{clickHandler:function(){this.$emit("click")}}};n.default=u}).call(this,t(2)["default"])},514:function(e,n,t){"use strict";t.r(n);var o=t(515),r=t.n(o);for(var u in o)["default"].indexOf(u)<0&&function(e){t.d(n,e,(function(){return o[e]}))}(u);n["default"]=r.a},515:function(e,n,t){}}]);
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u-overlay/u-overlay"],{518:function(e,n,t){"use strict";t.r(n);var o=t(519),r=t(521);for(var u in r)["default"].indexOf(u)<0&&function(e){t.d(n,e,(function(){return r[e]}))}(u);t(524);var i,c=t(32),a=Object(c["default"])(r["default"],o["render"],o["staticRenderFns"],!1,null,"2d8262d9",null,!1,o["components"],i);a.options.__file="node_modules/uview-ui/components/u-overlay/u-overlay.vue",n["default"]=a.exports},519:function(e,n,t){"use strict";t.r(n);var o=t(520);t.d(n,"render",(function(){return o["render"]})),t.d(n,"staticRenderFns",(function(){return o["staticRenderFns"]})),t.d(n,"recyclableRender",(function(){return o["recyclableRender"]})),t.d(n,"components",(function(){return o["components"]}))},520:function(e,n,t){"use strict";var o;t.r(n),t.d(n,"render",(function(){return r})),t.d(n,"staticRenderFns",(function(){return i})),t.d(n,"recyclableRender",(function(){return u})),t.d(n,"components",(function(){return o}));try{o={uTransition:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-transition/u-transition")]).then(t.bind(null,508))}}}catch(c){if(-1===c.message.indexOf("Cannot find module")||-1===c.message.indexOf(".vue"))throw c;console.error(c.message),console.error("1. 排查组件名称拼写是否正确"),console.error("2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom"),console.error("3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件")}var r=function(){var e=this,n=e.$createElement;e._self._c},u=!1,i=[];r._withStripped=!0},521:function(e,n,t){"use strict";t.r(n);var o=t(522),r=t.n(o);for(var u in o)["default"].indexOf(u)<0&&function(e){t.d(n,e,(function(){return o[e]}))}(u);n["default"]=r.a},522:function(e,n,t){"use strict";(function(e){var o=t(4);Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var r=o(t(523)),u={name:"u-overlay",mixins:[e.$u.mpMixin,e.$u.mixin,r.default],computed:{overlayStyle:function(){var n={position:"fixed",top:0,left:0,right:0,zIndex:this.zIndex,bottom:0,"background-color":"rgba(0, 0, 0, ".concat(this.opacity,")")};return e.$u.deepMerge(n,e.$u.addStyle(this.customStyle))}},methods:{clickHandler:function(){this.$emit("click")}}};n.default=u}).call(this,t(2)["default"])},524:function(e,n,t){"use strict";t.r(n);var o=t(525),r=t.n(o);for(var u in o)["default"].indexOf(u)<0&&function(e){t.d(n,e,(function(){return o[e]}))}(u);n["default"]=r.a},525:function(e,n,t){}}]);
//# sourceMappingURL=../../../../../.sourcemap/mp-weixin/node-modules/uview-ui/components/u-overlay/u-overlay.js.map
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'node-modules/uview-ui/components/u-overlay/u-overlay-create-component',
{
'node-modules/uview-ui/components/u-overlay/u-overlay-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('2')['createComponent'](__webpack_require__(508))
__webpack_require__('2')['createComponent'](__webpack_require__(518))
})
},
[['node-modules/uview-ui/components/u-overlay/u-overlay-create-component']]


+ 2
- 2
unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-popup/u-popup.js
文件差異過大導致無法顯示
查看文件


+ 2
- 2
unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-safe-bottom/u-safe-bottom.js 查看文件

@@ -1,10 +1,10 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u-safe-bottom/u-safe-bottom"],{524:function(e,n,t){"use strict";t.r(n);var u=t(525),r=t(527);for(var o in r)["default"].indexOf(o)<0&&function(e){t.d(n,e,(function(){return r[e]}))}(o);t(530);var i,c=t(32),a=Object(c["default"])(r["default"],u["render"],u["staticRenderFns"],!1,null,"758fd84f",null,!1,u["components"],i);a.options.__file="node_modules/uview-ui/components/u-safe-bottom/u-safe-bottom.vue",n["default"]=a.exports},525:function(e,n,t){"use strict";t.r(n);var u=t(526);t.d(n,"render",(function(){return u["render"]})),t.d(n,"staticRenderFns",(function(){return u["staticRenderFns"]})),t.d(n,"recyclableRender",(function(){return u["recyclableRender"]})),t.d(n,"components",(function(){return u["components"]}))},526:function(e,n,t){"use strict";var u;t.r(n),t.d(n,"render",(function(){return r})),t.d(n,"staticRenderFns",(function(){return i})),t.d(n,"recyclableRender",(function(){return o})),t.d(n,"components",(function(){return u}));var r=function(){var e=this,n=e.$createElement,t=(e._self._c,e.__get_style([e.style]));e.$mp.data=Object.assign({},{$root:{s0:t}})},o=!1,i=[];r._withStripped=!0},527:function(e,n,t){"use strict";t.r(n);var u=t(528),r=t.n(u);for(var o in u)["default"].indexOf(o)<0&&function(e){t.d(n,e,(function(){return u[e]}))}(o);n["default"]=r.a},528:function(e,n,t){"use strict";(function(e){var u=t(4);Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var r=u(t(529)),o={name:"u-safe-bottom",mixins:[e.$u.mpMixin,e.$u.mixin,r.default],data:function(){return{safeAreaBottomHeight:0,isNvue:!1}},computed:{style:function(){var n={};return e.$u.deepMerge(n,e.$u.addStyle(this.customStyle))}},mounted:function(){}};n.default=o}).call(this,t(2)["default"])},530:function(e,n,t){"use strict";t.r(n);var u=t(531),r=t.n(u);for(var o in u)["default"].indexOf(o)<0&&function(e){t.d(n,e,(function(){return u[e]}))}(o);n["default"]=r.a},531:function(e,n,t){}}]);
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u-safe-bottom/u-safe-bottom"],{526:function(e,n,t){"use strict";t.r(n);var u=t(527),r=t(529);for(var o in r)["default"].indexOf(o)<0&&function(e){t.d(n,e,(function(){return r[e]}))}(o);t(532);var i,c=t(32),a=Object(c["default"])(r["default"],u["render"],u["staticRenderFns"],!1,null,"758fd84f",null,!1,u["components"],i);a.options.__file="node_modules/uview-ui/components/u-safe-bottom/u-safe-bottom.vue",n["default"]=a.exports},527:function(e,n,t){"use strict";t.r(n);var u=t(528);t.d(n,"render",(function(){return u["render"]})),t.d(n,"staticRenderFns",(function(){return u["staticRenderFns"]})),t.d(n,"recyclableRender",(function(){return u["recyclableRender"]})),t.d(n,"components",(function(){return u["components"]}))},528:function(e,n,t){"use strict";var u;t.r(n),t.d(n,"render",(function(){return r})),t.d(n,"staticRenderFns",(function(){return i})),t.d(n,"recyclableRender",(function(){return o})),t.d(n,"components",(function(){return u}));var r=function(){var e=this,n=e.$createElement,t=(e._self._c,e.__get_style([e.style]));e.$mp.data=Object.assign({},{$root:{s0:t}})},o=!1,i=[];r._withStripped=!0},529:function(e,n,t){"use strict";t.r(n);var u=t(530),r=t.n(u);for(var o in u)["default"].indexOf(o)<0&&function(e){t.d(n,e,(function(){return u[e]}))}(o);n["default"]=r.a},530:function(e,n,t){"use strict";(function(e){var u=t(4);Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var r=u(t(531)),o={name:"u-safe-bottom",mixins:[e.$u.mpMixin,e.$u.mixin,r.default],data:function(){return{safeAreaBottomHeight:0,isNvue:!1}},computed:{style:function(){var n={};return e.$u.deepMerge(n,e.$u.addStyle(this.customStyle))}},mounted:function(){}};n.default=o}).call(this,t(2)["default"])},532:function(e,n,t){"use strict";t.r(n);var u=t(533),r=t.n(u);for(var o in u)["default"].indexOf(o)<0&&function(e){t.d(n,e,(function(){return u[e]}))}(o);n["default"]=r.a},533:function(e,n,t){}}]);
//# sourceMappingURL=../../../../../.sourcemap/mp-weixin/node-modules/uview-ui/components/u-safe-bottom/u-safe-bottom.js.map
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'node-modules/uview-ui/components/u-safe-bottom/u-safe-bottom-create-component',
{
'node-modules/uview-ui/components/u-safe-bottom/u-safe-bottom-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('2')['createComponent'](__webpack_require__(524))
__webpack_require__('2')['createComponent'](__webpack_require__(526))
})
},
[['node-modules/uview-ui/components/u-safe-bottom/u-safe-bottom-create-component']]


+ 2
- 2
unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-status-bar/u-status-bar.js 查看文件

@@ -1,10 +1,10 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u-status-bar/u-status-bar"],{516:function(t,n,e){"use strict";e.r(n);var r=e(517),u=e(519);for(var i in u)["default"].indexOf(i)<0&&function(t){e.d(n,t,(function(){return u[t]}))}(i);e(522);var a,o=e(32),s=Object(o["default"])(u["default"],r["render"],r["staticRenderFns"],!1,null,"3c8c2ae7",null,!1,r["components"],a);s.options.__file="node_modules/uview-ui/components/u-status-bar/u-status-bar.vue",n["default"]=s.exports},517:function(t,n,e){"use strict";e.r(n);var r=e(518);e.d(n,"render",(function(){return r["render"]})),e.d(n,"staticRenderFns",(function(){return r["staticRenderFns"]})),e.d(n,"recyclableRender",(function(){return r["recyclableRender"]})),e.d(n,"components",(function(){return r["components"]}))},518:function(t,n,e){"use strict";var r;e.r(n),e.d(n,"render",(function(){return u})),e.d(n,"staticRenderFns",(function(){return a})),e.d(n,"recyclableRender",(function(){return i})),e.d(n,"components",(function(){return r}));var u=function(){var t=this,n=t.$createElement,e=(t._self._c,t.__get_style([t.style]));t.$mp.data=Object.assign({},{$root:{s0:e}})},i=!1,a=[];u._withStripped=!0},519:function(t,n,e){"use strict";e.r(n);var r=e(520),u=e.n(r);for(var i in r)["default"].indexOf(i)<0&&function(t){e.d(n,t,(function(){return r[t]}))}(i);n["default"]=u.a},520:function(t,n,e){"use strict";(function(t){var r=e(4);Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var u=r(e(521)),i={name:"u-status-bar",mixins:[t.$u.mpMixin,t.$u.mixin,u.default],data:function(){return{}},computed:{style:function(){var n={};return n.height=t.$u.addUnit(t.$u.sys().statusBarHeight,"px"),n.backgroundColor=this.bgColor,t.$u.deepMerge(n,t.$u.addStyle(this.customStyle))}}};n.default=i}).call(this,e(2)["default"])},522:function(t,n,e){"use strict";e.r(n);var r=e(523),u=e.n(r);for(var i in r)["default"].indexOf(i)<0&&function(t){e.d(n,t,(function(){return r[t]}))}(i);n["default"]=u.a},523:function(t,n,e){}}]);
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u-status-bar/u-status-bar"],{468:function(t,n,e){"use strict";e.r(n);var r=e(469),u=e(471);for(var i in u)["default"].indexOf(i)<0&&function(t){e.d(n,t,(function(){return u[t]}))}(i);e(474);var a,o=e(32),s=Object(o["default"])(u["default"],r["render"],r["staticRenderFns"],!1,null,"3c8c2ae7",null,!1,r["components"],a);s.options.__file="node_modules/uview-ui/components/u-status-bar/u-status-bar.vue",n["default"]=s.exports},469:function(t,n,e){"use strict";e.r(n);var r=e(470);e.d(n,"render",(function(){return r["render"]})),e.d(n,"staticRenderFns",(function(){return r["staticRenderFns"]})),e.d(n,"recyclableRender",(function(){return r["recyclableRender"]})),e.d(n,"components",(function(){return r["components"]}))},470:function(t,n,e){"use strict";var r;e.r(n),e.d(n,"render",(function(){return u})),e.d(n,"staticRenderFns",(function(){return a})),e.d(n,"recyclableRender",(function(){return i})),e.d(n,"components",(function(){return r}));var u=function(){var t=this,n=t.$createElement,e=(t._self._c,t.__get_style([t.style]));t.$mp.data=Object.assign({},{$root:{s0:e}})},i=!1,a=[];u._withStripped=!0},471:function(t,n,e){"use strict";e.r(n);var r=e(472),u=e.n(r);for(var i in r)["default"].indexOf(i)<0&&function(t){e.d(n,t,(function(){return r[t]}))}(i);n["default"]=u.a},472:function(t,n,e){"use strict";(function(t){var r=e(4);Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var u=r(e(473)),i={name:"u-status-bar",mixins:[t.$u.mpMixin,t.$u.mixin,u.default],data:function(){return{}},computed:{style:function(){var n={};return n.height=t.$u.addUnit(t.$u.sys().statusBarHeight,"px"),n.backgroundColor=this.bgColor,t.$u.deepMerge(n,t.$u.addStyle(this.customStyle))}}};n.default=i}).call(this,e(2)["default"])},474:function(t,n,e){"use strict";e.r(n);var r=e(475),u=e.n(r);for(var i in r)["default"].indexOf(i)<0&&function(t){e.d(n,t,(function(){return r[t]}))}(i);n["default"]=u.a},475:function(t,n,e){}}]);
//# sourceMappingURL=../../../../../.sourcemap/mp-weixin/node-modules/uview-ui/components/u-status-bar/u-status-bar.js.map
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'node-modules/uview-ui/components/u-status-bar/u-status-bar-create-component',
{
'node-modules/uview-ui/components/u-status-bar/u-status-bar-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('2')['createComponent'](__webpack_require__(516))
__webpack_require__('2')['createComponent'](__webpack_require__(468))
})
},
[['node-modules/uview-ui/components/u-status-bar/u-status-bar-create-component']]


+ 2
- 2
unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-text/u-text.js 查看文件

@@ -1,10 +1,10 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u-text/u-text"],{415:function(e,n,t){"use strict";t.r(n);var o=t(416),i=t(418);for(var u in i)["default"].indexOf(u)<0&&function(e){t.d(n,e,(function(){return i[e]}))}(u);t(421);var r,l=t(32),s=Object(l["default"])(i["default"],o["render"],o["staticRenderFns"],!1,null,"15831087",null,!1,o["components"],r);s.options.__file="node_modules/uview-ui/components/u-text/u-text.vue",n["default"]=s.exports},416:function(e,n,t){"use strict";t.r(n);var o=t(417);t.d(n,"render",(function(){return o["render"]})),t.d(n,"staticRenderFns",(function(){return o["staticRenderFns"]})),t.d(n,"recyclableRender",(function(){return o["recyclableRender"]})),t.d(n,"components",(function(){return o["components"]}))},417:function(e,n,t){"use strict";var o;t.r(n),t.d(n,"render",(function(){return i})),t.d(n,"staticRenderFns",(function(){return r})),t.d(n,"recyclableRender",(function(){return u})),t.d(n,"components",(function(){return o}));try{o={uIcon:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-icon/u-icon")]).then(t.bind(null,328))},uLink:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-link/u-link")]).then(t.bind(null,430))}}}catch(l){if(-1===l.message.indexOf("Cannot find module")||-1===l.message.indexOf(".vue"))throw l;console.error(l.message),console.error("1. 排查组件名称拼写是否正确"),console.error("2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom"),console.error("3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件")}var i=function(){var e=this,n=e.$createElement,t=(e._self._c,e.show&&"price"===e.mode?e.__get_style([e.valueStyle]):null),o=e.show&&e.prefixIcon?e.$u.addStyle(e.iconStyle):null,i=e.show&&"link"!==e.mode&&e.openType&&e.isMp?e.__get_style([e.valueStyle]):null,u=!e.show||"link"===e.mode||e.openType&&e.isMp?null:e.__get_style([e.valueStyle]),r=e.show&&e.suffixIcon?e.$u.addStyle(e.iconStyle):null;e.$mp.data=Object.assign({},{$root:{s0:t,g0:o,s1:i,s2:u,g1:r}})},u=!1,r=[];i._withStripped=!0},418:function(e,n,t){"use strict";t.r(n);var o=t(419),i=t.n(o);for(var u in o)["default"].indexOf(u)<0&&function(e){t.d(n,e,(function(){return o[e]}))}(u);n["default"]=i.a},419:function(e,n,t){"use strict";(function(e){var o=t(4);Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var i=o(t(420)),u=o(t(260)),r=o(t(261)),l=o(t(321)),s={name:"u--text",mixins:[e.$u.mpMixin,e.$u.mixin,i.default,u.default,r.default,l.default],computed:{valueStyle:function(){var n={textDecoration:this.decoration,fontWeight:this.bold?"bold":"normal",wordWrap:this.wordWrap,fontSize:e.$u.addUnit(this.size)};return!this.type&&(n.color=this.color),this.isNvue&&this.lines&&(n.lines=this.lines),this.lineHeight&&(n.lineHeight=e.$u.addUnit(this.lineHeight)),!this.isNvue&&this.block&&(n.display="block"),e.$u.deepMerge(n,e.$u.addStyle(this.customStyle))},isNvue:function(){var e=!1;return e},isMp:function(){var e=!1;return e=!0,e}},data:function(){return{}},methods:{clickHandler:function(){this.call&&"phone"===this.mode&&e.makePhoneCall({phoneNumber:this.text}),this.$emit("click")}}};n.default=s}).call(this,t(2)["default"])},421:function(e,n,t){"use strict";t.r(n);var o=t(422),i=t.n(o);for(var u in o)["default"].indexOf(u)<0&&function(e){t.d(n,e,(function(){return o[e]}))}(u);n["default"]=i.a},422:function(e,n,t){}}]);
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u-text/u-text"],{453:function(e,n,t){"use strict";t.r(n);var o=t(454),i=t(456);for(var u in i)["default"].indexOf(u)<0&&function(e){t.d(n,e,(function(){return i[e]}))}(u);t(459);var r,l=t(32),s=Object(l["default"])(i["default"],o["render"],o["staticRenderFns"],!1,null,"15831087",null,!1,o["components"],r);s.options.__file="node_modules/uview-ui/components/u-text/u-text.vue",n["default"]=s.exports},454:function(e,n,t){"use strict";t.r(n);var o=t(455);t.d(n,"render",(function(){return o["render"]})),t.d(n,"staticRenderFns",(function(){return o["staticRenderFns"]})),t.d(n,"recyclableRender",(function(){return o["recyclableRender"]})),t.d(n,"components",(function(){return o["components"]}))},455:function(e,n,t){"use strict";var o;t.r(n),t.d(n,"render",(function(){return i})),t.d(n,"staticRenderFns",(function(){return r})),t.d(n,"recyclableRender",(function(){return u})),t.d(n,"components",(function(){return o}));try{o={uIcon:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-icon/u-icon")]).then(t.bind(null,342))},uLink:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-link/u-link")]).then(t.bind(null,500))}}}catch(l){if(-1===l.message.indexOf("Cannot find module")||-1===l.message.indexOf(".vue"))throw l;console.error(l.message),console.error("1. 排查组件名称拼写是否正确"),console.error("2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom"),console.error("3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件")}var i=function(){var e=this,n=e.$createElement,t=(e._self._c,e.show&&"price"===e.mode?e.__get_style([e.valueStyle]):null),o=e.show&&e.prefixIcon?e.$u.addStyle(e.iconStyle):null,i=e.show&&"link"!==e.mode&&e.openType&&e.isMp?e.__get_style([e.valueStyle]):null,u=!e.show||"link"===e.mode||e.openType&&e.isMp?null:e.__get_style([e.valueStyle]),r=e.show&&e.suffixIcon?e.$u.addStyle(e.iconStyle):null;e.$mp.data=Object.assign({},{$root:{s0:t,g0:o,s1:i,s2:u,g1:r}})},u=!1,r=[];i._withStripped=!0},456:function(e,n,t){"use strict";t.r(n);var o=t(457),i=t.n(o);for(var u in o)["default"].indexOf(u)<0&&function(e){t.d(n,e,(function(){return o[e]}))}(u);n["default"]=i.a},457:function(e,n,t){"use strict";(function(e){var o=t(4);Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var i=o(t(458)),u=o(t(266)),r=o(t(267)),l=o(t(327)),s={name:"u--text",mixins:[e.$u.mpMixin,e.$u.mixin,i.default,u.default,r.default,l.default],computed:{valueStyle:function(){var n={textDecoration:this.decoration,fontWeight:this.bold?"bold":"normal",wordWrap:this.wordWrap,fontSize:e.$u.addUnit(this.size)};return!this.type&&(n.color=this.color),this.isNvue&&this.lines&&(n.lines=this.lines),this.lineHeight&&(n.lineHeight=e.$u.addUnit(this.lineHeight)),!this.isNvue&&this.block&&(n.display="block"),e.$u.deepMerge(n,e.$u.addStyle(this.customStyle))},isNvue:function(){var e=!1;return e},isMp:function(){var e=!1;return e=!0,e}},data:function(){return{}},methods:{clickHandler:function(){this.call&&"phone"===this.mode&&e.makePhoneCall({phoneNumber:this.text}),this.$emit("click")}}};n.default=s}).call(this,t(2)["default"])},459:function(e,n,t){"use strict";t.r(n);var o=t(460),i=t.n(o);for(var u in o)["default"].indexOf(u)<0&&function(e){t.d(n,e,(function(){return o[e]}))}(u);n["default"]=i.a},460:function(e,n,t){}}]);
//# sourceMappingURL=../../../../../.sourcemap/mp-weixin/node-modules/uview-ui/components/u-text/u-text.js.map
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'node-modules/uview-ui/components/u-text/u-text-create-component',
{
'node-modules/uview-ui/components/u-text/u-text-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('2')['createComponent'](__webpack_require__(415))
__webpack_require__('2')['createComponent'](__webpack_require__(453))
})
},
[['node-modules/uview-ui/components/u-text/u-text-create-component']]


+ 2
- 2
unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-transition/u-transition.js 查看文件

@@ -1,10 +1,10 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u-transition/u-transition"],{438:function(t,n,e){"use strict";e.r(n);var r=e(439),i=e(441);for(var u in i)["default"].indexOf(u)<0&&function(t){e.d(n,t,(function(){return i[t]}))}(u);e(446);var o,c=e(32),a=Object(c["default"])(i["default"],r["render"],r["staticRenderFns"],!1,null,"39e33bf2",null,!1,r["components"],o);a.options.__file="node_modules/uview-ui/components/u-transition/u-transition.vue",n["default"]=a.exports},439:function(t,n,e){"use strict";e.r(n);var r=e(440);e.d(n,"render",(function(){return r["render"]})),e.d(n,"staticRenderFns",(function(){return r["staticRenderFns"]})),e.d(n,"recyclableRender",(function(){return r["recyclableRender"]})),e.d(n,"components",(function(){return r["components"]}))},440:function(t,n,e){"use strict";var r;e.r(n),e.d(n,"render",(function(){return i})),e.d(n,"staticRenderFns",(function(){return o})),e.d(n,"recyclableRender",(function(){return u})),e.d(n,"components",(function(){return r}));var i=function(){var t=this,n=t.$createElement,e=(t._self._c,t.inited?t.__get_style([t.mergeStyle]):null);t.$mp.data=Object.assign({},{$root:{s0:e}})},u=!1,o=[];i._withStripped=!0},441:function(t,n,e){"use strict";e.r(n);var r=e(442),i=e.n(r);for(var u in r)["default"].indexOf(u)<0&&function(t){e.d(n,t,(function(){return r[t]}))}(u);n["default"]=i.a},442:function(t,n,e){"use strict";(function(t){var r=e(4);Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var i=r(e(11)),u=r(e(443)),o=r(e(444));function c(t,n){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(t,n).enumerable}))),e.push.apply(e,r)}return e}function a(t){for(var n=1;n<arguments.length;n++){var e=null!=arguments[n]?arguments[n]:{};n%2?c(Object(e),!0).forEach((function(n){(0,i.default)(t,n,e[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):c(Object(e)).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))}))}return t}var s={name:"u-transition",data:function(){return{inited:!1,viewStyle:{},status:"",transitionEnded:!1,display:!1,classes:""}},computed:{mergeStyle:function(){var n=this.viewStyle,e=this.customStyle;return a(a({transitionDuration:"".concat(this.duration,"ms"),transitionTimingFunction:this.timingFunction},t.$u.addStyle(e)),n)}},mixins:[t.$u.mpMixin,t.$u.mixin,o.default,u.default],watch:{show:{handler:function(t){t?this.vueEnter():this.vueLeave()},immediate:!0}}};n.default=s}).call(this,e(2)["default"])},446:function(t,n,e){"use strict";e.r(n);var r=e(447),i=e.n(r);for(var u in r)["default"].indexOf(u)<0&&function(t){e.d(n,t,(function(){return r[t]}))}(u);n["default"]=i.a},447:function(t,n,e){}}]);
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u-transition/u-transition"],{508:function(t,n,e){"use strict";e.r(n);var r=e(509),i=e(511);for(var u in i)["default"].indexOf(u)<0&&function(t){e.d(n,t,(function(){return i[t]}))}(u);e(516);var o,c=e(32),a=Object(c["default"])(i["default"],r["render"],r["staticRenderFns"],!1,null,"39e33bf2",null,!1,r["components"],o);a.options.__file="node_modules/uview-ui/components/u-transition/u-transition.vue",n["default"]=a.exports},509:function(t,n,e){"use strict";e.r(n);var r=e(510);e.d(n,"render",(function(){return r["render"]})),e.d(n,"staticRenderFns",(function(){return r["staticRenderFns"]})),e.d(n,"recyclableRender",(function(){return r["recyclableRender"]})),e.d(n,"components",(function(){return r["components"]}))},510:function(t,n,e){"use strict";var r;e.r(n),e.d(n,"render",(function(){return i})),e.d(n,"staticRenderFns",(function(){return o})),e.d(n,"recyclableRender",(function(){return u})),e.d(n,"components",(function(){return r}));var i=function(){var t=this,n=t.$createElement,e=(t._self._c,t.inited?t.__get_style([t.mergeStyle]):null);t.$mp.data=Object.assign({},{$root:{s0:e}})},u=!1,o=[];i._withStripped=!0},511:function(t,n,e){"use strict";e.r(n);var r=e(512),i=e.n(r);for(var u in r)["default"].indexOf(u)<0&&function(t){e.d(n,t,(function(){return r[t]}))}(u);n["default"]=i.a},512:function(t,n,e){"use strict";(function(t){var r=e(4);Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var i=r(e(11)),u=r(e(513)),o=r(e(514));function c(t,n){var e=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);n&&(r=r.filter((function(n){return Object.getOwnPropertyDescriptor(t,n).enumerable}))),e.push.apply(e,r)}return e}function a(t){for(var n=1;n<arguments.length;n++){var e=null!=arguments[n]?arguments[n]:{};n%2?c(Object(e),!0).forEach((function(n){(0,i.default)(t,n,e[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(e)):c(Object(e)).forEach((function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(e,n))}))}return t}var s={name:"u-transition",data:function(){return{inited:!1,viewStyle:{},status:"",transitionEnded:!1,display:!1,classes:""}},computed:{mergeStyle:function(){var n=this.viewStyle,e=this.customStyle;return a(a({transitionDuration:"".concat(this.duration,"ms"),transitionTimingFunction:this.timingFunction},t.$u.addStyle(e)),n)}},mixins:[t.$u.mpMixin,t.$u.mixin,o.default,u.default],watch:{show:{handler:function(t){t?this.vueEnter():this.vueLeave()},immediate:!0}}};n.default=s}).call(this,e(2)["default"])},516:function(t,n,e){"use strict";e.r(n);var r=e(517),i=e.n(r);for(var u in r)["default"].indexOf(u)<0&&function(t){e.d(n,t,(function(){return r[t]}))}(u);n["default"]=i.a},517:function(t,n,e){}}]);
//# sourceMappingURL=../../../../../.sourcemap/mp-weixin/node-modules/uview-ui/components/u-transition/u-transition.js.map
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'node-modules/uview-ui/components/u-transition/u-transition-create-component',
{
'node-modules/uview-ui/components/u-transition/u-transition-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('2')['createComponent'](__webpack_require__(438))
__webpack_require__('2')['createComponent'](__webpack_require__(508))
})
},
[['node-modules/uview-ui/components/u-transition/u-transition-create-component']]


+ 1
- 1
unpackage/dist/dev/mp-weixin/pages/details/index.js 查看文件

@@ -1,2 +1,2 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/details/index"],{190:function(t,e,n){"use strict";(function(t,e){var i=n(4);n(26);i(n(25));var r=i(n(191));t.__webpack_require_UNI_MP_PLUGIN__=n,e(r.default)}).call(this,n(1)["default"],n(2)["createPage"])},191:function(t,e,n){"use strict";n.r(e);var i=n(192),r=n(194);for(var s in r)["default"].indexOf(s)<0&&function(t){n.d(e,t,(function(){return r[t]}))}(s);n(196);var o,a=n(32),u=Object(a["default"])(r["default"],i["render"],i["staticRenderFns"],!1,null,"54d3589c",null,!1,i["components"],o);u.options.__file="pages/details/index.vue",e["default"]=u.exports},192:function(t,e,n){"use strict";n.r(e);var i=n(193);n.d(e,"render",(function(){return i["render"]})),n.d(e,"staticRenderFns",(function(){return i["staticRenderFns"]})),n.d(e,"recyclableRender",(function(){return i["recyclableRender"]})),n.d(e,"components",(function(){return i["components"]}))},193:function(t,e,n){"use strict";var i;n.r(e),n.d(e,"render",(function(){return r})),n.d(e,"staticRenderFns",(function(){return o})),n.d(e,"recyclableRender",(function(){return s})),n.d(e,"components",(function(){return i}));try{i={"u-Image":function(){return Promise.all([n.e("common/vendor"),n.e("node-modules/uview-ui/components/u--image/u--image")]).then(n.bind(null,322))},uButton:function(){return Promise.all([n.e("common/vendor"),n.e("node-modules/uview-ui/components/u-button/u-button")]).then(n.bind(null,255))}}}catch(a){if(-1===a.message.indexOf("Cannot find module")||-1===a.message.indexOf(".vue"))throw a;console.error(a.message),console.error("1. 排查组件名称拼写是否正确"),console.error("2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom"),console.error("3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件")}var r=function(){var t=this,e=t.$createElement;t._self._c},s=!1,o=[];r._withStripped=!0},194:function(t,e,n){"use strict";n.r(e);var i=n(195),r=n.n(i);for(var s in i)["default"].indexOf(s)<0&&function(t){n.d(e,t,(function(){return i[t]}))}(s);e["default"]=r.a},195:function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i={data:function(){return{currentStep:0,steps:[{name:"步骤1"},{name:"步骤2"}],parts:["面部","颈部","胸部","背部","四肢","腹部","手部","足部","其它"],categories:["烧伤","割伤","烫伤","手术后(含剖腹产)"],formData:{part:"",category:"",feel:""},aiRootPath:n(483),selectCurrent:null,details:{total:3,list:[{data:["面部","颈部","胸部","背部","四肢","腹部","手部和足部","其它"],stepIndex:0,question:"伤口受伤的部位是?",answer:"",answerIndex:null},{data:["烧伤","割伤","烫伤","手术后(含剖腹产)","跌碰撞伤","青春痘","宠物抓伤","其他"],stepIndex:1,question:"伤口受伤的类别是?",answer:"",answerIndex:null},{data:["红肿程度","痕痒程度","其他"],stepIndex:2,question:"伤口受伤的感受是?",answer:"",answerIndex:null}]},questionList:[]}},computed:{themeColor:function(){return this.$themeColor},bgthemeColor:function(){return"#000"}},onLoad:function(){this.questionList=this.details.list[this.currentStep].data},methods:{onClick:function(t,e){console.log("item",t,e),this.details.list[this.currentStep].answer=t,this.details.list[this.currentStep].answerIndex=e},handleNext:function(){if(0===this.currentStep){if(!this.details.list[this.currentStep].answer)return t.showToast({title:"请选择伤口部位",icon:"none"});this.currentStep++,this.questionList=this.details.list[this.currentStep].data}else if(1===this.currentStep){if(!this.details.list[this.currentStep].answer)return t.showToast({title:"请选择伤口类别",icon:"none"});this.currentStep++,this.questionList=this.details.list[this.currentStep].data}else if(2===this.currentStep){if(!this.details.list[this.currentStep].answer)return t.showToast({title:"请选择伤口感受",icon:"none"});this.onSubmit()}},handlePre:function(){this.currentStep--,this.questionList=this.details.list[this.currentStep].data},onSubmit:function(){var e=this;t.showLoading({title:"提交中",mask:!0}),setTimeout((function(){t.showToast({title:"提交成功",icon:"success"}),console.log("提交数据:",e.formData);var n=new Date,i=[{date:e.$util.formateDate("mm-dd",n),time:e.$util.formateDate("HH:MM",n),day:e.$util.getDayName(),year:e.$util.formateDate("yyyy",n),imageSrc:e.$store.state.user.photoPath,evaluation:"伤口减小,肉芽无增生,皮肤逐渐变浅"}];e.$store.commit("setResultList",i),e.$store.commit("saveAll"),t.reLaunch({url:"/pages/details/result"})}),1500)}}};e.default=i}).call(this,n(2)["default"])},196:function(t,e,n){"use strict";n.r(e);var i=n(197),r=n.n(i);for(var s in i)["default"].indexOf(s)<0&&function(t){n.d(e,t,(function(){return i[t]}))}(s);e["default"]=r.a},197:function(t,e,n){}},[[190,"common/runtime","common/vendor"]]]);
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/details/index"],{191:function(t,e,n){"use strict";(function(t,e){var i=n(4);n(26);i(n(25));var r=i(n(192));t.__webpack_require_UNI_MP_PLUGIN__=n,e(r.default)}).call(this,n(1)["default"],n(2)["createPage"])},192:function(t,e,n){"use strict";n.r(e);var i=n(193),r=n(195);for(var s in r)["default"].indexOf(s)<0&&function(t){n.d(e,t,(function(){return r[t]}))}(s);n(198);var o,a=n(32),u=Object(a["default"])(r["default"],i["render"],i["staticRenderFns"],!1,null,"54d3589c",null,!1,i["components"],o);u.options.__file="pages/details/index.vue",e["default"]=u.exports},193:function(t,e,n){"use strict";n.r(e);var i=n(194);n.d(e,"render",(function(){return i["render"]})),n.d(e,"staticRenderFns",(function(){return i["staticRenderFns"]})),n.d(e,"recyclableRender",(function(){return i["recyclableRender"]})),n.d(e,"components",(function(){return i["components"]}))},194:function(t,e,n){"use strict";var i;n.r(e),n.d(e,"render",(function(){return r})),n.d(e,"staticRenderFns",(function(){return o})),n.d(e,"recyclableRender",(function(){return s})),n.d(e,"components",(function(){return i}));try{i={"u-Image":function(){return Promise.all([n.e("common/vendor"),n.e("node-modules/uview-ui/components/u--image/u--image")]).then(n.bind(null,328))},uButton:function(){return Promise.all([n.e("common/vendor"),n.e("node-modules/uview-ui/components/u-button/u-button")]).then(n.bind(null,261))}}}catch(a){if(-1===a.message.indexOf("Cannot find module")||-1===a.message.indexOf(".vue"))throw a;console.error(a.message),console.error("1. 排查组件名称拼写是否正确"),console.error("2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom"),console.error("3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件")}var r=function(){var t=this,e=t.$createElement;t._self._c},s=!1,o=[];r._withStripped=!0},195:function(t,e,n){"use strict";n.r(e);var i=n(196),r=n.n(i);for(var s in i)["default"].indexOf(s)<0&&function(t){n.d(e,t,(function(){return i[t]}))}(s);e["default"]=r.a},196:function(t,e,n){"use strict";(function(t){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var i={data:function(){return{currentStep:0,steps:[{name:"步骤1"},{name:"步骤2"}],parts:["面部","颈部","胸部","背部","四肢","腹部","手部","足部","其它"],categories:["烧伤","割伤","烫伤","手术后(含剖腹产)"],formData:{part:"",category:"",feel:""},aiRootPath:n(197),selectCurrent:null,details:{total:3,list:[{data:["面部","颈部","胸部","背部","四肢","腹部","手部和足部","其它"],stepIndex:0,question:"伤口受伤的部位是?",answer:"",answerIndex:null},{data:["烧伤","割伤","烫伤","手术后(含剖腹产)","跌碰撞伤","青春痘","宠物抓伤","其他"],stepIndex:1,question:"伤口受伤的类别是?",answer:"",answerIndex:null},{data:["红肿程度","痕痒程度","其他"],stepIndex:2,question:"伤口受伤的感受是?",answer:"",answerIndex:null}]},questionList:[]}},computed:{themeColor:function(){return this.$themeColor},bgthemeColor:function(){return"#000"}},onLoad:function(){this.questionList=this.details.list[this.currentStep].data},methods:{onClick:function(t,e){console.log("item",t,e),this.details.list[this.currentStep].answer=t,this.details.list[this.currentStep].answerIndex=e},handleNext:function(){if(0===this.currentStep){if(!this.details.list[this.currentStep].answer)return t.showToast({title:"请选择伤口部位",icon:"none"});this.currentStep++,this.questionList=this.details.list[this.currentStep].data}else if(1===this.currentStep){if(!this.details.list[this.currentStep].answer)return t.showToast({title:"请选择伤口类别",icon:"none"});this.currentStep++,this.questionList=this.details.list[this.currentStep].data}else if(2===this.currentStep){if(!this.details.list[this.currentStep].answer)return t.showToast({title:"请选择伤口感受",icon:"none"});this.onSubmit()}},handlePre:function(){this.currentStep--,this.questionList=this.details.list[this.currentStep].data},onSubmit:function(){var e=this;t.showLoading({title:"提交中",mask:!0}),setTimeout((function(){t.showToast({title:"提交成功",icon:"success"}),console.log("提交数据:",e.formData);var n=new Date,i=[{date:e.$util.formateDate("mm-dd",n),time:e.$util.formateDate("HH:MM",n),day:e.$util.getDayName(),year:e.$util.formateDate("yyyy",n),imageSrc:e.$store.state.user.photoPath,evaluation:"伤口减小,肉芽无增生,皮肤逐渐变浅"}];e.$store.commit("setResultList",i),e.$store.commit("saveAll"),t.reLaunch({url:"/pages/details/result"})}),1500)}}};e.default=i}).call(this,n(2)["default"])},198:function(t,e,n){"use strict";n.r(e);var i=n(199),r=n.n(i);for(var s in i)["default"].indexOf(s)<0&&function(t){n.d(e,t,(function(){return i[t]}))}(s);e["default"]=r.a},199:function(t,e,n){}},[[191,"common/runtime","common/vendor"]]]);
//# sourceMappingURL=../../../.sourcemap/mp-weixin/pages/details/index.js.map

+ 1
- 1
unpackage/dist/dev/mp-weixin/pages/index/index.js 查看文件

@@ -1,2 +1,2 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/index/index"],{174:function(e,n,t){"use strict";(function(e,n){var o=t(4);t(26);o(t(25));var r=o(t(175));e.__webpack_require_UNI_MP_PLUGIN__=t,n(r.default)}).call(this,t(1)["default"],t(2)["createPage"])},175:function(e,n,t){"use strict";t.r(n);var o=t(176),r=t(178);for(var c in r)["default"].indexOf(c)<0&&function(e){t.d(n,e,(function(){return r[e]}))}(c);t(180);var u,i=t(32),s=Object(i["default"])(r["default"],o["render"],o["staticRenderFns"],!1,null,null,null,!1,o["components"],u);s.options.__file="pages/index/index.vue",n["default"]=s.exports},176:function(e,n,t){"use strict";t.r(n);var o=t(177);t.d(n,"render",(function(){return o["render"]})),t.d(n,"staticRenderFns",(function(){return o["staticRenderFns"]})),t.d(n,"recyclableRender",(function(){return o["recyclableRender"]})),t.d(n,"components",(function(){return o["components"]}))},177:function(e,n,t){"use strict";var o;t.r(n),t.d(n,"render",(function(){return r})),t.d(n,"staticRenderFns",(function(){return u})),t.d(n,"recyclableRender",(function(){return c})),t.d(n,"components",(function(){return o}));try{o={uButton:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-button/u-button")]).then(t.bind(null,255))},uCheckboxGroup:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-checkbox-group/u-checkbox-group")]).then(t.bind(null,265))},uCheckbox:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-checkbox/u-checkbox")]).then(t.bind(null,273))}}}catch(i){if(-1===i.message.indexOf("Cannot find module")||-1===i.message.indexOf(".vue"))throw i;console.error(i.message),console.error("1. 排查组件名称拼写是否正确"),console.error("2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom"),console.error("3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件")}var r=function(){var e=this,n=e.$createElement;e._self._c},c=!1,u=[];r._withStripped=!0},178:function(e,n,t){"use strict";t.r(n);var o=t(179),r=t.n(o);for(var c in o)["default"].indexOf(c)<0&&function(e){t.d(n,e,(function(){return o[e]}))}(c);n["default"]=r.a},179:function(e,n,t){"use strict";(function(e){Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var t={data:function(){return{checked:[],title:""}},computed:{src:function(){return this.$urls.loginBanner},bgthemeColor:function(){return this.checked,"#000"},themeColor:function(){return this.$themeColor}},onShow:function(){},onLoad:function(){this.checked=[this.$store.state.user.agreementState],console.log("todo",this.$store.state.user)},methods:{onUserAgreement:function(){e.canIUse("openPrivacyContract")?e.openPrivacyContract({success:function(e){console.log("打开隐私协议成功",e)},fail:function(e){console.error("打开隐私协议失败",e)}}):(e.showToast({title:"当前微信版本不支持隐私协议功能",icon:"none"}),console.error("当前微信版本不支持隐私协议功能"))},onAgreeChange:function(){},openPrivacyPolicy:function(){},onSubmit:function(){return this.checked[0]?this.$store.state.user.userInfo?void e.navigateTo({url:"/pages/skin-assessment/photograph"}):e.showModal({title:"提示",content:"您未创建用户,是否前往创建用户?",success:function(n){n.confirm&&e.reLaunch({url:"/pages/user/info"})}}):e.showToast({title:"请勾选用户服务协议",icon:"none"})},onChange:function(e){e.length>0?(this.checked=e[0],this.$store.commit("setAgreementState",e[0]),this.$store.commit("saveAll")):(this.$store.commit("setAgreementState",""),this.$store.commit("saveAll"))},getphonenumber:function(e){console.log("快速登录",e),e.detail.errno?this.$u.toast("快速登录失败:"+e.detail.errMsg):console.log(e.detail.code)}}};n.default=t}).call(this,t(2)["default"])},180:function(e,n,t){"use strict";t.r(n);var o=t(181),r=t.n(o);for(var c in o)["default"].indexOf(c)<0&&function(e){t.d(n,e,(function(){return o[e]}))}(c);n["default"]=r.a},181:function(e,n,t){}},[[174,"common/runtime","common/vendor"]]]);
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/index/index"],{175:function(e,n,t){"use strict";(function(e,n){var o=t(4);t(26);o(t(25));var r=o(t(176));e.__webpack_require_UNI_MP_PLUGIN__=t,n(r.default)}).call(this,t(1)["default"],t(2)["createPage"])},176:function(e,n,t){"use strict";t.r(n);var o=t(177),r=t(179);for(var c in r)["default"].indexOf(c)<0&&function(e){t.d(n,e,(function(){return r[e]}))}(c);t(181);var u,i=t(32),s=Object(i["default"])(r["default"],o["render"],o["staticRenderFns"],!1,null,null,null,!1,o["components"],u);s.options.__file="pages/index/index.vue",n["default"]=s.exports},177:function(e,n,t){"use strict";t.r(n);var o=t(178);t.d(n,"render",(function(){return o["render"]})),t.d(n,"staticRenderFns",(function(){return o["staticRenderFns"]})),t.d(n,"recyclableRender",(function(){return o["recyclableRender"]})),t.d(n,"components",(function(){return o["components"]}))},178:function(e,n,t){"use strict";var o;t.r(n),t.d(n,"render",(function(){return r})),t.d(n,"staticRenderFns",(function(){return u})),t.d(n,"recyclableRender",(function(){return c})),t.d(n,"components",(function(){return o}));try{o={uButton:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-button/u-button")]).then(t.bind(null,261))},uCheckboxGroup:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-checkbox-group/u-checkbox-group")]).then(t.bind(null,271))},uCheckbox:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-checkbox/u-checkbox")]).then(t.bind(null,279))}}}catch(i){if(-1===i.message.indexOf("Cannot find module")||-1===i.message.indexOf(".vue"))throw i;console.error(i.message),console.error("1. 排查组件名称拼写是否正确"),console.error("2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom"),console.error("3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件")}var r=function(){var e=this,n=e.$createElement;e._self._c},c=!1,u=[];r._withStripped=!0},179:function(e,n,t){"use strict";t.r(n);var o=t(180),r=t.n(o);for(var c in o)["default"].indexOf(c)<0&&function(e){t.d(n,e,(function(){return o[e]}))}(c);n["default"]=r.a},180:function(e,n,t){"use strict";(function(e){Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var t={data:function(){return{checked:[],title:""}},computed:{src:function(){return this.$urls.loginBanner},bgthemeColor:function(){return this.checked,"#000"},themeColor:function(){return this.$themeColor}},onShow:function(){},onLoad:function(){this.checked=[this.$store.state.user.agreementState],console.log("todo",this.$store.state.user)},methods:{onUserAgreement:function(){e.canIUse("openPrivacyContract")?e.openPrivacyContract({success:function(e){console.log("打开隐私协议成功",e)},fail:function(e){console.error("打开隐私协议失败",e)}}):(e.showToast({title:"当前微信版本不支持隐私协议功能",icon:"none"}),console.error("当前微信版本不支持隐私协议功能"))},onAgreeChange:function(){},openPrivacyPolicy:function(){},onSubmit:function(){return this.checked[0]?this.$store.state.user.userInfo?void e.navigateTo({url:"/pages/skin-assessment/photograph"}):e.showModal({title:"提示",content:"您未创建用户,是否前往创建用户?",success:function(n){n.confirm&&e.reLaunch({url:"/pages/user/info"})}}):e.showToast({title:"请勾选用户服务协议",icon:"none"})},onChange:function(e){e.length>0?(this.checked=e[0],this.$store.commit("setAgreementState",e[0]),this.$store.commit("saveAll")):(this.$store.commit("setAgreementState",""),this.$store.commit("saveAll"))},getphonenumber:function(e){console.log("快速登录",e),e.detail.errno?this.$u.toast("快速登录失败:"+e.detail.errMsg):console.log(e.detail.code)}}};n.default=t}).call(this,t(2)["default"])},181:function(e,n,t){"use strict";t.r(n);var o=t(182),r=t.n(o);for(var c in o)["default"].indexOf(c)<0&&function(e){t.d(n,e,(function(){return o[e]}))}(c);n["default"]=r.a},182:function(e,n,t){}},[[175,"common/runtime","common/vendor"]]]);
//# sourceMappingURL=../../../.sourcemap/mp-weixin/pages/index/index.js.map

+ 1
- 1
unpackage/dist/dev/mp-weixin/pages/login/index.js 查看文件

@@ -1,2 +1,2 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/login/index"],{182:function(e,n,o){"use strict";(function(e,n){var t=o(4);o(26);t(o(25));var u=t(o(183));e.__webpack_require_UNI_MP_PLUGIN__=o,n(u.default)}).call(this,o(1)["default"],o(2)["createPage"])},183:function(e,n,o){"use strict";o.r(n);var t=o(184),u=o(186);for(var r in u)["default"].indexOf(r)<0&&function(e){o.d(n,e,(function(){return u[e]}))}(r);o(188);var i,c=o(32),d=Object(c["default"])(u["default"],t["render"],t["staticRenderFns"],!1,null,null,null,!1,t["components"],i);d.options.__file="pages/login/index.vue",n["default"]=d.exports},184:function(e,n,o){"use strict";o.r(n);var t=o(185);o.d(n,"render",(function(){return t["render"]})),o.d(n,"staticRenderFns",(function(){return t["staticRenderFns"]})),o.d(n,"recyclableRender",(function(){return t["recyclableRender"]})),o.d(n,"components",(function(){return t["components"]}))},185:function(e,n,o){"use strict";var t;o.r(n),o.d(n,"render",(function(){return u})),o.d(n,"staticRenderFns",(function(){return i})),o.d(n,"recyclableRender",(function(){return r})),o.d(n,"components",(function(){return t}));try{t={"u-Form":function(){return Promise.all([o.e("common/vendor"),o.e("node-modules/uview-ui/components/u--form/u--form")]).then(o.bind(null,281))},uFormItem:function(){return Promise.all([o.e("common/vendor"),o.e("node-modules/uview-ui/components/u-form-item/u-form-item")]).then(o.bind(null,287))},uInput:function(){return Promise.all([o.e("common/vendor"),o.e("node-modules/uview-ui/components/u-input/u-input")]).then(o.bind(null,295))},"u-Input":function(){return Promise.all([o.e("common/vendor"),o.e("node-modules/uview-ui/components/u--input/u--input")]).then(o.bind(null,303))},uCode:function(){return Promise.all([o.e("common/vendor"),o.e("node-modules/uview-ui/components/u-code/u-code")]).then(o.bind(null,308))},uButton:function(){return Promise.all([o.e("common/vendor"),o.e("node-modules/uview-ui/components/u-button/u-button")]).then(o.bind(null,255))},"u-Text":function(){return Promise.all([o.e("common/vendor"),o.e("node-modules/uview-ui/components/u--text/u--text")]).then(o.bind(null,316))},uCheckboxGroup:function(){return Promise.all([o.e("common/vendor"),o.e("node-modules/uview-ui/components/u-checkbox-group/u-checkbox-group")]).then(o.bind(null,265))},uCheckbox:function(){return Promise.all([o.e("common/vendor"),o.e("node-modules/uview-ui/components/u-checkbox/u-checkbox")]).then(o.bind(null,273))}}}catch(c){if(-1===c.message.indexOf("Cannot find module")||-1===c.message.indexOf(".vue"))throw c;console.error(c.message),console.error("1. 排查组件名称拼写是否正确"),console.error("2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom"),console.error("3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件")}var u=function(){var e=this,n=e.$createElement;e._self._c},r=!1,i=[];u._withStripped=!0},186:function(e,n,o){"use strict";o.r(n);var t=o(187),u=o.n(t);for(var r in t)["default"].indexOf(r)<0&&function(e){o.d(n,e,(function(){return t[e]}))}(r);n["default"]=u.a},187:function(e,n,o){"use strict";(function(e){Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var o={data:function(){return{img_login:"https://telpo-healthy.oss-cn-hangzhou.aliyuncs.com/healthy/knowledge/202502/008071d3dcac4785b3929a00800ae501.jpg",checked:!1,tips:"",seconds:10,active:!1,form:{userInfo:{phone:"",code:""}},rules:{phone:[{required:!0,message:"请输入手机号码",trigger:["blur","change"]}],code:[{required:!0,message:"请输入验证码",trigger:["blur","change"]}]}}},computed:{bgthemeColor:function(){return this.checked?"linear-gradient(90deg,rgba(158, 135, 255, 0.95),rgba(84, 71, 135, 0.95))":"linear-gradient(90deg,rgba(158, 135, 255, 0.4),rgba(84, 71, 135, 0.4))"}},onLoad:function(){},methods:{onUserAgreement:function(){},onAgreeChange:function(){},openPrivacyPolicy:function(){},codeChange:function(e){this.tips=e},login:function(e){},getCode:function(){var n=this;this.$refs.uCode.canGetCode&&(e.showLoading({title:"正在获取验证码"}),setTimeout((function(){e.hideLoading(),e.$u.toast("验证码已发送"),n.$refs.uCode.start()}),2e3))},end:function(){},start:function(){e.$u.toast("验证码已发送")},handleSubmit:function(){var n=this;this.$refs.form.validate().then((function(o){n.$store.dispatch("Login",n.form).then((function(n){e.showToast({title:"登录成功"}),setTimeout((function(){e.reLaunch({url:"/pages/index/index"})}),1e3)}))}))},getphonenumber:function(e){console.log("快速登录",e)},onChange:function(e){this.checked=e}}};n.default=o}).call(this,o(2)["default"])},188:function(e,n,o){"use strict";o.r(n);var t=o(189),u=o.n(t);for(var r in t)["default"].indexOf(r)<0&&function(e){o.d(n,e,(function(){return t[e]}))}(r);n["default"]=u.a},189:function(e,n,o){}},[[182,"common/runtime","common/vendor"]]]);
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/login/index"],{183:function(e,n,o){"use strict";(function(e,n){var t=o(4);o(26);t(o(25));var u=t(o(184));e.__webpack_require_UNI_MP_PLUGIN__=o,n(u.default)}).call(this,o(1)["default"],o(2)["createPage"])},184:function(e,n,o){"use strict";o.r(n);var t=o(185),u=o(187);for(var r in u)["default"].indexOf(r)<0&&function(e){o.d(n,e,(function(){return u[e]}))}(r);o(189);var i,c=o(32),d=Object(c["default"])(u["default"],t["render"],t["staticRenderFns"],!1,null,null,null,!1,t["components"],i);d.options.__file="pages/login/index.vue",n["default"]=d.exports},185:function(e,n,o){"use strict";o.r(n);var t=o(186);o.d(n,"render",(function(){return t["render"]})),o.d(n,"staticRenderFns",(function(){return t["staticRenderFns"]})),o.d(n,"recyclableRender",(function(){return t["recyclableRender"]})),o.d(n,"components",(function(){return t["components"]}))},186:function(e,n,o){"use strict";var t;o.r(n),o.d(n,"render",(function(){return u})),o.d(n,"staticRenderFns",(function(){return i})),o.d(n,"recyclableRender",(function(){return r})),o.d(n,"components",(function(){return t}));try{t={"u-Form":function(){return Promise.all([o.e("common/vendor"),o.e("node-modules/uview-ui/components/u--form/u--form")]).then(o.bind(null,287))},uFormItem:function(){return Promise.all([o.e("common/vendor"),o.e("node-modules/uview-ui/components/u-form-item/u-form-item")]).then(o.bind(null,293))},uInput:function(){return Promise.all([o.e("common/vendor"),o.e("node-modules/uview-ui/components/u-input/u-input")]).then(o.bind(null,301))},"u-Input":function(){return Promise.all([o.e("common/vendor"),o.e("node-modules/uview-ui/components/u--input/u--input")]).then(o.bind(null,309))},uCode:function(){return Promise.all([o.e("common/vendor"),o.e("node-modules/uview-ui/components/u-code/u-code")]).then(o.bind(null,314))},uButton:function(){return Promise.all([o.e("common/vendor"),o.e("node-modules/uview-ui/components/u-button/u-button")]).then(o.bind(null,261))},"u-Text":function(){return Promise.all([o.e("common/vendor"),o.e("node-modules/uview-ui/components/u--text/u--text")]).then(o.bind(null,322))},uCheckboxGroup:function(){return Promise.all([o.e("common/vendor"),o.e("node-modules/uview-ui/components/u-checkbox-group/u-checkbox-group")]).then(o.bind(null,271))},uCheckbox:function(){return Promise.all([o.e("common/vendor"),o.e("node-modules/uview-ui/components/u-checkbox/u-checkbox")]).then(o.bind(null,279))}}}catch(c){if(-1===c.message.indexOf("Cannot find module")||-1===c.message.indexOf(".vue"))throw c;console.error(c.message),console.error("1. 排查组件名称拼写是否正确"),console.error("2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom"),console.error("3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件")}var u=function(){var e=this,n=e.$createElement;e._self._c},r=!1,i=[];u._withStripped=!0},187:function(e,n,o){"use strict";o.r(n);var t=o(188),u=o.n(t);for(var r in t)["default"].indexOf(r)<0&&function(e){o.d(n,e,(function(){return t[e]}))}(r);n["default"]=u.a},188:function(e,n,o){"use strict";(function(e){Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var o={data:function(){return{img_login:"https://telpo-healthy.oss-cn-hangzhou.aliyuncs.com/healthy/knowledge/202502/008071d3dcac4785b3929a00800ae501.jpg",checked:!1,tips:"",seconds:10,active:!1,form:{userInfo:{phone:"",code:""}},rules:{phone:[{required:!0,message:"请输入手机号码",trigger:["blur","change"]}],code:[{required:!0,message:"请输入验证码",trigger:["blur","change"]}]}}},computed:{bgthemeColor:function(){return this.checked?"linear-gradient(90deg,rgba(158, 135, 255, 0.95),rgba(84, 71, 135, 0.95))":"linear-gradient(90deg,rgba(158, 135, 255, 0.4),rgba(84, 71, 135, 0.4))"}},onLoad:function(){},methods:{onUserAgreement:function(){},onAgreeChange:function(){},openPrivacyPolicy:function(){},codeChange:function(e){this.tips=e},login:function(e){},getCode:function(){var n=this;this.$refs.uCode.canGetCode&&(e.showLoading({title:"正在获取验证码"}),setTimeout((function(){e.hideLoading(),e.$u.toast("验证码已发送"),n.$refs.uCode.start()}),2e3))},end:function(){},start:function(){e.$u.toast("验证码已发送")},handleSubmit:function(){var n=this;this.$refs.form.validate().then((function(o){n.$store.dispatch("Login",n.form).then((function(n){e.showToast({title:"登录成功"}),setTimeout((function(){e.reLaunch({url:"/pages/index/index"})}),1e3)}))}))},getphonenumber:function(e){console.log("快速登录",e)},onChange:function(e){this.checked=e}}};n.default=o}).call(this,o(2)["default"])},189:function(e,n,o){"use strict";o.r(n);var t=o(190),u=o.n(t);for(var r in t)["default"].indexOf(r)<0&&function(e){o.d(n,e,(function(){return t[e]}))}(r);n["default"]=u.a},190:function(e,n,o){}},[[183,"common/runtime","common/vendor"]]]);
//# sourceMappingURL=../../../.sourcemap/mp-weixin/pages/login/index.js.map

+ 1
- 1
unpackage/dist/dev/mp-weixin/pages/skin-assessment/croppedImage.js 查看文件

@@ -1,2 +1,2 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/skin-assessment/croppedImage"],{214:function(e,n,t){"use strict";(function(e,n){var o=t(4);t(26);o(t(25));var r=o(t(215));e.__webpack_require_UNI_MP_PLUGIN__=t,n(r.default)}).call(this,t(1)["default"],t(2)["createPage"])},215:function(e,n,t){"use strict";t.r(n);var o=t(216),r=t(218);for(var c in r)["default"].indexOf(c)<0&&function(e){t.d(n,e,(function(){return r[e]}))}(c);t(220);var i,a=t(32),s=Object(a["default"])(r["default"],o["render"],o["staticRenderFns"],!1,null,"23853472",null,!1,o["components"],i);s.options.__file="pages/skin-assessment/croppedImage.vue",n["default"]=s.exports},216:function(e,n,t){"use strict";t.r(n);var o=t(217);t.d(n,"render",(function(){return o["render"]})),t.d(n,"staticRenderFns",(function(){return o["staticRenderFns"]})),t.d(n,"recyclableRender",(function(){return o["recyclableRender"]})),t.d(n,"components",(function(){return o["components"]}))},217:function(e,n,t){"use strict";var o;t.r(n),t.d(n,"render",(function(){return r})),t.d(n,"staticRenderFns",(function(){return i})),t.d(n,"recyclableRender",(function(){return c})),t.d(n,"components",(function(){return o}));var r=function(){var e=this,n=e.$createElement;e._self._c},c=!1,i=[];r._withStripped=!0},218:function(e,n,t){"use strict";t.r(n);var o=t(219),r=t.n(o);for(var c in o)["default"].indexOf(c)<0&&function(e){t.d(n,e,(function(){return o[e]}))}(c);n["default"]=r.a},219:function(e,n,t){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var o=function(){Promise.all([t.e("common/vendor"),t.e("components/xiaogang-crop/index")]).then(function(){return resolve(t(353))}.bind(null,t)).catch(t.oe)},r=function(){Promise.all([t.e("common/vendor"),t.e("components/yq-avatar/yq-avatar")]).then(function(){return resolve(t(360))}.bind(null,t)).catch(t.oe)},c={data:function(){return{webUrl:"https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxab7b8b9509e1d137&redirect_uri=https://id.ssjlai.com/telpoaiopsweb?appid=wxab7b8b9509e1d137&response_type=code&scope=snsapi_base&state=STATE&connect_redirect=1#wechat_redirect",uurls:["../../static/logo.png","../../static/logo.png"],cropImgPath:"",isShow:!1}},computed:{imageUrl:function(){return this.$store.state.user.photoPath}},onLoad:function(){this.isShow=!0},methods:{onMessage:function(e){console.log("收到消息",e.detail.data)},cropCompleted:function(e){console.log("e",e.tempFilePath),this.cropImgPath=e.tempFilePath},cropCancel:function(){},myUpload:function(e){this.$set(this.urls,e.index,e.path)},showCrop:function(){this.isShow=!0}},components:{avatar:r,imageCropping:o}};n.default=c},220:function(e,n,t){"use strict";t.r(n);var o=t(221),r=t.n(o);for(var c in o)["default"].indexOf(c)<0&&function(e){t.d(n,e,(function(){return o[e]}))}(c);n["default"]=r.a},221:function(e,n,t){}},[[214,"common/runtime","common/vendor"]]]);
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/skin-assessment/croppedImage"],{220:function(e,n,t){"use strict";(function(e,n){var o=t(4);t(26);o(t(25));var r=o(t(221));e.__webpack_require_UNI_MP_PLUGIN__=t,n(r.default)}).call(this,t(1)["default"],t(2)["createPage"])},221:function(e,n,t){"use strict";t.r(n);var o=t(222),r=t(224);for(var c in r)["default"].indexOf(c)<0&&function(e){t.d(n,e,(function(){return r[e]}))}(c);t(226);var i,a=t(32),s=Object(a["default"])(r["default"],o["render"],o["staticRenderFns"],!1,null,"23853472",null,!1,o["components"],i);s.options.__file="pages/skin-assessment/croppedImage.vue",n["default"]=s.exports},222:function(e,n,t){"use strict";t.r(n);var o=t(223);t.d(n,"render",(function(){return o["render"]})),t.d(n,"staticRenderFns",(function(){return o["staticRenderFns"]})),t.d(n,"recyclableRender",(function(){return o["recyclableRender"]})),t.d(n,"components",(function(){return o["components"]}))},223:function(e,n,t){"use strict";var o;t.r(n),t.d(n,"render",(function(){return r})),t.d(n,"staticRenderFns",(function(){return i})),t.d(n,"recyclableRender",(function(){return c})),t.d(n,"components",(function(){return o}));var r=function(){var e=this,n=e.$createElement;e._self._c},c=!1,i=[];r._withStripped=!0},224:function(e,n,t){"use strict";t.r(n);var o=t(225),r=t.n(o);for(var c in o)["default"].indexOf(c)<0&&function(e){t.d(n,e,(function(){return o[e]}))}(c);n["default"]=r.a},225:function(e,n,t){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var o=function(){Promise.all([t.e("common/vendor"),t.e("components/xiaogang-crop/index")]).then(function(){return resolve(t(375))}.bind(null,t)).catch(t.oe)},r=function(){Promise.all([t.e("common/vendor"),t.e("components/yq-avatar/yq-avatar")]).then(function(){return resolve(t(382))}.bind(null,t)).catch(t.oe)},c={data:function(){return{webUrl:"https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxab7b8b9509e1d137&redirect_uri=https://id.ssjlai.com/telpoaiopsweb?appid=wxab7b8b9509e1d137&response_type=code&scope=snsapi_base&state=STATE&connect_redirect=1#wechat_redirect",uurls:["../../static/logo.png","../../static/logo.png"],cropImgPath:"",isShow:!1}},computed:{imageUrl:function(){return this.$store.state.user.photoPath}},onLoad:function(){this.isShow=!0},methods:{onMessage:function(e){console.log("收到消息",e.detail.data)},cropCompleted:function(e){console.log("e",e.tempFilePath),this.cropImgPath=e.tempFilePath},cropCancel:function(){},myUpload:function(e){this.$set(this.urls,e.index,e.path)},showCrop:function(){this.isShow=!0}},components:{avatar:r,imageCropping:o}};n.default=c},226:function(e,n,t){"use strict";t.r(n);var o=t(227),r=t.n(o);for(var c in o)["default"].indexOf(c)<0&&function(e){t.d(n,e,(function(){return o[e]}))}(c);n["default"]=r.a},227:function(e,n,t){}},[[220,"common/runtime","common/vendor"]]]);
//# sourceMappingURL=../../../.sourcemap/mp-weixin/pages/skin-assessment/croppedImage.js.map

+ 1
- 1
unpackage/dist/dev/mp-weixin/pages/skin-assessment/photoProcess.js 查看文件

@@ -1,2 +1,2 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/skin-assessment/photoProcess"],{230:function(e,n,t){"use strict";(function(e,n){var r=t(4);t(26);r(t(25));var o=r(t(231));e.__webpack_require_UNI_MP_PLUGIN__=t,n(o.default)}).call(this,t(1)["default"],t(2)["createPage"])},231:function(e,n,t){"use strict";t.r(n);var r=t(232),o=t(234);for(var c in o)["default"].indexOf(c)<0&&function(e){t.d(n,e,(function(){return o[e]}))}(c);t(236);var u,i=t(32),a=Object(i["default"])(o["default"],r["render"],r["staticRenderFns"],!1,null,null,null,!1,r["components"],u);a.options.__file="pages/skin-assessment/photoProcess.vue",n["default"]=a.exports},232:function(e,n,t){"use strict";t.r(n);var r=t(233);t.d(n,"render",(function(){return r["render"]})),t.d(n,"staticRenderFns",(function(){return r["staticRenderFns"]})),t.d(n,"recyclableRender",(function(){return r["recyclableRender"]})),t.d(n,"components",(function(){return r["components"]}))},233:function(e,n,t){"use strict";var r;t.r(n),t.d(n,"render",(function(){return o})),t.d(n,"staticRenderFns",(function(){return u})),t.d(n,"recyclableRender",(function(){return c})),t.d(n,"components",(function(){return r}));var o=function(){var e=this,n=e.$createElement;e._self._c},c=!1,u=[];o._withStripped=!0},234:function(e,n,t){"use strict";t.r(n);var r=t(235),o=t.n(r);for(var c in r)["default"].indexOf(c)<0&&function(e){t.d(n,e,(function(){return r[e]}))}(c);n["default"]=o.a},235:function(e,n,t){"use strict";(function(e){var r=t(4);Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var o=r(t(56)),c=r(t(58)),u={data:function(){return{paddTopHeight:"",imgSize:null,props:{}}},computed:{detectFaceImg:function(){return this.$store.state.user.photoPath}},methods:{onNavBack:function(){e.redirectTo({url:"/pages/index/index"})},onSubmit:function(){return(0,c.default)(o.default.mark((function n(){return o.default.wrap((function(n){while(1)switch(n.prev=n.next){case 0:e.redirectTo({url:"/pages/details/index"});case 1:case"end":return n.stop()}}),n)})))()},onPhotoReSet:function(){this.onNavBack()},getImgSize:function(){var n=this;if(n.detectFaceImg){var t=e.getFileSystemManager();t.stat({path:n.detectFaceImg,success:function(e){console.log("文件大小:",e.stats.size);var t=(e.stats.size/1048576).toFixed(2);n.imgSize=t,console.log("文件大小:",t,"MB")},fail:function(e){console.error("获取文件状态失败:",e)}})}}},onLoad:function(){}};n.default=u}).call(this,t(2)["default"])},236:function(e,n,t){"use strict";t.r(n);var r=t(237),o=t.n(r);for(var c in r)["default"].indexOf(c)<0&&function(e){t.d(n,e,(function(){return r[e]}))}(c);n["default"]=o.a},237:function(e,n,t){}},[[230,"common/runtime","common/vendor"]]]);
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/skin-assessment/photoProcess"],{236:function(e,n,t){"use strict";(function(e,n){var r=t(4);t(26);r(t(25));var o=r(t(237));e.__webpack_require_UNI_MP_PLUGIN__=t,n(o.default)}).call(this,t(1)["default"],t(2)["createPage"])},237:function(e,n,t){"use strict";t.r(n);var r=t(238),o=t(240);for(var c in o)["default"].indexOf(c)<0&&function(e){t.d(n,e,(function(){return o[e]}))}(c);t(242);var u,i=t(32),a=Object(i["default"])(o["default"],r["render"],r["staticRenderFns"],!1,null,null,null,!1,r["components"],u);a.options.__file="pages/skin-assessment/photoProcess.vue",n["default"]=a.exports},238:function(e,n,t){"use strict";t.r(n);var r=t(239);t.d(n,"render",(function(){return r["render"]})),t.d(n,"staticRenderFns",(function(){return r["staticRenderFns"]})),t.d(n,"recyclableRender",(function(){return r["recyclableRender"]})),t.d(n,"components",(function(){return r["components"]}))},239:function(e,n,t){"use strict";var r;t.r(n),t.d(n,"render",(function(){return o})),t.d(n,"staticRenderFns",(function(){return u})),t.d(n,"recyclableRender",(function(){return c})),t.d(n,"components",(function(){return r}));var o=function(){var e=this,n=e.$createElement;e._self._c},c=!1,u=[];o._withStripped=!0},240:function(e,n,t){"use strict";t.r(n);var r=t(241),o=t.n(r);for(var c in r)["default"].indexOf(c)<0&&function(e){t.d(n,e,(function(){return r[e]}))}(c);n["default"]=o.a},241:function(e,n,t){"use strict";(function(e){var r=t(4);Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var o=r(t(56)),c=r(t(58)),u={data:function(){return{paddTopHeight:"",imgSize:null,props:{}}},computed:{detectFaceImg:function(){return this.$store.state.user.photoPath}},methods:{onNavBack:function(){e.redirectTo({url:"/pages/index/index"})},onSubmit:function(){return(0,c.default)(o.default.mark((function n(){return o.default.wrap((function(n){while(1)switch(n.prev=n.next){case 0:e.redirectTo({url:"/pages/details/index"});case 1:case"end":return n.stop()}}),n)})))()},onPhotoReSet:function(){this.onNavBack()},getImgSize:function(){var n=this;if(n.detectFaceImg){var t=e.getFileSystemManager();t.stat({path:n.detectFaceImg,success:function(e){console.log("文件大小:",e.stats.size);var t=(e.stats.size/1048576).toFixed(2);n.imgSize=t,console.log("文件大小:",t,"MB")},fail:function(e){console.error("获取文件状态失败:",e)}})}}},onLoad:function(){}};n.default=u}).call(this,t(2)["default"])},242:function(e,n,t){"use strict";t.r(n);var r=t(243),o=t.n(r);for(var c in r)["default"].indexOf(c)<0&&function(e){t.d(n,e,(function(){return r[e]}))}(c);n["default"]=o.a},243:function(e,n,t){}},[[236,"common/runtime","common/vendor"]]]);
//# sourceMappingURL=../../../.sourcemap/mp-weixin/pages/skin-assessment/photoProcess.js.map

+ 1
- 1
unpackage/dist/dev/mp-weixin/pages/skin-assessment/photograph.js 查看文件

@@ -1,2 +1,2 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/skin-assessment/photograph"],{222:function(e,n,t){"use strict";(function(e,n){var o=t(4);t(26);o(t(25));var r=o(t(223));e.__webpack_require_UNI_MP_PLUGIN__=t,n(r.default)}).call(this,t(1)["default"],t(2)["createPage"])},223:function(e,n,t){"use strict";t.r(n);var o=t(224),r=t(226);for(var a in r)["default"].indexOf(a)<0&&function(e){t.d(n,e,(function(){return r[e]}))}(a);t(228);var c,s=t(32),i=Object(s["default"])(r["default"],o["render"],o["staticRenderFns"],!1,null,"55840b9c",null,!1,o["components"],c);i.options.__file="pages/skin-assessment/photograph.vue",n["default"]=i.exports},224:function(e,n,t){"use strict";t.r(n);var o=t(225);t.d(n,"render",(function(){return o["render"]})),t.d(n,"staticRenderFns",(function(){return o["staticRenderFns"]})),t.d(n,"recyclableRender",(function(){return o["recyclableRender"]})),t.d(n,"components",(function(){return o["components"]}))},225:function(e,n,t){"use strict";var o;t.r(n),t.d(n,"render",(function(){return r})),t.d(n,"staticRenderFns",(function(){return c})),t.d(n,"recyclableRender",(function(){return a})),t.d(n,"components",(function(){return o}));try{o={faceBioAssay:function(){return t.e("components/face-bio-assay/face-bio-assay").then(t.bind(null,367))}}}catch(s){if(-1===s.message.indexOf("Cannot find module")||-1===s.message.indexOf(".vue"))throw s;console.error(s.message),console.error("1. 排查组件名称拼写是否正确"),console.error("2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom"),console.error("3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件")}var r=function(){var e=this,n=e.$createElement;e._self._c},a=!1,c=[];r._withStripped=!0},226:function(e,n,t){"use strict";t.r(n);var o=t(227),r=t.n(o);for(var a in o)["default"].indexOf(a)<0&&function(e){t.d(n,e,(function(){return o[e]}))}(a);n["default"]=r.a},227:function(e,n,t){"use strict";(function(e){var o=t(4);Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var r=o(t(56)),a=o(t(58)),c=function(){t.e("components/face-bio-assay/face-bio-assay").then(function(){return resolve(t(367))}.bind(null,t)).catch(t.oe)},s={components:{faceBioAssay:c},data:function(){return{paddTopHeight:"",props:{}}},onLoad:function(e){this.$refs.faceDetect.initData()},methods:{onNavBack:function(){console.log("点击了返回"),this.$u.route({type:"redirectTo",url:"/pages/index/index"})},detectFailed:function(n){n?e.showToast({title:"您未授权摄像头权限",icon:"none"}):e.showToast({title:"摄像头加载失败~,请重试~",icon:"none"})},photoChange:function(n){var t=this;return(0,a.default)(r.default.mark((function o(){var a,c;return r.default.wrap((function(o){while(1)switch(o.prev=o.next){case 0:return o.next=2,t.$api.upload(t.$util.tempUrlToUpload(n,"".concat(t.$util.formateDate("yyyy-mm-dd-HH:MM:SS"),"_sign.png")));case 2:a=o.sent,c=a.data.fileUrl,console.log("imgUrl",c),t.$store.commit("setPhotoPath",c),t.$store.commit("saveAll"),a?e.redirectTo({url:"/pages/skin-assessment/photoProcess"}):e.showToast({title:"请您重新拍照",icon:"none"});case 8:case"end":return o.stop()}}),o)})))()}}};n.default=s}).call(this,t(2)["default"])},228:function(e,n,t){"use strict";t.r(n);var o=t(229),r=t.n(o);for(var a in o)["default"].indexOf(a)<0&&function(e){t.d(n,e,(function(){return o[e]}))}(a);n["default"]=r.a},229:function(e,n,t){}},[[222,"common/runtime","common/vendor"]]]);
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/skin-assessment/photograph"],{228:function(e,n,t){"use strict";(function(e,n){var o=t(4);t(26);o(t(25));var r=o(t(229));e.__webpack_require_UNI_MP_PLUGIN__=t,n(r.default)}).call(this,t(1)["default"],t(2)["createPage"])},229:function(e,n,t){"use strict";t.r(n);var o=t(230),r=t(232);for(var a in r)["default"].indexOf(a)<0&&function(e){t.d(n,e,(function(){return r[e]}))}(a);t(234);var c,s=t(32),i=Object(s["default"])(r["default"],o["render"],o["staticRenderFns"],!1,null,"55840b9c",null,!1,o["components"],c);i.options.__file="pages/skin-assessment/photograph.vue",n["default"]=i.exports},230:function(e,n,t){"use strict";t.r(n);var o=t(231);t.d(n,"render",(function(){return o["render"]})),t.d(n,"staticRenderFns",(function(){return o["staticRenderFns"]})),t.d(n,"recyclableRender",(function(){return o["recyclableRender"]})),t.d(n,"components",(function(){return o["components"]}))},231:function(e,n,t){"use strict";var o;t.r(n),t.d(n,"render",(function(){return r})),t.d(n,"staticRenderFns",(function(){return c})),t.d(n,"recyclableRender",(function(){return a})),t.d(n,"components",(function(){return o}));try{o={faceBioAssay:function(){return t.e("components/face-bio-assay/face-bio-assay").then(t.bind(null,389))}}}catch(s){if(-1===s.message.indexOf("Cannot find module")||-1===s.message.indexOf(".vue"))throw s;console.error(s.message),console.error("1. 排查组件名称拼写是否正确"),console.error("2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom"),console.error("3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件")}var r=function(){var e=this,n=e.$createElement;e._self._c},a=!1,c=[];r._withStripped=!0},232:function(e,n,t){"use strict";t.r(n);var o=t(233),r=t.n(o);for(var a in o)["default"].indexOf(a)<0&&function(e){t.d(n,e,(function(){return o[e]}))}(a);n["default"]=r.a},233:function(e,n,t){"use strict";(function(e){var o=t(4);Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var r=o(t(56)),a=o(t(58)),c=function(){t.e("components/face-bio-assay/face-bio-assay").then(function(){return resolve(t(389))}.bind(null,t)).catch(t.oe)},s={components:{faceBioAssay:c},data:function(){return{paddTopHeight:"",props:{}}},onLoad:function(e){this.$refs.faceDetect.initData()},methods:{onNavBack:function(){console.log("点击了返回"),this.$u.route({type:"redirectTo",url:"/pages/index/index"})},detectFailed:function(n){n?e.showToast({title:"您未授权摄像头权限",icon:"none"}):e.showToast({title:"摄像头加载失败~,请重试~",icon:"none"})},photoChange:function(n){var t=this;return(0,a.default)(r.default.mark((function o(){var a,c;return r.default.wrap((function(o){while(1)switch(o.prev=o.next){case 0:return o.next=2,t.$api.upload(t.$util.tempUrlToUpload(n,"".concat(t.$util.formateDate("yyyy-mm-dd-HH:MM:SS"),"_sign.png")));case 2:a=o.sent,c=a.data.fileUrl,console.log("imgUrl",c),t.$store.commit("setPhotoPath",c),t.$store.commit("saveAll"),a?e.redirectTo({url:"/pages/skin-assessment/photoProcess"}):e.showToast({title:"请您重新拍照",icon:"none"});case 8:case"end":return o.stop()}}),o)})))()}}};n.default=s}).call(this,t(2)["default"])},234:function(e,n,t){"use strict";t.r(n);var o=t(235),r=t.n(o);for(var a in o)["default"].indexOf(a)<0&&function(e){t.d(n,e,(function(){return o[e]}))}(a);n["default"]=r.a},235:function(e,n,t){}},[[228,"common/runtime","common/vendor"]]]);
//# sourceMappingURL=../../../.sourcemap/mp-weixin/pages/skin-assessment/photograph.js.map

+ 1
- 1
unpackage/dist/dev/mp-weixin/pages/user/info.js
文件差異過大導致無法顯示
查看文件


+ 1
- 1
unpackage/dist/dev/mp-weixin/pages/user/mine.js 查看文件

@@ -1,2 +1,2 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/user/mine"],{238:function(n,e,t){"use strict";(function(n,e){var r=t(4);t(26);r(t(25));var o=r(t(239));n.__webpack_require_UNI_MP_PLUGIN__=t,e(o.default)}).call(this,t(1)["default"],t(2)["createPage"])},239:function(n,e,t){"use strict";t.r(e);var r=t(240),o=t(242);for(var u in o)["default"].indexOf(u)<0&&function(n){t.d(e,n,(function(){return o[n]}))}(u);t(245);var i,c=t(32),d=Object(c["default"])(o["default"],r["render"],r["staticRenderFns"],!1,null,"7e5aa06e",null,!1,r["components"],i);d.options.__file="pages/user/mine.vue",e["default"]=d.exports},240:function(n,e,t){"use strict";t.r(e);var r=t(241);t.d(e,"render",(function(){return r["render"]})),t.d(e,"staticRenderFns",(function(){return r["staticRenderFns"]})),t.d(e,"recyclableRender",(function(){return r["recyclableRender"]})),t.d(e,"components",(function(){return r["components"]}))},241:function(n,e,t){"use strict";var r;t.r(e),t.d(e,"render",(function(){return o})),t.d(e,"staticRenderFns",(function(){return i})),t.d(e,"recyclableRender",(function(){return u})),t.d(e,"components",(function(){return r}));try{r={uAvatar:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-avatar/u-avatar")]).then(t.bind(null,345))},uButton:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-button/u-button")]).then(t.bind(null,255))},uIcon:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-icon/u-icon")]).then(t.bind(null,328))},uGrid:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-grid/u-grid")]).then(t.bind(null,375))},uGridItem:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-grid-item/u-grid-item")]).then(t.bind(null,383))}}}catch(c){if(-1===c.message.indexOf("Cannot find module")||-1===c.message.indexOf(".vue"))throw c;console.error(c.message),console.error("1. 排查组件名称拼写是否正确"),console.error("2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom"),console.error("3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件")}var o=function(){var n=this,e=n.$createElement;n._self._c},u=!1,i=[];o._withStripped=!0},242:function(n,e,t){"use strict";t.r(e);var r=t(243),o=t.n(r);for(var u in r)["default"].indexOf(u)<0&&function(n){t.d(e,n,(function(){return r[n]}))}(u);e["default"]=o.a},243:function(n,e,t){"use strict";(function(n){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r={data:function(){return{src:t(244)}},computed:{gridStyle:function(){return{height:"240rpx",padding:"15rpx 20rpx 15rpx 0"}}},methods:{onEdit:function(){n.navigateTo({url:"/pages/user/info"})}}};e.default=r}).call(this,t(2)["default"])},245:function(n,e,t){"use strict";t.r(e);var r=t(246),o=t.n(r);for(var u in r)["default"].indexOf(u)<0&&function(n){t.d(e,n,(function(){return r[n]}))}(u);e["default"]=o.a},246:function(n,e,t){}},[[238,"common/runtime","common/vendor"]]]);
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/user/mine"],{244:function(n,e,t){"use strict";(function(n,e){var r=t(4);t(26);r(t(25));var o=r(t(245));n.__webpack_require_UNI_MP_PLUGIN__=t,e(o.default)}).call(this,t(1)["default"],t(2)["createPage"])},245:function(n,e,t){"use strict";t.r(e);var r=t(246),o=t(248);for(var u in o)["default"].indexOf(u)<0&&function(n){t.d(e,n,(function(){return o[n]}))}(u);t(251);var i,c=t(32),d=Object(c["default"])(o["default"],r["render"],r["staticRenderFns"],!1,null,"7e5aa06e",null,!1,r["components"],i);d.options.__file="pages/user/mine.vue",e["default"]=d.exports},246:function(n,e,t){"use strict";t.r(e);var r=t(247);t.d(e,"render",(function(){return r["render"]})),t.d(e,"staticRenderFns",(function(){return r["staticRenderFns"]})),t.d(e,"recyclableRender",(function(){return r["recyclableRender"]})),t.d(e,"components",(function(){return r["components"]}))},247:function(n,e,t){"use strict";var r;t.r(e),t.d(e,"render",(function(){return o})),t.d(e,"staticRenderFns",(function(){return i})),t.d(e,"recyclableRender",(function(){return u})),t.d(e,"components",(function(){return r}));try{r={uAvatar:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-avatar/u-avatar")]).then(t.bind(null,359))},uButton:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-button/u-button")]).then(t.bind(null,261))},uIcon:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-icon/u-icon")]).then(t.bind(null,342))},uGrid:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-grid/u-grid")]).then(t.bind(null,396))},uGridItem:function(){return Promise.all([t.e("common/vendor"),t.e("node-modules/uview-ui/components/u-grid-item/u-grid-item")]).then(t.bind(null,404))}}}catch(c){if(-1===c.message.indexOf("Cannot find module")||-1===c.message.indexOf(".vue"))throw c;console.error(c.message),console.error("1. 排查组件名称拼写是否正确"),console.error("2. 排查组件是否符合 easycom 规范,文档:https://uniapp.dcloud.net.cn/collocation/pages?id=easycom"),console.error("3. 若组件不符合 easycom 规范,需手动引入,并在 components 中注册该组件")}var o=function(){var n=this,e=n.$createElement;n._self._c},u=!1,i=[];o._withStripped=!0},248:function(n,e,t){"use strict";t.r(e);var r=t(249),o=t.n(r);for(var u in r)["default"].indexOf(u)<0&&function(n){t.d(e,n,(function(){return r[n]}))}(u);e["default"]=o.a},249:function(n,e,t){"use strict";(function(n){Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r={data:function(){return{src:t(250)}},computed:{gridStyle:function(){return{height:"240rpx",padding:"15rpx 20rpx 15rpx 0"}}},methods:{onEdit:function(){n.navigateTo({url:"/pages/user/info"})}}};e.default=r}).call(this,t(2)["default"])},251:function(n,e,t){"use strict";t.r(e);var r=t(252),o=t.n(r);for(var u in r)["default"].indexOf(u)<0&&function(n){t.d(e,n,(function(){return r[n]}))}(u);e["default"]=o.a},252:function(n,e,t){}},[[244,"common/runtime","common/vendor"]]]);
//# sourceMappingURL=../../../.sourcemap/mp-weixin/pages/user/mine.js.map

+ 20
- 1
utils/index.js 查看文件

@@ -280,6 +280,24 @@ function calculateAge(birthdate) {
paddTopheight = navBarHeight + statusBarHeight;
return paddTopheight || 70
}
function isArray (arr) {
return Object.prototype.toString.call(arr) === '[object Array]';
}
function deepClone (obj) {
// 对常见的“非”值,直接返回原来值
if([null, undefined, NaN, false].includes(obj)) return obj;
if(typeof obj !== "object" && typeof obj !== 'function') {
//原始类型直接返回
return obj;
}
var o = isArray(obj) ? [] : {};
for(let i in obj) {
if(obj.hasOwnProperty(i)){
o[i] = typeof obj[i] === "object" ? deepClone(obj[i]) : obj[i];
}
}
return o;
}

const util = {
formateDate,
@@ -292,7 +310,8 @@ const util = {
getColorForStr,
calculateAge,
getDayName,
getPaddTopheight
getPaddTopheight,
deepClone
}

export default util

Loading…
取消
儲存