diff --git a/pages.json b/pages.json
index a6a38a7..b39819d 100644
--- a/pages.json
+++ b/pages.json
@@ -259,31 +259,7 @@
"enablePullDownRefresh": false
}
- }, {
- "path": "pages/creditRating/creditRating",
- "style": {
- "navigationBarTitleText": "信用等级",
- "enablePullDownRefresh": false
- }
-
- }, {
- "path": "pages/nameAuthentication/nameAuthentication",
- "style": {
- "navigationBarTitleText": "实名认证",
- "enablePullDownRefresh": false
- }
-
}
-
- ,{
- "path" : "pages/wxpaySuccess/wxpaySuccess",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
],
"globalStyle": {
"navigationBarTextStyle": "black",
diff --git a/pages/creditRating/creditRating.vue b/pages/creditRating/creditRating.vue
deleted file mode 100644
index 4327915..0000000
--- a/pages/creditRating/creditRating.vue
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/pages/index/index.vue b/pages/index/index.vue
index e8d4731..2a539b5 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -63,7 +63,7 @@
-
+
@@ -187,9 +187,9 @@
});
},
- toRatingPage() {
+ toBusinessCardPage() {
uni.navigateTo({
- url: '../creditRating/creditRating'
+ url: '../businessCard/businessCard'
});
},
diff --git a/pages/nameAuthentication/nameAuthentication.vue b/pages/nameAuthentication/nameAuthentication.vue
deleted file mode 100644
index 0241f9e..0000000
--- a/pages/nameAuthentication/nameAuthentication.vue
+++ /dev/null
@@ -1,130 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/pages/wxpaySuccess/wxpaySuccess.vue b/pages/wxpaySuccess/wxpaySuccess.vue
deleted file mode 100644
index ace3762..0000000
--- a/pages/wxpaySuccess/wxpaySuccess.vue
+++ /dev/null
@@ -1,145 +0,0 @@
-
-
-
-
-
- 支付成功
-
- {{mycarNumber}} ¥{{payMoney|priceFormat()}}
-
-
- 支付时间:{{dateStr}}
-
-
-
-
- 支付方式:{{payWays}}
-
-
-
-
- 温馨提示:{{appOrderTimeout}}
-
-
-
-
-
-
-
-
-
-