UNPKG
fd-gulp-encodingfilter
Version:
latest (0.0.1)
0.0.1
filt the assigned encoding file
fd-gulp-encodingfilter
/
test
/
source
/
style-m-detail
/
modules
/
logistics
/
module.js
11 lines
(5 loc)
•
214 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
define
(
'detail.modules.logistics.Module'
, [
'exports'
],
function
(
exports
) {
exports
.
view
=
function
(
model
) { model.
destinationArea
= model.
destinationArea
? model.
destinationArea
:
"请选择"
; }; });