@@ -1,4 +1,6 @@
{
"component": true,
- "usingComponents": {}
+ "usingComponents": {
+ "van-image": "@vant/weapp/image/index"
+ }
}
"navigationStyle": "custom",
+ "van-dialog": "@vant/weapp/dialog/index"
@@ -1,2 +1,4 @@
<!-- 自定义头部 -->
-<My_navBar></My_navBar>
+<My_navBar></My_navBar>
+
+<van-dialog id="van-dialog" />