diff --git a/jiuyi2/pages.json b/jiuyi2/pages.json
index b89e3fc6..b1829c20 100644
--- a/jiuyi2/pages.json
+++ b/jiuyi2/pages.json
@@ -67,15 +67,6 @@
"navigationStyle": "custom"
}
},
- {
- "path": "pages/shop/search/index",
- "style": {
- "navigationBarTitleText": "搜索",
- "navigationStyle": "custom",
- "onReachBottomDistance": 100,
- "enablePullDownRefresh": true
- }
- },
{
"path": "pages/shop/commodity/index",
"style": {
@@ -180,10 +171,10 @@
}
},
{
- "path": "pages/mine/pay-use/index",
+ "path": "pages/mine/setting/usePay",
"style": {
"navigationBarTitleText": "先用后付",
- "navigationStyle": "custom"
+ "navigationBarBackgroundColor": "#fff"
}
},
{
@@ -631,65 +622,87 @@
}
},
{
- "path" : "pages/shop/store/commodities",
- "style" :
- {
- "navigationBarTitleText" : "商品管理",
+ "path": "pages/shop/store/commodities",
+ "style": {
+ "navigationBarTitleText": "商品管理",
"navigationBarBackgroundColor": "#fff",
"navigationStyle": "custom"
}
},
{
- "path" : "pages/release/commodity",
- "style" :
- {
- "navigationBarTitleText" : "发布商品"
- }
- },
- {
- "path" : "pages/mine/feedback",
- "style" :
- {
- "navigationBarTitleText" : "意见反馈"
- }
- },
- {
- "path" : "pages/mine/setting/safeCenter",
- "style" :
- {
- "navigationBarTitleText" : "安全中心"
- }
- },
- {
- "path" : "pages/mine/setting/bankCard",
- "style" :
- {
- "navigationBarTitleText" : "我的银行卡"
- }
- },
- {
- "path" : "pages/mine/setting/bankCardAdd",
- "style" :
- {
- "navigationBarTitleText" : "添加银行卡",
+ "path": "pages/release/commodity",
+ "style": {
+ "navigationBarTitleText": "发布商品",
"navigationBarBackgroundColor": "#fff"
}
},
{
- "path" : "pages/index/wallet/get",
- "style" :
- {
- "navigationBarTitleText" : "提现",
+ "path": "pages/mine/feedback",
+ "style": {
+ "navigationBarTitleText": "意见反馈"
+ }
+ },
+ {
+ "path": "pages/mine/setting/safeCenter",
+ "style": {
+ "navigationBarTitleText": "安全中心"
+ }
+ },
+ {
+ "path": "pages/mine/setting/bankCard",
+ "style": {
+ "navigationBarTitleText": "我的卡包"
+ }
+ },
+ {
+ "path": "pages/mine/setting/bankCardAdd",
+ "style": {
+ "navigationBarTitleText": "添加银行卡",
"navigationBarBackgroundColor": "#fff"
}
},
{
- "path" : "pages/index/wallet/merchantBill",
+ "path": "pages/index/wallet/get",
+ "style": {
+ "navigationBarTitleText": "提现",
+ "navigationBarBackgroundColor": "#fff"
+ }
+ },
+ {
+ "path": "pages/index/wallet/merchantBill",
+ "style": {
+ "navigationBarTitleText": "商家账单",
+ "navigationBarBackgroundColor": "#fff"
+ }
+ },
+ {
+ "path": "pages/mine/setting/teen",
+ "style": {
+ "navigationBarTitleText": "青少年模式"
+ }
+ },
+ {
+ "path": "pages/mine/setting/binding",
+ "style": {
+ "navigationBarTitleText": "我的绑定",
+ "navigationBarBackgroundColor": "#fff"
+ }
+ },
+ {
+ "path" : "pages/mine/setting/feedback",
"style" :
{
- "navigationBarTitleText" : "商家账单",
+ "navigationBarTitleText" : "意见反馈",
"navigationBarBackgroundColor": "#fff"
}
+ },
+ {
+ "path" : "pages/shop/search",
+ "style" :
+ {
+ "navigationBarTitleText" : "搜索",
+ "navigationStyle": "custom"
+ }
}
],
diff --git a/jiuyi2/pages/index/wallet/get.vue b/jiuyi2/pages/index/wallet/get.vue
index f05c1327..35d42e9d 100644
--- a/jiuyi2/pages/index/wallet/get.vue
+++ b/jiuyi2/pages/index/wallet/get.vue
@@ -71,13 +71,6 @@
-
- 姓名
-
-
-
-
-
diff --git a/jiuyi2/pages/login/lock.vue b/jiuyi2/pages/login/lock.vue
new file mode 100644
index 00000000..c0ae8143
--- /dev/null
+++ b/jiuyi2/pages/login/lock.vue
@@ -0,0 +1,111 @@
+
+
+
+
+ 输入登录密码解锁未成年模式
+
+ 当前账号: {{userinfo.userPhone}}
+
+
+
+
+
+ 解锁
+
+
+
+
\ No newline at end of file
diff --git a/jiuyi2/pages/mine/pay-use/index.vue b/jiuyi2/pages/mine/pay-use/index.vue
deleted file mode 100644
index 07e90b8b..00000000
--- a/jiuyi2/pages/mine/pay-use/index.vue
+++ /dev/null
@@ -1,132 +0,0 @@
-
-
-
-
-
- 先用后付开通成功
-
-
-
-
-
-
- 先用后付开通成功
- 购买卷轴用户可享用
-
-
-
- 3000/3000
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/jiuyi2/pages/mine/setting/binding.vue b/jiuyi2/pages/mine/setting/binding.vue
new file mode 100644
index 00000000..695395b8
--- /dev/null
+++ b/jiuyi2/pages/mine/setting/binding.vue
@@ -0,0 +1,99 @@
+
+
+
+
+
+
+
+
+
+ {{item.name}}
+
+
+ {{item.value}}
+ 未绑定
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 请核对信息后进行绑定,因信息错误产生的问题后果自负
+
+ 添加
+
+
+
+
+
+
\ No newline at end of file
diff --git a/jiuyi2/pages/mine/setting/feedback.vue b/jiuyi2/pages/mine/setting/feedback.vue
new file mode 100644
index 00000000..ad7c1ca0
--- /dev/null
+++ b/jiuyi2/pages/mine/setting/feedback.vue
@@ -0,0 +1,70 @@
+
+
+
+
+
+
+ 请输入您遇到的问题标题
+
+
+
+
+
+ 请输入您遇到的问题详情
+
+
+
+
+
+ 请输入您遇到的问题
+
+
+
+
+
+
+
+ 请输入您的联系方式
+
+
+
+
+
+ 提交
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/jiuyi2/pages/mine/setting/safeCenter.vue b/jiuyi2/pages/mine/setting/safeCenter.vue
index 07e60857..ccf620c6 100644
--- a/jiuyi2/pages/mine/setting/safeCenter.vue
+++ b/jiuyi2/pages/mine/setting/safeCenter.vue
@@ -16,11 +16,6 @@
主动冻结账号保护账号资产
-
- 解冻账号
- 风险解除后,可选择冻结账号
-
-
解冻账号
风险解除后,可选择解除冻结
@@ -28,7 +23,7 @@
账号注销
- 提交申请,清空当前账号,三年内可通过实名信息找回
+ 提交申请,清空当前账号
diff --git a/jiuyi2/pages/mine/setting/setting.vue b/jiuyi2/pages/mine/setting/setting.vue
index f5a5c0df..2eee082c 100644
--- a/jiuyi2/pages/mine/setting/setting.vue
+++ b/jiuyi2/pages/mine/setting/setting.vue
@@ -1,7 +1,6 @@
+
+
+
+
+
+
+
+
+ 开启青少年模式后,将自动为您开启时间锁,单日使用时间不超过40分钟,晚上10点至早上6点无法使用九亿
+ 青少年模式开启后,如果到了使用时间需要输入密码解锁关闭青少年模式
+
+
+
+ 已开启青少年模式
+ 开启青少年模式
+
+
+
+
+
+
\ No newline at end of file
diff --git a/jiuyi2/pages/mine/setting/usePay.vue b/jiuyi2/pages/mine/setting/usePay.vue
new file mode 100644
index 00000000..9987d642
--- /dev/null
+++ b/jiuyi2/pages/mine/setting/usePay.vue
@@ -0,0 +1,118 @@
+
+
+
+
+
+ 先用后付开通成功
+
+
+
+
+ 先用后付开通成功
+ 购买卷轴用户可享用
+
+
+
+ 3000/3000
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/jiuyi2/pages/release/commodity.vue b/jiuyi2/pages/release/commodity.vue
index b60dc0fb..4565d087 100644
--- a/jiuyi2/pages/release/commodity.vue
+++ b/jiuyi2/pages/release/commodity.vue
@@ -4,10 +4,130 @@
-
+
+
+
+ 商品图片
+
+
+
+
+
+
+
+
+ 商品标题
+
+
+
+
+
+ 类目
+
+ 点击选择
+
+
+
+
+ 规格
+
+
+
+
+
+
+ 价格
+
+
+
+
+
+
+ 库存
+
+
+
+
+
+
+
+
+ 发货时间
+
+
+
+
+
+ 运费
+
+
+
+
+
+ 所在地
+
+
+
+
+
+
+
+
+ 代金券
+
+ 点击选择
+
+
+
+
+
+
+
+ 添加链接到视频
+
+
+ 再第几秒展示
+
+
+
+
+
+
+
+
+ 立即上架
+
\ No newline at end of file
diff --git a/jiuyi2/pages/shop/homepage.vue b/jiuyi2/pages/shop/homepage.vue
index 84843ca4..5858e4a5 100644
--- a/jiuyi2/pages/shop/homepage.vue
+++ b/jiuyi2/pages/shop/homepage.vue
@@ -1,6 +1,5 @@
+
+
+
+
+
+
+
+
+
+
+ 搜索
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 袖子
+
+
+
+
+
+
+
+ 笔记本电脑
+
+
+
+
+
+
+
+
+ 综合
+
+
+
+
+ 销量
+
+
+
+
+ 价格
+
+
+
+
+ 筛选
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/jiuyi2/pages/shop/search/components/jy-history/index.vue b/jiuyi2/pages/shop/search/components/jy-history/index.vue
deleted file mode 100644
index 0b15941a..00000000
--- a/jiuyi2/pages/shop/search/components/jy-history/index.vue
+++ /dev/null
@@ -1,104 +0,0 @@
-
-
-
- 历史记录
-
-
-
-
-
-
-
- {{ item }}
-
-
-
- 搜索发现
-
-
- 换一批
-
-
-
-
- {{ item }}
-
-
-
-
-
-
\ No newline at end of file
diff --git a/jiuyi2/pages/shop/search/components/jy-linkage/index.vue b/jiuyi2/pages/shop/search/components/jy-linkage/index.vue
deleted file mode 100644
index 7a8e15f1..00000000
--- a/jiuyi2/pages/shop/search/components/jy-linkage/index.vue
+++ /dev/null
@@ -1,361 +0,0 @@
-
-
-
-
-
-
-
-
-
-
- {{ item.name }}
-
-
-
-
-
-
-
- {{ tips }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/jiuyi2/pages/shop/search/components/jy-screen/index.vue b/jiuyi2/pages/shop/search/components/jy-screen/index.vue
deleted file mode 100644
index 354a1e5e..00000000
--- a/jiuyi2/pages/shop/search/components/jy-screen/index.vue
+++ /dev/null
@@ -1,98 +0,0 @@
-
-
-
-
-
-
-
-
-
- {{ item.label }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/jiuyi2/pages/shop/search/components/jy-screening/index.vue b/jiuyi2/pages/shop/search/components/jy-screening/index.vue
deleted file mode 100644
index 78370816..00000000
--- a/jiuyi2/pages/shop/search/components/jy-screening/index.vue
+++ /dev/null
@@ -1,149 +0,0 @@
-
-
-
-
-
-
-
-
-
- 重置
- 确定
-
-
-
-
-
-
\ No newline at end of file
diff --git a/jiuyi2/pages/shop/search/index.vue b/jiuyi2/pages/shop/search/index.vue
deleted file mode 100644
index f4185cb7..00000000
--- a/jiuyi2/pages/shop/search/index.vue
+++ /dev/null
@@ -1,123 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/jiuyi2/static/teen.png b/jiuyi2/static/teen.png
new file mode 100644
index 00000000..8c383775
Binary files /dev/null and b/jiuyi2/static/teen.png differ