diff --git a/pages/home/customer-code/index.js b/pages/home/customer-code/index.js
index 3c29933..a6f1a67 100644
--- a/pages/home/customer-code/index.js
+++ b/pages/home/customer-code/index.js
@@ -39,5 +39,8 @@ Scene({
wx.previewImage({ urls: [res.tempFilePath] })
}
})
+ },
+ customerInfo: function(){
+
}
})
\ No newline at end of file
diff --git a/pages/home/customer-code/index.json b/pages/home/customer-code/index.json
index 8973115..9a06919 100644
--- a/pages/home/customer-code/index.json
+++ b/pages/home/customer-code/index.json
@@ -1,6 +1,8 @@
{
"usingComponents": {
"van-button": "/components/button/index",
+ "van-cell": "/components/cell/index",
+ "van-image": "/components/image/index",
"notification": "/pages/message/notification/index"
}
}
\ No newline at end of file
diff --git a/pages/home/customer-code/index.wxml b/pages/home/customer-code/index.wxml
index dfe5d91..f2d548c 100644
--- a/pages/home/customer-code/index.wxml
+++ b/pages/home/customer-code/index.wxml
@@ -2,11 +2,28 @@
客户二维码
-
-
+
+
+
+
+
+ {{name || ''}}
+
+ 电话号码:18545124454
+
+
+
+
+
- {{name}}
+
\ No newline at end of file
diff --git a/pages/home/customer-list/index.wxml b/pages/home/customer-list/index.wxml
index 13c4e1d..74e09f0 100644
--- a/pages/home/customer-list/index.wxml
+++ b/pages/home/customer-list/index.wxml
@@ -70,7 +70,7 @@
{{pageItem.sign}}
-
+
{{item.name || ''}}