diff --git a/pageB/components/details/userinfo.vue b/pageB/components/details/userinfo.vue
new file mode 100644
index 0000000..9f7e9c6
--- /dev/null
+++ b/pageB/components/details/userinfo.vue
@@ -0,0 +1,84 @@
+
+
+
+
+
+
+
+ 达人昵称
+ 关注数量
+
+
+
+ 关注
+
+ 个性签名
+
+
+
+
\ No newline at end of file
diff --git a/pageB/components/search/shop.vue b/pageB/components/search/shop.vue
new file mode 100644
index 0000000..649bba8
--- /dev/null
+++ b/pageB/components/search/shop.vue
@@ -0,0 +1,53 @@
+
+
+
+
+ 这是标题
+ 这是简介
+
+
+
+
+
\ No newline at end of file
diff --git a/pageB/details/index.vue b/pageB/details/index.vue
new file mode 100644
index 0000000..f31ffd0
--- /dev/null
+++ b/pageB/details/index.vue
@@ -0,0 +1,100 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pageB/search/index.vue b/pageB/search/index.vue
new file mode 100644
index 0000000..c781c58
--- /dev/null
+++ b/pageB/search/index.vue
@@ -0,0 +1,69 @@
+
+
+
+
+
+
+
+ 搜索发现
+
+ 这是标签
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pageB/search/out.vue b/pageB/search/out.vue
new file mode 100644
index 0000000..a161faf
--- /dev/null
+++ b/pageB/search/out.vue
@@ -0,0 +1,102 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages.json b/pages.json
index dce346f..14c8f5e 100644
--- a/pages.json
+++ b/pages.json
@@ -44,6 +44,33 @@
}
}
}
+ },
+ {
+ "path": "details/index",
+ "style": {
+ "navigationBarTitleText": "",
+ "app-plus":{
+ "titleNView":{
+ "backgroundColor":"#ffffff"
+ }
+ }
+ }
+ },
+ {
+ "path": "search/index",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationStyle": "custom"
+
+ }
+ },
+ {
+ "path": "search/out",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationStyle": "custom"
+
+ }
}
]
},
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 764365a..3bf37b3 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -186,16 +186,6 @@ export default {
zhiboItem,
indexad,
darenItem
- },
- methods:{
- dianji(a){
- console.log(a)
- if(typeof a == "object"){
- this.num = a.detail.current
- }else{
- this.num = a
- }
- }
}
}
\ No newline at end of file