-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy path1
executable file
·21 lines (20 loc) · 1.01 KB
/
1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"navigationBarTitleText": "完善用户信息",
"backgroundTextStyle": "light",
"enablePullDownRefresh": false,
"usingComponents": {
"wxc-cc": "../../dist/packages/@minui/wxc-cc/dist/index",
"zan-button": "../../bower_components/zanui-weapp/dist/btn/index",
"zan-icon": "../../bower_components/zanui-weapp/dist/icon/index",
"zan-dialog": "../../bower_components/zanui-weapp/dist/dialog/index",
"zan-card": "../../bower_components/zanui-weapp/dist/card/index",
"wxc-input": "../../dist/packages/@minui/wxc-input/dist/index",
"lix-field": "../../components/create-order-field/index",
"normal-cell": "../../components/create-order-cell/index",
"zan-actionsheet": "../../bower_components/zanui-weapp/dist/actionsheet/index",
"lix-btn": "../../components/create-order-btn/index",
"zan-steps": "../../bower_components/zanui-weapp/dist/steps/index",
"wxc-label": "../../dist/packages/@minui/wxc-label/dist/index",
"wxc-list": "../../dist/packages/@minui/wxc-list/dist/index"
}
}