diff --git a/images/home/empty.png b/images/home/empty.png
deleted file mode 100644
index 4a3d6d4..0000000
Binary files a/images/home/empty.png and /dev/null differ
diff --git a/images/home/index-empty.png b/images/home/index-empty.png
new file mode 100644
index 0000000..f8de355
Binary files /dev/null and b/images/home/index-empty.png differ
diff --git a/pages/index/index.wxml b/pages/index/index.wxml
index f3c93ae..96666fc 100644
--- a/pages/index/index.wxml
+++ b/pages/index/index.wxml
@@ -141,7 +141,7 @@
-
+
{{item.itemContent}}
diff --git a/pages/toRegister/toRegister.js b/pages/toRegister/toRegister.js
index 7f9236a..3c7b5f3f 100644
--- a/pages/toRegister/toRegister.js
+++ b/pages/toRegister/toRegister.js
@@ -21,7 +21,7 @@ Page({
}
})
let that = this
- const versionNum = '1.0.1'
+ const versionNum = '1.0.2'
api.getScanSwitch(versionNum).then(function (res) {
console.log(res.data)
let state = res.data.scanFlag
diff --git a/project.config.json b/project.config.json
index 839f2b5..d8ced11 100644
--- a/project.config.json
+++ b/project.config.json
@@ -14,7 +14,7 @@
"compileType": "miniprogram",
"libVersion": "2.8.2",
"appid": "wx6dcf544cdae7d4ec",
- "projectname": "%E7%B2%BE%E8%87%B4%E9%94%A6%E6%B0%B4",
+ "projectname": "%E7%B2%BE%E8%87%B4%E9%94%A6%E6%B0%B4-%E5%B1%85%E6%B0%91%E7%AB%AF",
"debugOptions": {
"hidedInDevtools": []
},