Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
DoorLock
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
felix
DoorLock
Commits
d8d8d909
Commit
d8d8d909
authored
Oct 12, 2017
by
朱建香
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1012
parent
a6ab7446
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
392 additions
and
376 deletions
+392
-376
dev/src/view/addDevice/v_wifiAdd.js
+1
-1
dev/src/view/addDevice/v_wifiAddHelp.js
+15
-14
dev/src/view/device/v_index.js
+4
-3
dev/src/view/doorlockManage/v_index.js
+34
-27
dev/src/view/login/v_index.js
+1
-0
dev/src/view/myInfo/v_index.js
+5
-0
web/lib/js/p.js
+332
-331
No files found.
dev/src/view/addDevice/v_wifiAdd.js
View file @
d8d8d909
...
@@ -158,7 +158,7 @@ function connectButtonTap(self){
...
@@ -158,7 +158,7 @@ function connectButtonTap(self){
}
else
{
}
else
{
iot
.
business
.
sds
.
findWifi
({
iot
.
business
.
sds
.
findWifi
({
data
:
{
data
:
{
model
:
'
THM_LIVING_ELECTRICALBLANKET_TH_1507
'
,
model
:
'
UGEN_LIVING_ELECTRICALBLANKET_THM_BL
'
,
ssid
:
self
.
getTextWiFiName
(),
ssid
:
self
.
getTextWiFiName
(),
wifiPwd
:
self
.
getTextPassword
(),
wifiPwd
:
self
.
getTextPassword
(),
timeout
:
20000
timeout
:
20000
...
...
dev/src/view/addDevice/v_wifiAddHelp.js
View file @
d8d8d909
...
@@ -63,19 +63,19 @@ function backTap(){
...
@@ -63,19 +63,19 @@ function backTap(){
//tap 开始配置Wi-Fi
//tap 开始配置Wi-Fi
function
wifiAddButtonTap
(){
function
wifiAddButtonTap
(){
// iot.navigator.openWindow({
iot
.
navigator
.
openWindow
({
// url: './wifiAdd.html',
url
:
'./wifiAdd.html'
,
// id: 'wifiAdd'
id
:
'wifiAdd'
// });
console
.
log
(
"in"
);
iot
.
business
.
sds
.
wifiDeviceConfig
({
success
:
function
(
response
)
{
console
.
log
(
'wifiDeviceConfig success'
);
console
.
log
(
response
);
},
error
:
function
(
error
)
{
console
.
log
(
'wifiDeviceConfig error'
);
console
.
log
(
error
);
}
});
});
console
.
log
(
"in"
);
// iot.business.sds.wifiDeviceConfig({
// success: function (response) {
// console.log('wifiDeviceConfig success');
// console.log(response);
// },
// error: function (error) {
// console.log('wifiDeviceConfig error');
// console.log(error);
// }
// });
}
}
\ No newline at end of file
dev/src/view/device/v_index.js
View file @
d8d8d909
...
@@ -460,6 +460,7 @@ function doorlockManageTap(self){
...
@@ -460,6 +460,7 @@ function doorlockManageTap(self){
url
:
'../doorlockManage/'
,
url
:
'../doorlockManage/'
,
id
:
'doorlockManage'
,
id
:
'doorlockManage'
,
extras
:
{
extras
:
{
deviceId
:
self
.
deviceId
,
uuid
:
self
.
getUuid
()
uuid
:
self
.
getUuid
()
}
}
});
});
...
@@ -481,7 +482,7 @@ function opendoorRecordTap(self){
...
@@ -481,7 +482,7 @@ function opendoorRecordTap(self){
//tap 安全报警
//tap 安全报警
function
securityAlarmTap
(
self
){
function
securityAlarmTap
(
self
){
if
(
self
.
getValueSecurityAlarm
==
1
){
if
(
self
.
getValueSecurityAlarm
()
==
1
){
iot
.
navigator
.
openWindow
({
iot
.
navigator
.
openWindow
({
url
:
'./alarmInfo.html'
,
url
:
'./alarmInfo.html'
,
id
:
'alarmInfo'
,
id
:
'alarmInfo'
,
...
@@ -504,7 +505,7 @@ function doorlockUserTap(){
...
@@ -504,7 +505,7 @@ function doorlockUserTap(){
//tap 远程开门
//tap 远程开门
function
remoteOpendoorTap
(
self
){
function
remoteOpendoorTap
(
self
){
if
(
self
.
getValueRemoteOpendoor
==
1
){
if
(
self
.
getValueRemoteOpendoor
()
==
1
){
iot
.
navigator
.
openWindow
({
iot
.
navigator
.
openWindow
({
url
:
'./remoteOpendoor.html'
,
url
:
'./remoteOpendoor.html'
,
id
:
'remoteOpendoor'
,
id
:
'remoteOpendoor'
,
...
@@ -517,7 +518,7 @@ function remoteOpendoorTap(self){
...
@@ -517,7 +518,7 @@ function remoteOpendoorTap(self){
//tap 劫持报警
//tap 劫持报警
function
hijackAlarmTap
(
self
){
function
hijackAlarmTap
(
self
){
if
(
self
.
setValueHijackAlarm
==
1
){
if
(
self
.
setValueHijackAlarm
()
==
1
){
iot
.
navigator
.
openWindow
({
iot
.
navigator
.
openWindow
({
url
:
'./hijackRecord.html'
,
url
:
'./hijackRecord.html'
,
id
:
'hijackRecord'
,
id
:
'hijackRecord'
,
...
...
dev/src/view/doorlockManage/v_index.js
View file @
d8d8d909
...
@@ -118,13 +118,14 @@ function initComponentsConfig() {
...
@@ -118,13 +118,14 @@ function initComponentsConfig() {
function
getDoorlockInfo
(
self
){
function
getDoorlockInfo
(
self
){
uComponents
.
showLoading
(
self
);
uComponents
.
showLoading
(
self
);
iot
.
business
.
device
.
getList
(
{
iot
.
business
.
api
.
send
(
'device/getList'
,
{
data
:
{
data
:
{
sds
:
false
,
sds
:
false
,
device_id
:
self
.
extras
.
deviceId
,
product_id
:
2
,
product_id
:
2
,
parent_id
:
0
,
parent_id
:
0
,
start_id
:
0
,
start_id
:
0
,
number
:
1
number
:
1
0
},
},
success
:
(
response
)
=>
{
success
:
(
response
)
=>
{
console
.
log
(
response
);
console
.
log
(
response
);
...
@@ -143,7 +144,7 @@ function getDoorlockInfo(self){
...
@@ -143,7 +144,7 @@ function getDoorlockInfo(self){
complete
:
()
=>
{
complete
:
()
=>
{
uComponents
.
hideLoading
(
self
);
uComponents
.
hideLoading
(
self
);
}
}
});
}
,
true
);
}
}
//tap <
//tap <
...
@@ -157,7 +158,7 @@ function editNameTap(self){
...
@@ -157,7 +158,7 @@ function editNameTap(self){
url
:
'./editName.html'
,
url
:
'./editName.html'
,
id
:
'editName'
,
id
:
'editName'
,
extras
:
{
extras
:
{
deviceId
:
self
.
getDoorlock
().
device_
id
,
deviceId
:
self
.
getDoorlock
().
id
,
nickname
:
self
.
getTextNickname
()
nickname
:
self
.
getTextNickname
()
}
}
});
});
...
@@ -165,21 +166,22 @@ function editNameTap(self){
...
@@ -165,21 +166,22 @@ function editNameTap(self){
//tap 解绑门锁
//tap 解绑门锁
function
unbindDoorlockButtonTap
(
self
){
function
unbindDoorlockButtonTap
(
self
){
uComponents
.
openConfirm
(
self
,
Vue
.
t
(
'doorlockUser.unbindDialogTip'
),
uComponents
.
openConfirm
(
self
,
Vue
.
t
(
'doorlockUser.unbindDialogTip'
),
{
text
:
Vue
.
t
(
'dialog.cancel'
),
callback
:
function
()
{}},
{
text
:
Vue
.
t
(
'dialog.cancel'
),
callback
:
function
()
{}},
{
text
:
Vue
.
t
(
'dialog.unbind'
),
callback
:
function
()
{
{
text
:
Vue
.
t
(
'dialog.unbind'
),
callback
:
function
()
{
uComponents
.
showLoading
(
self
);
// uComponents.showLoading(self);
// //云端解绑
// iot.business.device.unbind({
// data: {
// device_id: self.getDoorlock().id
// },
// success: (response) => {
// console.log(response);
iot
.
business
.
device
.
unbind
({
iot
.
business
.
device
.
unbind
({
data
:
{
data
:
{
sds
:
true
,
sds
:
true
,
uuid
:
self
.
extras
.
uuid
uuid
:
self
.
extras
.
uuid
,
},
device_id
:
self
.
getDoorlock
().
id
success
:
(
response
)
=>
{
console
.
log
(
response
);
//云端解绑
iot
.
business
.
device
.
unbind
({
data
:
{
device_id
:
self
.
getDoorlock
().
device_id
},
},
success
:
(
response
)
=>
{
success
:
(
response
)
=>
{
console
.
log
(
response
);
console
.
log
(
response
);
...
@@ -189,18 +191,7 @@ function unbindDoorlockButtonTap(self){
...
@@ -189,18 +191,7 @@ function unbindDoorlockButtonTap(self){
},
},
error
:
(
error
)
=>
{
error
:
(
error
)
=>
{
console
.
log
(
error
);
console
.
log
(
error
);
self
.
setStateShowFlag
(
true
);
self
.
setStateShowFlag
(
false
);
self
.
setShowMsg
(
Vue
.
t
(
'doorlockUser.unbindFailue'
));
self
.
setUnbindSucceess
(
false
);
},
complete
:
()
=>
{
uComponents
.
hideLoading
(
self
);
}
});
},
error
:
(
error
)
=>
{
console
.
log
(
error
);
self
.
setStateShowFlag
(
true
);
self
.
setShowMsg
(
Vue
.
t
(
'doorlockUser.unbindFailue'
));
self
.
setShowMsg
(
Vue
.
t
(
'doorlockUser.unbindFailue'
));
self
.
setUnbindSucceess
(
false
);
self
.
setUnbindSucceess
(
false
);
},
},
...
@@ -208,12 +199,28 @@ function unbindDoorlockButtonTap(self){
...
@@ -208,12 +199,28 @@ function unbindDoorlockButtonTap(self){
uComponents
.
hideLoading
(
self
);
uComponents
.
hideLoading
(
self
);
}
}
});
});
// },
// error: (error) => {
// console.log(error);
// self.setStateShowFlag(true);
// self.setShowMsg(Vue.t('doorlockUser.unbindFailue'));
// self.setUnbindSucceess(false);
// },
// complete: () => {
// uComponents.hideLoading(self);
// }
// });
}}
}}
);
);
}
}
//tap 隐藏提示框
//tap 隐藏提示框
function
unbindStateDialogTap
(
self
){
function
unbindStateDialogTap
(
self
){
self
.
setStateShowFlag
(
false
);
self
.
setStateShowFlag
(
false
);
if
(
self
.
getUnbindSucceess
){
iot
.
navigator
.
openWindow
({
url
:
'../device/'
,
id
:
'device'
});
}
}
}
dev/src/view/login/v_index.js
View file @
d8d8d909
...
@@ -74,6 +74,7 @@ function loginButtonTap(self){
...
@@ -74,6 +74,7 @@ function loginButtonTap(self){
console
.
log
(
response
);
console
.
log
(
response
);
let
data
=
uPublic
.
checkResponseData
(
response
.
data
);
let
data
=
uPublic
.
checkResponseData
(
response
.
data
);
if
(
data
){
if
(
data
){
console
.
log
(
"云端登陆"
);
cloudsLogin
(
self
,
data
.
UserID
);
cloudsLogin
(
self
,
data
.
UserID
);
// iot.navigator.openWindow({
// iot.navigator.openWindow({
// url: '../device/',
// url: '../device/',
...
...
dev/src/view/myInfo/v_index.js
View file @
d8d8d909
...
@@ -118,6 +118,11 @@ function logoutButtonTap(self){
...
@@ -118,6 +118,11 @@ function logoutButtonTap(self){
sds
:
true
sds
:
true
},
},
success
:
(
response
)
=>
{
success
:
(
response
)
=>
{
iot
.
business
.
websql
.
delMaps
([
'utoken'
,
'userinfo'
],
(
response
)
=>
{
console
.
log
(
response
);
},
(
error
)
=>
{
console
.
log
(
error
);
});
iot
.
navigator
.
openWindow
({
iot
.
navigator
.
openWindow
({
url
:
'../login/'
,
url
:
'../login/'
,
id
:
'login'
id
:
'login'
...
...
web/lib/js/p.js
View file @
d8d8d909
...
@@ -9468,69 +9468,12 @@ function getOuterHTML (el) {
...
@@ -9468,69 +9468,12 @@ function getOuterHTML (el) {
Vue$3
.
compile
=
compileToFunctions
;
Vue$3
.
compile
=
compileToFunctions
;
/*
unused harmony default export */
var
_unused_webpack_default_export
=
(
Vue$3
);
/*
harmony default export */
__webpack_exports__
[
"default"
]
=
(
Vue$3
);
/* WEBPACK VAR INJECTION */
}.
call
(
__webpack_exports__
,
__webpack_require__
(
8
),
__webpack_require__
(
129
),
__webpack_require__
(
128
)))
/* WEBPACK VAR INJECTION */
}.
call
(
__webpack_exports__
,
__webpack_require__
(
125
),
__webpack_require__
(
135
),
__webpack_require__
(
132
)))
/***/
}),
/***/
}),
/* 2 */
/* 2 */
/***/
(
function
(
module
,
exports
)
{
// this module is a runtime utility for cleaner component module output and will
// be included in the final webpack user bundle
module
.
exports
=
function
normalizeComponent
(
rawScriptExports
,
compiledTemplate
,
scopeId
,
cssModules
)
{
var
esModule
var
scriptExports
=
rawScriptExports
=
rawScriptExports
||
{}
// ES6 modules interop
var
type
=
typeof
rawScriptExports
.
default
if
(
type
===
'object'
||
type
===
'function'
)
{
esModule
=
rawScriptExports
scriptExports
=
rawScriptExports
.
default
}
// Vue.extend constructor export interop
var
options
=
typeof
scriptExports
===
'function'
?
scriptExports
.
options
:
scriptExports
// render functions
if
(
compiledTemplate
)
{
options
.
render
=
compiledTemplate
.
render
options
.
staticRenderFns
=
compiledTemplate
.
staticRenderFns
}
// scopedId
if
(
scopeId
)
{
options
.
_scopeId
=
scopeId
}
// inject cssModules
if
(
cssModules
)
{
var
computed
=
Object
.
create
(
options
.
computed
||
null
)
Object
.
keys
(
cssModules
).
forEach
(
function
(
key
)
{
var
module
=
cssModules
[
key
]
computed
[
key
]
=
function
()
{
return
module
}
})
options
.
computed
=
computed
}
return
{
esModule
:
esModule
,
exports
:
scriptExports
,
options
:
options
}
}
/***/
}),
/* 3 */
/***/
(
function
(
module
,
exports
,
__webpack_require__
)
{
/***/
(
function
(
module
,
exports
,
__webpack_require__
)
{
"use strict"
;
"use strict"
;
...
@@ -9543,25 +9486,25 @@ exports.uComponents = exports.uPublic = exports.iot = undefined;
...
@@ -9543,25 +9486,25 @@ exports.uComponents = exports.uPublic = exports.iot = undefined;
var
_typeof
=
typeof
Symbol
===
"function"
&&
typeof
Symbol
.
iterator
===
"symbol"
?
function
(
obj
)
{
return
typeof
obj
;
}
:
function
(
obj
)
{
return
obj
&&
typeof
Symbol
===
"function"
&&
obj
.
constructor
===
Symbol
&&
obj
!==
Symbol
.
prototype
?
"symbol"
:
typeof
obj
;
};
var
_typeof
=
typeof
Symbol
===
"function"
&&
typeof
Symbol
.
iterator
===
"symbol"
?
function
(
obj
)
{
return
typeof
obj
;
}
:
function
(
obj
)
{
return
obj
&&
typeof
Symbol
===
"function"
&&
obj
.
constructor
===
Symbol
&&
obj
!==
Symbol
.
prototype
?
"symbol"
:
typeof
obj
;
};
var
_config
=
__webpack_require__
(
7
);
var
_config
=
__webpack_require__
(
124
);
var
_config2
=
_interopRequireDefault
(
_config
);
var
_config2
=
_interopRequireDefault
(
_config
);
var
_vueI18n
=
__webpack_require__
(
20
7
);
var
_vueI18n
=
__webpack_require__
(
20
8
);
var
_vueI18n2
=
_interopRequireDefault
(
_vueI18n
);
var
_vueI18n2
=
_interopRequireDefault
(
_vueI18n
);
var
_ugenComponents
=
__webpack_require__
(
20
4
);
var
_ugenComponents
=
__webpack_require__
(
20
5
);
var
_ugenComponents2
=
_interopRequireDefault
(
_ugenComponents
);
var
_ugenComponents2
=
_interopRequireDefault
(
_ugenComponents
);
var
_manage
=
__webpack_require__
(
20
1
);
var
_manage
=
__webpack_require__
(
20
2
);
var
_manage2
=
_interopRequireDefault
(
_manage
);
var
_manage2
=
_interopRequireDefault
(
_manage
);
function
_interopRequireDefault
(
obj
)
{
return
obj
&&
obj
.
__esModule
?
obj
:
{
default
:
obj
};
}
function
_interopRequireDefault
(
obj
)
{
return
obj
&&
obj
.
__esModule
?
obj
:
{
default
:
obj
};
}
var
VueTouch
=
__webpack_require__
(
2
49
);
var
VueTouch
=
__webpack_require__
(
2
50
);
Vue
.
use
(
VueTouch
);
Vue
.
use
(
VueTouch
);
var
uComponents
=
_ugenComponents2
.
default
.
uComponents
;
var
uComponents
=
_ugenComponents2
.
default
.
uComponents
;
...
@@ -9773,10 +9716,184 @@ exports.uComponents = uComponents;
...
@@ -9773,10 +9716,184 @@ exports.uComponents = uComponents;
/* WEBPACK VAR INJECTION */
}.
call
(
exports
,
__webpack_require__
(
1
)[
"default"
]))
/* WEBPACK VAR INJECTION */
}.
call
(
exports
,
__webpack_require__
(
1
)[
"default"
]))
/***/
}),
/***/
}),
/* 3 */
/***/
(
function
(
module
,
exports
)
{
// this module is a runtime utility for cleaner component module output and will
// be included in the final webpack user bundle
module
.
exports
=
function
normalizeComponent
(
rawScriptExports
,
compiledTemplate
,
scopeId
,
cssModules
)
{
var
esModule
var
scriptExports
=
rawScriptExports
=
rawScriptExports
||
{}
// ES6 modules interop
var
type
=
typeof
rawScriptExports
.
default
if
(
type
===
'object'
||
type
===
'function'
)
{
esModule
=
rawScriptExports
scriptExports
=
rawScriptExports
.
default
}
// Vue.extend constructor export interop
var
options
=
typeof
scriptExports
===
'function'
?
scriptExports
.
options
:
scriptExports
// render functions
if
(
compiledTemplate
)
{
options
.
render
=
compiledTemplate
.
render
options
.
staticRenderFns
=
compiledTemplate
.
staticRenderFns
}
// scopedId
if
(
scopeId
)
{
options
.
_scopeId
=
scopeId
}
// inject cssModules
if
(
cssModules
)
{
var
computed
=
Object
.
create
(
options
.
computed
||
null
)
Object
.
keys
(
cssModules
).
forEach
(
function
(
key
)
{
var
module
=
cssModules
[
key
]
computed
[
key
]
=
function
()
{
return
module
}
})
options
.
computed
=
computed
}
return
{
esModule
:
esModule
,
exports
:
scriptExports
,
options
:
options
}
}
/***/
}),
/* 4 */
,
/* 4 */
,
/* 5 */
,
/* 5 */
,
/* 6 */
,
/* 6 */
,
/* 7 */
/* 7 */
,
/* 8 */
,
/* 9 */
,
/* 10 */
,
/* 11 */
,
/* 12 */
,
/* 13 */
,
/* 14 */
,
/* 15 */
,
/* 16 */
,
/* 17 */
,
/* 18 */
,
/* 19 */
,
/* 20 */
,
/* 21 */
,
/* 22 */
,
/* 23 */
,
/* 24 */
,
/* 25 */
,
/* 26 */
,
/* 27 */
,
/* 28 */
,
/* 29 */
,
/* 30 */
,
/* 31 */
,
/* 32 */
,
/* 33 */
,
/* 34 */
,
/* 35 */
,
/* 36 */
,
/* 37 */
,
/* 38 */
,
/* 39 */
,
/* 40 */
,
/* 41 */
,
/* 42 */
,
/* 43 */
,
/* 44 */
,
/* 45 */
,
/* 46 */
,
/* 47 */
,
/* 48 */
,
/* 49 */
,
/* 50 */
,
/* 51 */
,
/* 52 */
,
/* 53 */
,
/* 54 */
,
/* 55 */
,
/* 56 */
,
/* 57 */
,
/* 58 */
,
/* 59 */
,
/* 60 */
,
/* 61 */
,
/* 62 */
,
/* 63 */
,
/* 64 */
,
/* 65 */
,
/* 66 */
,
/* 67 */
,
/* 68 */
,
/* 69 */
,
/* 70 */
,
/* 71 */
,
/* 72 */
,
/* 73 */
,
/* 74 */
,
/* 75 */
,
/* 76 */
,
/* 77 */
,
/* 78 */
,
/* 79 */
,
/* 80 */
,
/* 81 */
,
/* 82 */
,
/* 83 */
,
/* 84 */
,
/* 85 */
,
/* 86 */
,
/* 87 */
,
/* 88 */
,
/* 89 */
,
/* 90 */
,
/* 91 */
,
/* 92 */
,
/* 93 */
,
/* 94 */
,
/* 95 */
,
/* 96 */
,
/* 97 */
,
/* 98 */
,
/* 99 */
,
/* 100 */
,
/* 101 */
,
/* 102 */
,
/* 103 */
,
/* 104 */
,
/* 105 */
,
/* 106 */
,
/* 107 */
,
/* 108 */
,
/* 109 */
,
/* 110 */
,
/* 111 */
,
/* 112 */
,
/* 113 */
,
/* 114 */
,
/* 115 */
,
/* 116 */
,
/* 117 */
,
/* 118 */
,
/* 119 */
,
/* 120 */
,
/* 121 */
,
/* 122 */
,
/* 123 */
,
/* 124 */
/***/
(
function
(
module
,
exports
,
__webpack_require__
)
{
/***/
(
function
(
module
,
exports
,
__webpack_require__
)
{
"use strict"
;
"use strict"
;
...
@@ -9805,7 +9922,7 @@ exports.default = {
...
@@ -9805,7 +9922,7 @@ exports.default = {
};
};
/***/
}),
/***/
}),
/*
8
*/
/*
125
*/
/***/
(
function
(
module
,
exports
)
{
/***/
(
function
(
module
,
exports
)
{
// shim for using process in browser
// shim for using process in browser
...
@@ -9995,126 +10112,13 @@ process.umask = function() { return 0; };
...
@@ -9995,126 +10112,13 @@ process.umask = function() { return 0; };
/***/
}),
/***/
}),
/* 9 */
,
/* 10 */
,
/* 11 */
,
/* 12 */
,
/* 13 */
,
/* 14 */
,
/* 15 */
,
/* 16 */
,
/* 17 */
,
/* 18 */
,
/* 19 */
,
/* 20 */
,
/* 21 */
,
/* 22 */
,
/* 23 */
,
/* 24 */
,
/* 25 */
,
/* 26 */
,
/* 27 */
,
/* 28 */
,
/* 29 */
,
/* 30 */
,
/* 31 */
,
/* 32 */
,
/* 33 */
,
/* 34 */
,
/* 35 */
,
/* 36 */
,
/* 37 */
,
/* 38 */
,
/* 39 */
,
/* 40 */
,
/* 41 */
,
/* 42 */
,
/* 43 */
,
/* 44 */
,
/* 45 */
,
/* 46 */
,
/* 47 */
,
/* 48 */
,
/* 49 */
,
/* 50 */
,
/* 51 */
,
/* 52 */
,
/* 53 */
,
/* 54 */
,
/* 55 */
,
/* 56 */
,
/* 57 */
,
/* 58 */
,
/* 59 */
,
/* 60 */
,
/* 61 */
,
/* 62 */
,
/* 63 */
,
/* 64 */
,
/* 65 */
,
/* 66 */
,
/* 67 */
,
/* 68 */
,
/* 69 */
,
/* 70 */
,
/* 71 */
,
/* 72 */
,
/* 73 */
,
/* 74 */
,
/* 75 */
,
/* 76 */
,
/* 77 */
,
/* 78 */
,
/* 79 */
,
/* 80 */
,
/* 81 */
,
/* 82 */
,
/* 83 */
,
/* 84 */
,
/* 85 */
,
/* 86 */
,
/* 87 */
,
/* 88 */
,
/* 89 */
,
/* 90 */
,
/* 91 */
,
/* 92 */
,
/* 93 */
,
/* 94 */
,
/* 95 */
,
/* 96 */
,
/* 97 */
,
/* 98 */
,
/* 99 */
,
/* 100 */
,
/* 101 */
,
/* 102 */
,
/* 103 */
,
/* 104 */
,
/* 105 */
,
/* 106 */
,
/* 107 */
,
/* 108 */
,
/* 109 */
,
/* 110 */
,
/* 111 */
,
/* 112 */
,
/* 113 */
,
/* 114 */
,
/* 115 */
,
/* 116 */
,
/* 117 */
,
/* 118 */
,
/* 119 */
,
/* 120 */
,
/* 121 */
,
/* 122 */
,
/* 123 */
,
/* 124 */
,
/* 125 */
,
/* 126 */
,
/* 126 */
,
/* 127 */
,
/* 127 */
,
/* 128 */
/* 128 */
,
/* 129 */
,
/* 130 */
,
/* 131 */
,
/* 132 */
/***/
(
function
(
module
,
exports
,
__webpack_require__
)
{
/***/
(
function
(
module
,
exports
,
__webpack_require__
)
{
/* WEBPACK VAR INJECTION */
(
function
(
process
,
Promise
,
global
)
{
var
require
;
/*!
/* WEBPACK VAR INJECTION */
(
function
(
process
,
Promise
,
global
)
{
var
require
;
/*!
...
@@ -10253,7 +10257,7 @@ function flush() {
...
@@ -10253,7 +10257,7 @@ function flush() {
function
attemptVertx
()
{
function
attemptVertx
()
{
try
{
try
{
var
r
=
require
;
var
r
=
require
;
var
vertx
=
__webpack_require__
(
25
0
);
var
vertx
=
__webpack_require__
(
25
1
);
vertxNext
=
vertx
.
runOnLoop
||
vertx
.
runOnContext
;
vertxNext
=
vertx
.
runOnLoop
||
vertx
.
runOnContext
;
return
useVertxTimer
();
return
useVertxTimer
();
}
catch
(
e
)
{
}
catch
(
e
)
{
...
@@ -11276,41 +11280,10 @@ return Promise;
...
@@ -11276,41 +11280,10 @@ return Promise;
})));
})));
//# sourceMappingURL=es6-promise.map
//# sourceMappingURL=es6-promise.map
/* WEBPACK VAR INJECTION */
}.
call
(
exports
,
__webpack_require__
(
8
),
__webpack_require__
(
128
),
__webpack_require__
(
129
)))
/* WEBPACK VAR INJECTION */
}.
call
(
exports
,
__webpack_require__
(
125
),
__webpack_require__
(
132
),
__webpack_require__
(
135
)))
/***/
}),
/***/
}),
/* 129 */
/* 133 */
/***/
(
function
(
module
,
exports
)
{
var
g
;
// This works in non-strict mode
g
=
(
function
()
{
return
this
;
})();
try
{
// This works if eval is allowed (see CSP)
g
=
g
||
Function
(
"return this"
)()
||
(
1
,
eval
)(
"this"
);
}
catch
(
e
)
{
// This works if the window reference is available
if
(
typeof
window
===
"object"
)
g
=
window
;
}
// g can still be undefined, but nothing to do about it...
// We return undefined, instead of nothing here, so it's
// easier to handle this case. if(!global) { ...}
module
.
exports
=
g
;
/***/
}),
/* 130 */
,
/* 131 */
,
/* 132 */
,
/* 133 */
,
/* 134 */
/***/
(
function
(
module
,
exports
,
__webpack_require__
)
{
/***/
(
function
(
module
,
exports
,
__webpack_require__
)
{
var
__WEBPACK_AMD_DEFINE_RESULT__
;
/*! iScroll v5.2.0 ~ (c) 2008-2016 Matteo Spinelli ~ http://cubiq.org/license */
var
__WEBPACK_AMD_DEFINE_RESULT__
;
/*! iScroll v5.2.0 ~ (c) 2008-2016 Matteo Spinelli ~ http://cubiq.org/license */
...
@@ -13408,7 +13381,7 @@ if ( typeof module != 'undefined' && module.exports ) {
...
@@ -13408,7 +13381,7 @@ if ( typeof module != 'undefined' && module.exports ) {
/***/
}),
/***/
}),
/* 13
5
*/
/* 13
4
*/
/***/
(
function
(
module
,
exports
,
__webpack_require__
)
{
/***/
(
function
(
module
,
exports
,
__webpack_require__
)
{
var
__WEBPACK_AMD_DEFINE_ARRAY__
,
__WEBPACK_AMD_DEFINE_RESULT__
;
// Underscore.js 1.8.3
var
__WEBPACK_AMD_DEFINE_ARRAY__
,
__WEBPACK_AMD_DEFINE_RESULT__
;
// Underscore.js 1.8.3
...
@@ -14963,6 +14936,33 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;// Underscor
...
@@ -14963,6 +14936,33 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;// Underscor
/***/
}),
/***/
}),
/* 135 */
/***/
(
function
(
module
,
exports
)
{
var
g
;
// This works in non-strict mode
g
=
(
function
()
{
return
this
;
})();
try
{
// This works if eval is allowed (see CSP)
g
=
g
||
Function
(
"return this"
)()
||
(
1
,
eval
)(
"this"
);
}
catch
(
e
)
{
// This works if the window reference is available
if
(
typeof
window
===
"object"
)
g
=
window
;
}
// g can still be undefined, but nothing to do about it...
// We return undefined, instead of nothing here, so it's
// easier to handle this case. if(!global) { ...}
module
.
exports
=
g
;
/***/
}),
/* 136 */
,
/* 136 */
,
/* 137 */
,
/* 137 */
,
/* 138 */
,
/* 138 */
,
...
@@ -15668,7 +15668,7 @@ Object.defineProperty(exports, "__esModule", {
...
@@ -15668,7 +15668,7 @@ Object.defineProperty(exports, "__esModule", {
value
:
true
value
:
true
});
});
var
_iscroll
=
__webpack_require__
(
13
4
);
var
_iscroll
=
__webpack_require__
(
13
3
);
var
_iscroll2
=
_interopRequireDefault
(
_iscroll
);
var
_iscroll2
=
_interopRequireDefault
(
_iscroll
);
...
@@ -16027,7 +16027,7 @@ Object.defineProperty(exports, "__esModule", {
...
@@ -16027,7 +16027,7 @@ Object.defineProperty(exports, "__esModule", {
value
:
true
value
:
true
});
});
var
_underscore
=
__webpack_require__
(
13
5
);
var
_underscore
=
__webpack_require__
(
13
4
);
var
_underscore2
=
_interopRequireDefault
(
_underscore
);
var
_underscore2
=
_interopRequireDefault
(
_underscore
);
...
@@ -16317,7 +16317,7 @@ Object.defineProperty(exports, "__esModule", {
...
@@ -16317,7 +16317,7 @@ Object.defineProperty(exports, "__esModule", {
value
:
true
value
:
true
});
});
var
_underscore
=
__webpack_require__
(
13
5
);
var
_underscore
=
__webpack_require__
(
13
4
);
var
_underscore2
=
_interopRequireDefault
(
_underscore
);
var
_underscore2
=
_interopRequireDefault
(
_underscore
);
...
@@ -16584,7 +16584,7 @@ Object.defineProperty(exports, "__esModule", {
...
@@ -16584,7 +16584,7 @@ Object.defineProperty(exports, "__esModule", {
value
:
true
value
:
true
});
});
var
_iscroll
=
__webpack_require__
(
13
4
);
var
_iscroll
=
__webpack_require__
(
13
3
);
var
_iscroll2
=
_interopRequireDefault
(
_iscroll
);
var
_iscroll2
=
_interopRequireDefault
(
_iscroll
);
...
@@ -17145,7 +17145,8 @@ function _changeList(self, list) {
...
@@ -17145,7 +17145,8 @@ function _changeList(self, list) {
/* WEBPACK VAR INJECTION */
}.
call
(
exports
,
__webpack_require__
(
1
)[
"default"
]))
/* WEBPACK VAR INJECTION */
}.
call
(
exports
,
__webpack_require__
(
1
)[
"default"
]))
/***/
}),
/***/
}),
/* 201 */
/* 201 */
,
/* 202 */
/***/
(
function
(
module
,
exports
,
__webpack_require__
)
{
/***/
(
function
(
module
,
exports
,
__webpack_require__
)
{
"use strict"
;
"use strict"
;
...
@@ -17155,11 +17156,11 @@ Object.defineProperty(exports, "__esModule", {
...
@@ -17155,11 +17156,11 @@ Object.defineProperty(exports, "__esModule", {
value
:
true
value
:
true
});
});
var
_c_gridList
=
__webpack_require__
(
22
6
);
var
_c_gridList
=
__webpack_require__
(
22
7
);
var
_c_gridList2
=
_interopRequireDefault
(
_c_gridList
);
var
_c_gridList2
=
_interopRequireDefault
(
_c_gridList
);
var
_c_timeline
=
__webpack_require__
(
22
7
);
var
_c_timeline
=
__webpack_require__
(
22
8
);
var
_c_timeline2
=
_interopRequireDefault
(
_c_timeline
);
var
_c_timeline2
=
_interopRequireDefault
(
_c_timeline
);
...
@@ -17172,8 +17173,8 @@ var components = {
...
@@ -17172,8 +17173,8 @@ var components = {
exports
.
default
=
components
;
exports
.
default
=
components
;
/***/
}),
/***/
}),
/* 20
2
*/
,
/* 20
3
*/
,
/* 20
3
*/
/* 20
4
*/
/***/
(
function
(
module
,
exports
,
__webpack_require__
)
{
/***/
(
function
(
module
,
exports
,
__webpack_require__
)
{
var
__WEBPACK_AMD_DEFINE_RESULT__
;
/*! Hammer.JS - v2.0.7 - 2016-04-22
var
__WEBPACK_AMD_DEFINE_RESULT__
;
/*! Hammer.JS - v2.0.7 - 2016-04-22
...
@@ -19823,13 +19824,13 @@ if (true) {
...
@@ -19823,13 +19824,13 @@ if (true) {
/***/
}),
/***/
}),
/* 20
4
*/
/* 20
5
*/
/***/
(
function
(
module
,
__webpack_exports__
,
__webpack_require__
)
{
/***/
(
function
(
module
,
__webpack_exports__
,
__webpack_require__
)
{
"use strict"
;
"use strict"
;
Object
.
defineProperty
(
__webpack_exports__
,
"__esModule"
,
{
value
:
true
});
Object
.
defineProperty
(
__webpack_exports__
,
"__esModule"
,
{
value
:
true
});
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_0__src_manage__
=
__webpack_require__
(
20
6
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_0__src_manage__
=
__webpack_require__
(
20
7
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_1__src_components__
=
__webpack_require__
(
20
5
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_1__src_components__
=
__webpack_require__
(
20
6
);
/**
/**
* index.js
* index.js
* Version: 0.1
* Version: 0.1
...
@@ -19840,14 +19841,14 @@ Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
...
@@ -19840,14 +19841,14 @@ Object.defineProperty(__webpack_exports__, "__esModule", { value: true });
*/
*/
/*
unused harmony default export */
var
_unused_webpack_default_export
=
({
/*
harmony default export */
__webpack_exports__
[
"default"
]
=
({
manage
:
__WEBPACK_IMPORTED_MODULE_0__src_manage__
[
false
/* default */
],
manage
:
__WEBPACK_IMPORTED_MODULE_0__src_manage__
[
"a"
/* default */
],
uComponents
:
__WEBPACK_IMPORTED_MODULE_1__src_components__
[
false
/* default */
]
uComponents
:
__WEBPACK_IMPORTED_MODULE_1__src_components__
[
"a"
/* default */
]
});
});
/***/
}),
/***/
}),
/* 20
5
*/
/* 20
6
*/
/***/
(
function
(
module
,
__webpack_exports__
,
__webpack_require__
)
{
/***/
(
function
(
module
,
__webpack_exports__
,
__webpack_require__
)
{
"use strict"
;
"use strict"
;
...
@@ -19912,42 +19913,42 @@ uComponents.changeCommLoadingStatusAndText = function(vmObj, status, text){
...
@@ -19912,42 +19913,42 @@ uComponents.changeCommLoadingStatusAndText = function(vmObj, status, text){
vmObj
.
$refs
.
ucommloading
.
changeCommLoadingStatusAndText
(
status
,
text
);
vmObj
.
$refs
.
ucommloading
.
changeCommLoadingStatusAndText
(
status
,
text
);
};
};
/*
unused harmony default export */
var
_unused_webpack_default_export
=
(
uComponents
);
/*
harmony default export */
__webpack_exports__
[
"a"
]
=
(
uComponents
);
/***/
}),
/***/
}),
/* 20
6
*/
/* 20
7
*/
/***/
(
function
(
module
,
__webpack_exports__
,
__webpack_require__
)
{
/***/
(
function
(
module
,
__webpack_exports__
,
__webpack_require__
)
{
"use strict"
;
"use strict"
;
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_0__components_button_vue__
=
__webpack_require__
(
20
8
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_0__components_button_vue__
=
__webpack_require__
(
20
9
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_0__components_button_vue___default
=
__webpack_require__
.
n
(
__WEBPACK_IMPORTED_MODULE_0__components_button_vue__
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_0__components_button_vue___default
=
__webpack_require__
.
n
(
__WEBPACK_IMPORTED_MODULE_0__components_button_vue__
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_1__components_carousel_vue__
=
__webpack_require__
(
2
09
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_1__components_carousel_vue__
=
__webpack_require__
(
2
10
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_1__components_carousel_vue___default
=
__webpack_require__
.
n
(
__WEBPACK_IMPORTED_MODULE_1__components_carousel_vue__
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_1__components_carousel_vue___default
=
__webpack_require__
.
n
(
__WEBPACK_IMPORTED_MODULE_1__components_carousel_vue__
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_2__components_comm_loading_vue__
=
__webpack_require__
(
21
0
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_2__components_comm_loading_vue__
=
__webpack_require__
(
21
1
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_2__components_comm_loading_vue___default
=
__webpack_require__
.
n
(
__WEBPACK_IMPORTED_MODULE_2__components_comm_loading_vue__
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_2__components_comm_loading_vue___default
=
__webpack_require__
.
n
(
__WEBPACK_IMPORTED_MODULE_2__components_comm_loading_vue__
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_3__components_dialog_vue__
=
__webpack_require__
(
21
1
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_3__components_dialog_vue__
=
__webpack_require__
(
21
2
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_3__components_dialog_vue___default
=
__webpack_require__
.
n
(
__WEBPACK_IMPORTED_MODULE_3__components_dialog_vue__
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_3__components_dialog_vue___default
=
__webpack_require__
.
n
(
__WEBPACK_IMPORTED_MODULE_3__components_dialog_vue__
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_4__components_folding_list_vue__
=
__webpack_require__
(
21
2
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_4__components_folding_list_vue__
=
__webpack_require__
(
21
3
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_4__components_folding_list_vue___default
=
__webpack_require__
.
n
(
__WEBPACK_IMPORTED_MODULE_4__components_folding_list_vue__
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_4__components_folding_list_vue___default
=
__webpack_require__
.
n
(
__WEBPACK_IMPORTED_MODULE_4__components_folding_list_vue__
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_5__components_list_vue__
=
__webpack_require__
(
21
3
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_5__components_list_vue__
=
__webpack_require__
(
21
4
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_5__components_list_vue___default
=
__webpack_require__
.
n
(
__WEBPACK_IMPORTED_MODULE_5__components_list_vue__
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_5__components_list_vue___default
=
__webpack_require__
.
n
(
__WEBPACK_IMPORTED_MODULE_5__components_list_vue__
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_6__components_loading_vue__
=
__webpack_require__
(
21
4
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_6__components_loading_vue__
=
__webpack_require__
(
21
5
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_6__components_loading_vue___default
=
__webpack_require__
.
n
(
__WEBPACK_IMPORTED_MODULE_6__components_loading_vue__
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_6__components_loading_vue___default
=
__webpack_require__
.
n
(
__WEBPACK_IMPORTED_MODULE_6__components_loading_vue__
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_7__components_marquee_vue__
=
__webpack_require__
(
21
5
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_7__components_marquee_vue__
=
__webpack_require__
(
21
6
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_7__components_marquee_vue___default
=
__webpack_require__
.
n
(
__WEBPACK_IMPORTED_MODULE_7__components_marquee_vue__
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_7__components_marquee_vue___default
=
__webpack_require__
.
n
(
__WEBPACK_IMPORTED_MODULE_7__components_marquee_vue__
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_8__components_number_adjustment_vue__
=
__webpack_require__
(
21
6
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_8__components_number_adjustment_vue__
=
__webpack_require__
(
21
7
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_8__components_number_adjustment_vue___default
=
__webpack_require__
.
n
(
__WEBPACK_IMPORTED_MODULE_8__components_number_adjustment_vue__
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_8__components_number_adjustment_vue___default
=
__webpack_require__
.
n
(
__WEBPACK_IMPORTED_MODULE_8__components_number_adjustment_vue__
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_9__components_picker_vue__
=
__webpack_require__
(
21
7
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_9__components_picker_vue__
=
__webpack_require__
(
21
8
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_9__components_picker_vue___default
=
__webpack_require__
.
n
(
__WEBPACK_IMPORTED_MODULE_9__components_picker_vue__
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_9__components_picker_vue___default
=
__webpack_require__
.
n
(
__WEBPACK_IMPORTED_MODULE_9__components_picker_vue__
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_10__components_select_vue__
=
__webpack_require__
(
21
8
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_10__components_select_vue__
=
__webpack_require__
(
21
9
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_10__components_select_vue___default
=
__webpack_require__
.
n
(
__WEBPACK_IMPORTED_MODULE_10__components_select_vue__
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_10__components_select_vue___default
=
__webpack_require__
.
n
(
__WEBPACK_IMPORTED_MODULE_10__components_select_vue__
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_11__components_slide_vue__
=
__webpack_require__
(
2
19
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_11__components_slide_vue__
=
__webpack_require__
(
2
20
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_11__components_slide_vue___default
=
__webpack_require__
.
n
(
__WEBPACK_IMPORTED_MODULE_11__components_slide_vue__
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_11__components_slide_vue___default
=
__webpack_require__
.
n
(
__WEBPACK_IMPORTED_MODULE_11__components_slide_vue__
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_12__components_swipe_list_vue__
=
__webpack_require__
(
22
0
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_12__components_swipe_list_vue__
=
__webpack_require__
(
22
1
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_12__components_swipe_list_vue___default
=
__webpack_require__
.
n
(
__WEBPACK_IMPORTED_MODULE_12__components_swipe_list_vue__
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_12__components_swipe_list_vue___default
=
__webpack_require__
.
n
(
__WEBPACK_IMPORTED_MODULE_12__components_swipe_list_vue__
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_13__components_switch_vue__
=
__webpack_require__
(
22
1
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_13__components_switch_vue__
=
__webpack_require__
(
22
2
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_13__components_switch_vue___default
=
__webpack_require__
.
n
(
__WEBPACK_IMPORTED_MODULE_13__components_switch_vue__
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_13__components_switch_vue___default
=
__webpack_require__
.
n
(
__WEBPACK_IMPORTED_MODULE_13__components_switch_vue__
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_14__components_text_vue__
=
__webpack_require__
(
22
2
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_14__components_text_vue__
=
__webpack_require__
(
22
3
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_14__components_text_vue___default
=
__webpack_require__
.
n
(
__WEBPACK_IMPORTED_MODULE_14__components_text_vue__
);
/* harmony import */
var
__WEBPACK_IMPORTED_MODULE_14__components_text_vue___default
=
__webpack_require__
.
n
(
__WEBPACK_IMPORTED_MODULE_14__components_text_vue__
);
...
@@ -19983,10 +19984,10 @@ let manage = {
...
@@ -19983,10 +19984,10 @@ let manage = {
'u-text'
:
__WEBPACK_IMPORTED_MODULE_14__components_text_vue___default
.
a
'u-text'
:
__WEBPACK_IMPORTED_MODULE_14__components_text_vue___default
.
a
};
};
/*
unused harmony default export */
var
_unused_webpack_default_export
=
(
manage
);
/*
harmony default export */
__webpack_exports__
[
"a"
]
=
(
manage
);
/***/
}),
/***/
}),
/* 20
7
*/
/* 20
8
*/
/***/
(
function
(
module
,
exports
,
__webpack_require__
)
{
/***/
(
function
(
module
,
exports
,
__webpack_require__
)
{
"use strict"
;
"use strict"
;
...
@@ -20998,17 +20999,17 @@ if (typeof window !== 'undefined' && window.Vue) {
...
@@ -20998,17 +20999,17 @@ if (typeof window !== 'undefined' && window.Vue) {
module.exports = plugin;
module.exports = plugin;
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(
8
)))
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(
125
)))
/***/ }),
/***/ }),
/* 20
8
*/
/* 20
9
*/
/***/ (function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {
var Component = __webpack_require__(
2
)(
var Component = __webpack_require__(
3
)(
/* script */
/* script */
__webpack_require__(181),
__webpack_require__(181),
/* template */
/* template */
__webpack_require__(23
4
),
__webpack_require__(23
5
),
/* scopeId */
/* scopeId */
null,
null,
/* cssModules */
/* cssModules */
...
@@ -21035,14 +21036,14 @@ module.exports = Component.exports
...
@@ -21035,14 +21036,14 @@ module.exports = Component.exports
/***/ }),
/***/ }),
/* 2
09
*/
/* 2
10
*/
/***/ (function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {
var Component = __webpack_require__(
2
)(
var Component = __webpack_require__(
3
)(
/* script */
/* script */
__webpack_require__(182),
__webpack_require__(182),
/* template */
/* template */
__webpack_require__(24
4
),
__webpack_require__(24
5
),
/* scopeId */
/* scopeId */
null,
null,
/* cssModules */
/* cssModules */
...
@@ -21069,14 +21070,14 @@ module.exports = Component.exports
...
@@ -21069,14 +21070,14 @@ module.exports = Component.exports
/***/ }),
/***/ }),
/* 21
0
*/
/* 21
1
*/
/***/ (function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {
var Component = __webpack_require__(
2
)(
var Component = __webpack_require__(
3
)(
/* script */
/* script */
__webpack_require__(183),
__webpack_require__(183),
/* template */
/* template */
__webpack_require__(23
3
),
__webpack_require__(23
4
),
/* scopeId */
/* scopeId */
null,
null,
/* cssModules */
/* cssModules */
...
@@ -21103,14 +21104,14 @@ module.exports = Component.exports
...
@@ -21103,14 +21104,14 @@ module.exports = Component.exports
/***/ }),
/***/ }),
/* 21
1
*/
/* 21
2
*/
/***/ (function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {
var Component = __webpack_require__(
2
)(
var Component = __webpack_require__(
3
)(
/* script */
/* script */
__webpack_require__(184),
__webpack_require__(184),
/* template */
/* template */
__webpack_require__(23
6
),
__webpack_require__(23
7
),
/* scopeId */
/* scopeId */
null,
null,
/* cssModules */
/* cssModules */
...
@@ -21137,14 +21138,14 @@ module.exports = Component.exports
...
@@ -21137,14 +21138,14 @@ module.exports = Component.exports
/***/ }),
/***/ }),
/* 21
2
*/
/* 21
3
*/
/***/ (function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {
var Component = __webpack_require__(
2
)(
var Component = __webpack_require__(
3
)(
/* script */
/* script */
__webpack_require__(185),
__webpack_require__(185),
/* template */
/* template */
__webpack_require__(23
1
),
__webpack_require__(23
2
),
/* scopeId */
/* scopeId */
null,
null,
/* cssModules */
/* cssModules */
...
@@ -21171,14 +21172,14 @@ module.exports = Component.exports
...
@@ -21171,14 +21172,14 @@ module.exports = Component.exports
/***/ }),
/***/ }),
/* 21
3
*/
/* 21
4
*/
/***/ (function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {
var Component = __webpack_require__(
2
)(
var Component = __webpack_require__(
3
)(
/* script */
/* script */
__webpack_require__(186),
__webpack_require__(186),
/* template */
/* template */
__webpack_require__(23
0
),
__webpack_require__(23
1
),
/* scopeId */
/* scopeId */
null,
null,
/* cssModules */
/* cssModules */
...
@@ -21205,14 +21206,14 @@ module.exports = Component.exports
...
@@ -21205,14 +21206,14 @@ module.exports = Component.exports
/***/ }),
/***/ }),
/* 21
4
*/
/* 21
5
*/
/***/ (function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {
var Component = __webpack_require__(
2
)(
var Component = __webpack_require__(
3
)(
/* script */
/* script */
__webpack_require__(187),
__webpack_require__(187),
/* template */
/* template */
__webpack_require__(24
6
),
__webpack_require__(24
7
),
/* scopeId */
/* scopeId */
null,
null,
/* cssModules */
/* cssModules */
...
@@ -21239,14 +21240,14 @@ module.exports = Component.exports
...
@@ -21239,14 +21240,14 @@ module.exports = Component.exports
/***/ }),
/***/ }),
/* 21
5
*/
/* 21
6
*/
/***/ (function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {
var Component = __webpack_require__(
2
)(
var Component = __webpack_require__(
3
)(
/* script */
/* script */
__webpack_require__(188),
__webpack_require__(188),
/* template */
/* template */
__webpack_require__(24
0
),
__webpack_require__(24
1
),
/* scopeId */
/* scopeId */
null,
null,
/* cssModules */
/* cssModules */
...
@@ -21273,14 +21274,14 @@ module.exports = Component.exports
...
@@ -21273,14 +21274,14 @@ module.exports = Component.exports
/***/ }),
/***/ }),
/* 21
6
*/
/* 21
7
*/
/***/ (function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {
var Component = __webpack_require__(
2
)(
var Component = __webpack_require__(
3
)(
/* script */
/* script */
__webpack_require__(189),
__webpack_require__(189),
/* template */
/* template */
__webpack_require__(24
1
),
__webpack_require__(24
2
),
/* scopeId */
/* scopeId */
null,
null,
/* cssModules */
/* cssModules */
...
@@ -21307,14 +21308,14 @@ module.exports = Component.exports
...
@@ -21307,14 +21308,14 @@ module.exports = Component.exports
/***/ }),
/***/ }),
/* 21
7
*/
/* 21
8
*/
/***/ (function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {
var Component = __webpack_require__(
2
)(
var Component = __webpack_require__(
3
)(
/* script */
/* script */
__webpack_require__(190),
__webpack_require__(190),
/* template */
/* template */
__webpack_require__(23
8
),
__webpack_require__(23
9
),
/* scopeId */
/* scopeId */
null,
null,
/* cssModules */
/* cssModules */
...
@@ -21341,14 +21342,14 @@ module.exports = Component.exports
...
@@ -21341,14 +21342,14 @@ module.exports = Component.exports
/***/ }),
/***/ }),
/* 21
8
*/
/* 21
9
*/
/***/ (function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {
var Component = __webpack_require__(
2
)(
var Component = __webpack_require__(
3
)(
/* script */
/* script */
__webpack_require__(191),
__webpack_require__(191),
/* template */
/* template */
__webpack_require__(24
2
),
__webpack_require__(24
3
),
/* scopeId */
/* scopeId */
null,
null,
/* cssModules */
/* cssModules */
...
@@ -21375,14 +21376,14 @@ module.exports = Component.exports
...
@@ -21375,14 +21376,14 @@ module.exports = Component.exports
/***/ }),
/***/ }),
/* 2
19
*/
/* 2
20
*/
/***/ (function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {
var Component = __webpack_require__(
2
)(
var Component = __webpack_require__(
3
)(
/* script */
/* script */
__webpack_require__(192),
__webpack_require__(192),
/* template */
/* template */
__webpack_require__(2
39
),
__webpack_require__(2
40
),
/* scopeId */
/* scopeId */
null,
null,
/* cssModules */
/* cssModules */
...
@@ -21409,14 +21410,14 @@ module.exports = Component.exports
...
@@ -21409,14 +21410,14 @@ module.exports = Component.exports
/***/ }),
/***/ }),
/* 22
0
*/
/* 22
1
*/
/***/ (function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {
var Component = __webpack_require__(
2
)(
var Component = __webpack_require__(
3
)(
/* script */
/* script */
__webpack_require__(193),
__webpack_require__(193),
/* template */
/* template */
__webpack_require__(23
2
),
__webpack_require__(23
3
),
/* scopeId */
/* scopeId */
null,
null,
/* cssModules */
/* cssModules */
...
@@ -21443,14 +21444,14 @@ module.exports = Component.exports
...
@@ -21443,14 +21444,14 @@ module.exports = Component.exports
/***/ }),
/***/ }),
/* 22
1
*/
/* 22
2
*/
/***/ (function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {
var Component = __webpack_require__(
2
)(
var Component = __webpack_require__(
3
)(
/* script */
/* script */
__webpack_require__(194),
__webpack_require__(194),
/* template */
/* template */
__webpack_require__(2
29
),
__webpack_require__(2
30
),
/* scopeId */
/* scopeId */
null,
null,
/* cssModules */
/* cssModules */
...
@@ -21477,14 +21478,14 @@ module.exports = Component.exports
...
@@ -21477,14 +21478,14 @@ module.exports = Component.exports
/***/ }),
/***/ }),
/* 22
2
*/
/* 22
3
*/
/***/ (function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {
var Component = __webpack_require__(
2
)(
var Component = __webpack_require__(
3
)(
/* script */
/* script */
__webpack_require__(195),
__webpack_require__(195),
/* template */
/* template */
__webpack_require__(24
7
),
__webpack_require__(24
8
),
/* scopeId */
/* scopeId */
null,
null,
/* cssModules */
/* cssModules */
...
@@ -21511,17 +21512,17 @@ module.exports = Component.exports
...
@@ -21511,17 +21512,17 @@ module.exports = Component.exports
/***/ }),
/***/ }),
/* 223 */,
/* 224 */,
/* 224 */,
/* 225 */,
/* 225 */,
/* 226 */
/* 226 */,
/* 227 */
/***/ (function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {
var Component = __webpack_require__(
2
)(
var Component = __webpack_require__(
3
)(
/* script */
/* script */
__webpack_require__(199),
__webpack_require__(199),
/* template */
/* template */
__webpack_require__(23
5
),
__webpack_require__(23
6
),
/* scopeId */
/* scopeId */
null,
null,
/* cssModules */
/* cssModules */
...
@@ -21548,14 +21549,14 @@ module.exports = Component.exports
...
@@ -21548,14 +21549,14 @@ module.exports = Component.exports
/***/ }),
/***/ }),
/* 22
7
*/
/* 22
8
*/
/***/ (function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {
var Component = __webpack_require__(
2
)(
var Component = __webpack_require__(
3
)(
/* script */
/* script */
__webpack_require__(200),
__webpack_require__(200),
/* template */
/* template */
__webpack_require__(23
7
),
__webpack_require__(23
8
),
/* scopeId */
/* scopeId */
null,
null,
/* cssModules */
/* cssModules */
...
@@ -21582,8 +21583,8 @@ module.exports = Component.exports
...
@@ -21582,8 +21583,8 @@ module.exports = Component.exports
/***/ }),
/***/ }),
/* 22
8
*/,
/* 22
9
*/,
/* 2
29
*/
/* 2
30
*/
/***/ (function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {
module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;
module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;
...
@@ -21613,7 +21614,7 @@ if (false) {
...
@@ -21613,7 +21614,7 @@ if (false) {
}
}
/***/ }),
/***/ }),
/* 23
0
*/
/* 23
1
*/
/***/ (function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {
module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;
module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;
...
@@ -21700,7 +21701,7 @@ if (false) {
...
@@ -21700,7 +21701,7 @@ if (false) {
}
}
/***/ }),
/***/ }),
/* 23
1
*/
/* 23
2
*/
/***/ (function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {
module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;
module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;
...
@@ -21801,7 +21802,7 @@ if (false) {
...
@@ -21801,7 +21802,7 @@ if (false) {
}
}
/***/ }),
/***/ }),
/* 23
2
*/
/* 23
3
*/
/***/ (function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {
module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;
module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;
...
@@ -21910,7 +21911,7 @@ if (false) {
...
@@ -21910,7 +21911,7 @@ if (false) {
}
}
/***/ }),
/***/ }),
/* 23
3
*/
/* 23
4
*/
/***/ (function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {
module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;
module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;
...
@@ -21948,7 +21949,7 @@ if (false) {
...
@@ -21948,7 +21949,7 @@ if (false) {
}
}
/***/ }),
/***/ }),
/* 23
4
*/
/* 23
5
*/
/***/ (function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {
module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;
module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;
...
@@ -21974,7 +21975,7 @@ if (false) {
...
@@ -21974,7 +21975,7 @@ if (false) {
}
}
/***/ }),
/***/ }),
/* 23
5
*/
/* 23
6
*/
/***/ (function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {
module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;
module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;
...
@@ -22071,7 +22072,7 @@ if (false) {
...
@@ -22071,7 +22072,7 @@ if (false) {
}
}
/***/ }),
/***/ }),
/* 23
6
*/
/* 23
7
*/
/***/ (function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {
module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;
module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;
...
@@ -22127,7 +22128,7 @@ if (false) {
...
@@ -22127,7 +22128,7 @@ if (false) {
}
}
/***/ }),
/***/ }),
/* 23
7
*/
/* 23
8
*/
/***/ (function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {
module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;
module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;
...
@@ -22203,7 +22204,7 @@ if (false) {
...
@@ -22203,7 +22204,7 @@ if (false) {
}
}
/***/ }),
/***/ }),
/* 23
8
*/
/* 23
9
*/
/***/ (function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {
module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;
module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;
...
@@ -22284,7 +22285,7 @@ if (false) {
...
@@ -22284,7 +22285,7 @@ if (false) {
}
}
/***/ }),
/***/ }),
/* 2
39
*/
/* 2
40
*/
/***/ (function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {
module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;
module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;
...
@@ -22335,7 +22336,7 @@ if (false) {
...
@@ -22335,7 +22336,7 @@ if (false) {
}
}
/***/ }),
/***/ }),
/* 24
0
*/
/* 24
1
*/
/***/ (function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {
module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;
module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;
...
@@ -22360,7 +22361,7 @@ if (false) {
...
@@ -22360,7 +22361,7 @@ if (false) {
}
}
/***/ }),
/***/ }),
/* 24
1
*/
/* 24
2
*/
/***/ (function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {
module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;
module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;
...
@@ -22400,7 +22401,7 @@ if (false) {
...
@@ -22400,7 +22401,7 @@ if (false) {
}
}
/***/ }),
/***/ }),
/* 24
2
*/
/* 24
3
*/
/***/ (function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {
module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;
module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;
...
@@ -22474,8 +22475,8 @@ if (false) {
...
@@ -22474,8 +22475,8 @@ if (false) {
}
}
/***/ }),
/***/ }),
/* 24
3
*/,
/* 24
4
*/,
/* 24
4
*/
/* 24
5
*/
/***/ (function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {
module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;
module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;
...
@@ -22584,8 +22585,8 @@ if (false) {
...
@@ -22584,8 +22585,8 @@ if (false) {
}
}
/***/ }),
/***/ }),
/* 24
5
*/,
/* 24
6
*/,
/* 24
6
*/
/* 24
7
*/
/***/ (function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {
module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;
module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;
...
@@ -22615,7 +22616,7 @@ if (false) {
...
@@ -22615,7 +22616,7 @@ if (false) {
}
}
/***/ }),
/***/ }),
/* 24
7
*/
/* 24
8
*/
/***/ (function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {
module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;
module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;
...
@@ -22692,12 +22693,12 @@ if (false) {
...
@@ -22692,12 +22693,12 @@ if (false) {
}
}
/***/ }),
/***/ }),
/* 24
8
*/,
/* 24
9
*/,
/* 2
49
*/
/* 2
50
*/
/***/ (function(module, exports, __webpack_require__) {
/***/ (function(module, exports, __webpack_require__) {
(function (global, factory) {
(function (global, factory) {
true ? factory(__webpack_require__(20
3
)) :
true ? factory(__webpack_require__(20
4
)) :
typeof define === '
function
' && define.amd ? define(['
hammerjs
'], factory) :
typeof define === '
function
' && define.amd ? define(['
hammerjs
'], factory) :
(factory(global.Hammer));
(factory(global.Hammer));
}(this, (function (Hammer) { '
use
strict
';
}(this, (function (Hammer) { '
use
strict
';
...
@@ -22964,7 +22965,7 @@ if (true) {
...
@@ -22964,7 +22965,7 @@ if (true) {
/***/ }),
/***/ }),
/* 25
0
*/
/* 25
1
*/
/***/ (function(module, exports) {
/***/ (function(module, exports) {
/* (ignored) */
/* (ignored) */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment