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