diff --git a/components/mine/address-block/address-item.vue b/components/mine/address-block/address-item.vue
index 8d6b9e7..49bc936 100644
--- a/components/mine/address-block/address-item.vue
+++ b/components/mine/address-block/address-item.vue
@@ -23,11 +23,11 @@
-
+
编辑
-
+
删除
@@ -54,12 +54,12 @@ export default {
methods: {
editAddress() {
uni.navigateTo({
- url: '/pageE/mine/EditAddress'
+ url: '/pageE/more/EditAddress'
});
},
addAddress() {
uni.navigateTo({
- url: '/pageE/mine/AddAddress'
+ url: '/pageE/more/AddAddress'
});
},
changeDefault(event) {
@@ -136,9 +136,21 @@ export default {
&:not(:last-child) {
margin-right: 30rpx;
}
- > img {
- height: 23rpx;
+ > image {
margin-right: 15rpx;
+ flex-shrink: 0;
+ }
+ &:first-child {
+ > image {
+ width: 23rpx;
+ height: 23rpx;
+ }
+ }
+ &:nth-child(2) {
+ > image {
+ width: 17rpx;
+ height: 21rpx;
+ }
}
}
}
diff --git a/components/mine/article-list/index.vue b/components/mine/article-list/index.vue
index 94564d4..f24b391 100644
--- a/components/mine/article-list/index.vue
+++ b/components/mine/article-list/index.vue
@@ -2,7 +2,7 @@
{{ type }}
-
+
@@ -18,7 +18,7 @@ export default {
methods: {
toDetailsPage() {
uni.navigateTo({
- url: '/pageE/mine/ArticleDetails?title=' + this.type
+ url: '/pageE/mine/ArticleDetails?title=' + this.type + "详情"
});
}
},
@@ -26,7 +26,7 @@ export default {
\ No newline at end of file
diff --git a/components/mine/comment/index.vue b/components/mine/comment/index.vue
new file mode 100644
index 0000000..667085b
--- /dev/null
+++ b/components/mine/comment/index.vue
@@ -0,0 +1,72 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/components/mine/integral-page/index.vue b/components/mine/integral-page/index.vue
new file mode 100644
index 0000000..521ea78
--- /dev/null
+++ b/components/mine/integral-page/index.vue
@@ -0,0 +1,65 @@
+
+
+
+
+ 总积分
+ 999
+
+
+ 经验值
+ 999
+
+
+ 预计进度
+ 999
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/components/mine/order-item/index.vue b/components/mine/order-item/index.vue
new file mode 100644
index 0000000..a3a144d
--- /dev/null
+++ b/components/mine/order-item/index.vue
@@ -0,0 +1,163 @@
+
+
+
+
+
+ 胖胖的店
+
+ 交易成功
+
+
+
+
+ 木糖少女小紫薯西装领连衣裙夏季新款女装夏收腰格子格纹裙子
+ XL;红色条纹XL;红色条纹XL;红色条纹
+ 距离结束:23:23:38
+ 总价:¥99.00,实付款¥99
+
+
+ 2020.05.17
+
+
+
+
+ 查看物流
+
+ 立即支付
+ 联系官方客服
+ 提交官方审核
+
+
+
+
+
\ No newline at end of file
diff --git a/pageE/mine/ArticleDetails.vue b/pageE/mine/ArticleDetails.vue
index 59825a5..2607da3 100644
--- a/pageE/mine/ArticleDetails.vue
+++ b/pageE/mine/ArticleDetails.vue
@@ -16,7 +16,7 @@ export default {
methods: {
setTitle(title){
uni.setNavigationBarTitle({
- title: title + "详情"
+ title: title
});
},
},
diff --git a/pageE/mine/EditUserInfo.vue b/pageE/mine/EditUserInfo.vue
new file mode 100644
index 0000000..e7a4abc
--- /dev/null
+++ b/pageE/mine/EditUserInfo.vue
@@ -0,0 +1,104 @@
+
+
+
+
+
+
+
+ 昵称
+ 胖胖
+
+
+ 性别
+ 女
+
+
+ 生日
+ 1998.10.13
+
+
+ 手机号
+ 18265906216
+
+
+
+ 注意:修改手机号需要原手机号获取验证码,无原手机验证码,请联系后台
+ 完成
+
+
+
+
\ No newline at end of file
diff --git a/pageE/mine/GoodsCollection.vue b/pageE/mine/GoodsCollection.vue
new file mode 100644
index 0000000..1d56f5e
--- /dev/null
+++ b/pageE/mine/GoodsCollection.vue
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pageE/mine/ImageTextCollection.vue b/pageE/mine/ImageTextCollection.vue
new file mode 100644
index 0000000..68d9382
--- /dev/null
+++ b/pageE/mine/ImageTextCollection.vue
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pageE/mine/Integral.vue b/pageE/mine/Integral.vue
new file mode 100644
index 0000000..4e0b6c3
--- /dev/null
+++ b/pageE/mine/Integral.vue
@@ -0,0 +1,77 @@
+
+
+
+
+ 总积分
+ 999
+
+
+ 经验值
+ 999
+
+
+ 预计进度
+ 999
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pageE/mine/MedalIntroduction.vue b/pageE/mine/MedalIntroduction.vue
new file mode 100644
index 0000000..6025fa5
--- /dev/null
+++ b/pageE/mine/MedalIntroduction.vue
@@ -0,0 +1,59 @@
+
+
+
+
+
+ 了解勋章
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pageE/mine/MineConcerns.vue b/pageE/mine/MineConcerns.vue
new file mode 100644
index 0000000..ea85215
--- /dev/null
+++ b/pageE/mine/MineConcerns.vue
@@ -0,0 +1,58 @@
+
+
+
+
+
+
+
+ 阿迪达斯
+
+
+ 列表2
+
+
+ 列表3
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pageE/mine/MineIndex.vue b/pageE/mine/MineIndex.vue
index 1d18eff..bd6e3d1 100644
--- a/pageE/mine/MineIndex.vue
+++ b/pageE/mine/MineIndex.vue
@@ -2,11 +2,11 @@
-
+
- 小同学
-
+ 小同学
+
勋章
@@ -16,26 +16,26 @@
等级:34级
- 会员服务
+ 会员服务
-
+
99
商品收藏
-
+
9
店铺收藏
-
+
9
图文收藏
-
+
9
积分数
-
+
9
关注
@@ -45,33 +45,33 @@
我的订单
-
+
查看全部订单
-
+
待支付
-
+
已取消
-
+
待收货
-
+
试穿试送
-
+
待评价
-
+
售后
@@ -80,15 +80,15 @@
我的工具
-
+
送洗
-
+
美甲
-
+
足迹
@@ -97,19 +97,19 @@
更多工具
-
+
收货地址
-
+
售后政策
-
+
使用帮助
-
+
投诉意见
@@ -126,11 +126,16 @@ export default {
title: "2"
};
},
- onLoad() {},
+ onLoad() {},
+ onNavigationBarButtonTap() {
+ console.log("setting");
+ this.toOtherPage("/setting/Index");
+ },
methods: {
toOtherPage(url) {
+ console.log(url);
uni.navigateTo({
- url: '/pageE/mine/' + url
+ url: '/pageE' + url
});
}
}
@@ -139,7 +144,6 @@ export default {
\ No newline at end of file
diff --git a/pageE/mine/StoreCollection.vue b/pageE/mine/StoreCollection.vue
new file mode 100644
index 0000000..c35d033
--- /dev/null
+++ b/pageE/mine/StoreCollection.vue
@@ -0,0 +1,106 @@
+
+
+
+
+
+
+
+ 胖胖定制此层wrap在此为必写的,否则可能会出现标题定位错误
+
+
+ 2020-05-17
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pageE/mine/UpdatePhone.vue b/pageE/mine/UpdatePhone.vue
new file mode 100644
index 0000000..01117ee
--- /dev/null
+++ b/pageE/mine/UpdatePhone.vue
@@ -0,0 +1,109 @@
+
+
+
+
+
+ 原手机号
+
+
+
+ 验证码
+
+ 获取验证码
+
+
+
+
+ 新手机号
+
+
+
+ 验证码
+
+ 获取验证码
+
+
+
+ 注意:修改手机号需要原手机号获取验证码,无原手机验证码,请联系后台
+
+
+
+
\ No newline at end of file
diff --git a/pageE/mine/AddAddress.vue b/pageE/more/AddAddress.vue
similarity index 100%
rename from pageE/mine/AddAddress.vue
rename to pageE/more/AddAddress.vue
diff --git a/pageE/mine/Address.vue b/pageE/more/Address.vue
similarity index 100%
rename from pageE/mine/Address.vue
rename to pageE/more/Address.vue
diff --git a/pageE/mine/AfterSalesHelp.vue b/pageE/more/AfterSalesHelp.vue
similarity index 100%
rename from pageE/mine/AfterSalesHelp.vue
rename to pageE/more/AfterSalesHelp.vue
diff --git a/pageE/mine/Complaints.vue b/pageE/more/Complaints.vue
similarity index 91%
rename from pageE/mine/Complaints.vue
rename to pageE/more/Complaints.vue
index 7cfc6dc..efab732 100644
--- a/pageE/mine/Complaints.vue
+++ b/pageE/more/Complaints.vue
@@ -4,7 +4,7 @@
您的满意是对我们最大的支持,茫茫德铭阳光之中能够遇到亲也是我们的荣幸
-
+
@@ -12,7 +12,7 @@
您的满意是对我们最大的支持,茫茫德铭阳光之中能够遇到亲也是我们的荣幸,您的评价是对我们付出最好的认可,我们会不断前行,不忘初衷,给亲们提供更好的服务和产品!我把对您的谢意写在纸上,被风吹走了;我把对您的谢意写在沙滩上,被海浪卷走了;我只好把对您的谢意写在解释里,这样才会永驻心间!感谢您对的支持!加油!加油!, 祝您生活愉快,工作顺利,期待我们下次合作愉快! ! !
-
+
2020-05-14
@@ -32,7 +32,7 @@ export default {
},
onNavigationBarButtonTap() {
uni.navigateTo({
- url: '/pageE/mine/WriteComments'
+ url: '/pageE/more/WriteComments'
});
},
}
@@ -55,9 +55,10 @@ export default {
.image {
display: flex;
flex-wrap: wrap;
- > img {
+ > image {
width: 210rpx;
height: 210rpx;
+ flex-shrink: 0;
border-radius: 10rpx;
margin-bottom: 10rpx;
&:not(:nth-child(3n)) {
@@ -85,10 +86,11 @@ export default {
.date {
display: flex;
align-items: center;
- > img {
+ > image {
width: 28rpx;
height: 28rpx;
margin-right: 12rpx;
+ flex-shrink: 0;
}
> view {
font-size: 24rpx;
diff --git a/pageE/mine/EditAddress.vue b/pageE/more/EditAddress.vue
similarity index 100%
rename from pageE/mine/EditAddress.vue
rename to pageE/more/EditAddress.vue
diff --git a/pageE/mine/MineHelp.vue b/pageE/more/MineHelp.vue
similarity index 100%
rename from pageE/mine/MineHelp.vue
rename to pageE/more/MineHelp.vue
diff --git a/pageE/mine/WriteComments.vue b/pageE/more/WriteComments.vue
similarity index 100%
rename from pageE/mine/WriteComments.vue
rename to pageE/more/WriteComments.vue
diff --git a/pageE/order/Comment.vue b/pageE/order/Comment.vue
new file mode 100644
index 0000000..e499a14
--- /dev/null
+++ b/pageE/order/Comment.vue
@@ -0,0 +1,98 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/pageE/order/Details.vue b/pageE/order/Details.vue
new file mode 100644
index 0000000..96f4e92
--- /dev/null
+++ b/pageE/order/Details.vue
@@ -0,0 +1,302 @@
+
+
+
+
+ 交易成功
+ 距离结束22:22:22
+
+
+
+
+
+
+
+
+ 胖胖
+ 18220171014
+
+ 山东省泰安市泰山区东岳大街与克山路交汇口银山店四楼橙天影视南邻山东省泰安市泰山区东岳大街与克山路交汇口银山店四楼橙天影视南邻
+
+
+
+
+
+
+ 胖胖的店
+
+
+
+
+
+ 木糖少女小紫薯西装领连衣裙夏季新款女装夏收腰格子格纹裙子木糖少女小紫薯西装领连衣裙夏季新款女装夏收腰格子格纹裙子
+
+ ¥99
+ x2
+
+
+
+
+
+
+ 运费(快递/骑手)
+ ¥0.00
+
+
+ 店铺优惠
+ ¥0.00
+
+
+ 订单总价
+ ¥0.00
+
+
+ 实付费(含运费)
+ ¥0.00
+
+
+ 支付方式
+ ¥0.00
+
+
+
+
+ 订单编号:2222222222222222
+ 微信交易号:2222222222222222
+ 创建时间:2020-05-14
+
+
+
+ 查看物流
+
+ 立即支付
+ 联系官方客服
+ 提交官方审核
+
+
+
+
+
\ No newline at end of file
diff --git a/pageE/order/Index.vue b/pageE/order/Index.vue
new file mode 100644
index 0000000..4f20c7e
--- /dev/null
+++ b/pageE/order/Index.vue
@@ -0,0 +1,119 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pageE/order/Logistics.vue b/pageE/order/Logistics.vue
new file mode 100644
index 0000000..1f8a059
--- /dev/null
+++ b/pageE/order/Logistics.vue
@@ -0,0 +1,150 @@
+
+
+
+
+
+
+ 派件员:xxx
+ 手机:123456789
+
+
+
+
+
+ 物流状态:已签收
+ 承运来源:百世快递
+ 运单编号:3253463464777
+ 官方电话:4009-565-656
+
+
+
+
+ 物流跟踪
+
+
+ {{ item.address }}
+ {{ item.date }}
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pageE/setting/Index.vue b/pageE/setting/Index.vue
new file mode 100644
index 0000000..3a81411
--- /dev/null
+++ b/pageE/setting/Index.vue
@@ -0,0 +1,107 @@
+
+
+
+ 消息提醒
+
+
+
+
+
+ {{ item.title }}
+
+
+
+ 退出登录
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pageE/setting/feedback.vue b/pageE/setting/feedback.vue
new file mode 100644
index 0000000..cde52e8
--- /dev/null
+++ b/pageE/setting/feedback.vue
@@ -0,0 +1,99 @@
+
+
+
+ 人工服务
+
+
+ 拨打官方客服电话:400-100-100
+ 周一至周五08:0-18:00
+
+ 意见反馈
+
+
+
+ 常见服务
+
+ 【账号问题】登录时需要验证码,手机号使用不了怎么办?
+ 【账号问题】登录时需提示您的密码不安全,请重置?
+ 【账号问题】登录密码忘记了怎么办?
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pageE/static/mine/28.png b/pageE/static/mine/28.png
new file mode 100644
index 0000000..c1b9125
Binary files /dev/null and b/pageE/static/mine/28.png differ
diff --git a/pageE/static/mine/29.png b/pageE/static/mine/29.png
new file mode 100644
index 0000000..5171f73
Binary files /dev/null and b/pageE/static/mine/29.png differ
diff --git a/pageE/static/mine/30.png b/pageE/static/mine/30.png
new file mode 100644
index 0000000..93bf7ae
Binary files /dev/null and b/pageE/static/mine/30.png differ
diff --git a/pageE/static/mine/31.png b/pageE/static/mine/31.png
new file mode 100644
index 0000000..1656c86
Binary files /dev/null and b/pageE/static/mine/31.png differ
diff --git a/pageE/static/mine/32.png b/pageE/static/mine/32.png
new file mode 100644
index 0000000..9185b1b
Binary files /dev/null and b/pageE/static/mine/32.png differ
diff --git a/pageE/static/mine/33.png b/pageE/static/mine/33.png
new file mode 100644
index 0000000..26baca5
Binary files /dev/null and b/pageE/static/mine/33.png differ
diff --git a/pageE/static/mine/34.png b/pageE/static/mine/34.png
new file mode 100644
index 0000000..9f9d8ea
Binary files /dev/null and b/pageE/static/mine/34.png differ
diff --git a/pageE/static/mine/35.png b/pageE/static/mine/35.png
new file mode 100644
index 0000000..2e0f4b9
Binary files /dev/null and b/pageE/static/mine/35.png differ
diff --git a/pageE/mine/Manicure.vue b/pageE/tool/Manicure.vue
similarity index 93%
rename from pageE/mine/Manicure.vue
rename to pageE/tool/Manicure.vue
index 37cdddd..2bc0f6a 100644
--- a/pageE/mine/Manicure.vue
+++ b/pageE/tool/Manicure.vue
@@ -6,7 +6,7 @@
-
+
订单
已预约
@@ -55,7 +55,7 @@ export default {
toApplyPage(index) {
if(index == 1) {
uni.navigateTo({
- url: '/pageE/mine/ManicureOrder'
+ url: '/pageE/tool/ManicureOrder'
});
}
}
@@ -72,8 +72,9 @@ export default {
flex: 1;
}
.swiper-item {
- padding: 20rpx 30rpx 0;
.order-list {
+ box-sizing: border-box;
+ padding: 20rpx 30rpx 0;
.order-item {
padding: 30rpx;
width:690rpx;
diff --git a/pageE/mine/ManicureOrder.vue b/pageE/tool/ManicureOrder.vue
similarity index 100%
rename from pageE/mine/ManicureOrder.vue
rename to pageE/tool/ManicureOrder.vue
diff --git a/pageE/mine/MineHistory.vue b/pageE/tool/MineHistory.vue
similarity index 100%
rename from pageE/mine/MineHistory.vue
rename to pageE/tool/MineHistory.vue
diff --git a/pageE/mine/SendWash.vue b/pageE/tool/SendWash.vue
similarity index 80%
rename from pageE/mine/SendWash.vue
rename to pageE/tool/SendWash.vue
index 4df0bdd..2c921c3 100644
--- a/pageE/mine/SendWash.vue
+++ b/pageE/tool/SendWash.vue
@@ -6,7 +6,7 @@
-
+
订单状态
已预约
@@ -23,19 +23,22 @@
-
+
-
-
+
+
\ No newline at end of file
diff --git a/pages.json b/pages.json
index af869a8..dcdf3cc 100644
--- a/pages.json
+++ b/pages.json
@@ -56,47 +56,55 @@
"navigationBarTitleText": "我的",
"app-plus": {
"titleSize": "36px",
- "titleColor": "#333333",
"titleNView": {
- "backgroundColor": "#FFFFFF"
+ "titleColor": "#333333",
+ "backgroundColor": "#FFFFFF",
+ "buttons": [
+ {
+ "type": "none",
+ "text": "\ue502",
+ "float": "right",
+ "fontSize": "14"
+ }
+ ]
}
}
}
},
{
- "path": "mine/MineHistory",
+ "path": "tool/MineHistory",
"style": {
"navigationBarTitleText": "我的足迹",
"app-plus": {
"titleSize": "36px",
- "titleColor": "#333333",
"titleNView": {
+ "titleColor": "#333333",
"backgroundColor": "#FFFFFF"
}
}
}
},
{
- "path": "mine/MineHelp",
+ "path": "more/MineHelp",
"style": {
"navigationBarTitleText": "使用帮助",
"app-plus": {
"titleSize": "36px",
- "titleColor": "#333333",
"titleNView": {
+ "titleColor": "#333333",
"backgroundColor": "#FFFFFF"
}
}
}
},
{
- "path": "mine/AfterSalesHelp",
+ "path": "more/AfterSalesHelp",
"style": {
"navigationBarTitleText": "售后政策",
"app-plus": {
"titleSize": "36px",
- "titleColor": "#333333",
"titleNView": {
+ "titleColor": "#333333",
"backgroundColor": "#FFFFFF"
}
}
@@ -107,34 +115,34 @@
"style": {
"app-plus": {
"titleSize": "36px",
- "titleColor": "#333333",
"titleNView": {
+ "titleColor": "#333333",
"backgroundColor": "#FFFFFF"
}
}
}
},
{
- "path": "mine/Address",
+ "path": "more/Address",
"style": {
"navigationBarTitleText": "收货地址",
"app-plus": {
"titleSize": "36px",
- "titleColor": "#333333",
"titleNView": {
+ "titleColor": "#333333",
"backgroundColor": "#FFFFFF"
}
}
}
},
{
- "path": "mine/EditAddress",
+ "path": "more/EditAddress",
"style": {
"navigationBarTitleText": "编辑地址",
"app-plus": {
"titleSize": "36px",
- "titleColor": "#333333",
"titleNView": {
+ "titleColor": "#333333",
"backgroundColor": "#FFFFFF",
"buttons": [
{
@@ -149,26 +157,26 @@
}
},
{
- "path": "mine/AddAddress",
+ "path": "more/AddAddress",
"style": {
"navigationBarTitleText": "添加地址",
"app-plus": {
"titleSize": "36px",
- "titleColor": "#333333",
"titleNView": {
+ "titleColor": "#333333",
"backgroundColor": "#FFFFFF"
}
}
}
},
{
- "path": "mine/Complaints",
+ "path": "more/Complaints",
"style": {
"navigationBarTitleText": "投诉意见",
"app-plus": {
"titleSize": "36px",
- "titleColor": "#333333",
"titleNView": {
+ "titleColor": "#333333",
"backgroundColor": "#FFFFFF",
"buttons": [
{
@@ -183,13 +191,13 @@
}
},
{
- "path": "mine/WriteComments",
+ "path": "more/WriteComments",
"style": {
"navigationBarTitleText": "写意见",
"app-plus": {
"titleSize": "36px",
- "titleColor": "#333333",
"titleNView": {
+ "titleColor": "#333333",
"backgroundColor": "#FFFFFF"
}
}
@@ -201,47 +209,292 @@
"navigationBarTitleText": "会员服务",
"app-plus": {
"titleSize": "36px",
- "titleColor": "#333333",
"titleNView": {
+ "titleColor": "#333333",
"backgroundColor": "#FFFFFF"
}
}
}
},
{
- "path": "mine/Manicure",
+ "path": "mine/Integral",
+ "style": {
+ "navigationBarTitleText": "积分数",
+ "app-plus": {
+ "titleSize": "36px",
+ "titleNView": {
+ "titleColor": "#333333",
+ "backgroundColor": "#FFFFFF"
+ }
+ }
+ }
+ },
+ {
+ "path": "tool/Manicure",
"style": {
"navigationBarTitleText": "美甲",
"app-plus": {
"titleSize": "36px",
- "titleColor": "#333333",
"titleNView": {
+ "titleColor": "#333333",
"backgroundColor": "#FFFFFF"
}
}
}
},
{
- "path": "mine/ManicureOrder",
+ "path": "tool/ManicureOrder",
"style": {
"navigationBarTitleText": "美甲订单",
"app-plus": {
"titleSize": "36px",
- "titleColor": "#333333",
"titleNView": {
+ "titleColor": "#333333",
"backgroundColor": "#FFFFFF"
}
}
}
},
{
- "path": "mine/SendWash",
+ "path": "tool/SendWash",
"style": {
"navigationBarTitleText": "送洗",
"app-plus": {
"titleSize": "36px",
- "titleColor": "#333333",
"titleNView": {
+ "titleColor": "#333333",
+ "backgroundColor": "#FFFFFF"
+ }
+ }
+ }
+ },
+ {
+ "path": "tool/WashOrder",
+ "style": {
+ "navigationBarTitleText": "送洗订单",
+ "app-plus": {
+ "titleSize": "36px",
+ "titleNView": {
+ "titleColor": "#333333",
+ "backgroundColor": "#FFFFFF"
+ }
+ }
+ }
+ },
+ {
+ "path": "mine/GoodsCollection",
+ "style": {
+ "navigationBarTitleText": "商品收藏",
+ "app-plus": {
+ "titleSize": "36px",
+ "titleNView": {
+ "titleColor": "#333333",
+ "backgroundColor": "#FFFFFF"
+ }
+ }
+ }
+ },
+ {
+ "path": "mine/ImageTextCollection",
+ "style": {
+ "navigationBarTitleText": "图文收藏",
+ "app-plus": {
+ "titleSize": "36px",
+ "titleNView": {
+ "titleColor": "#333333",
+ "backgroundColor": "#FFFFFF"
+ }
+ }
+ }
+ },
+ {
+ "path": "mine/StoreCollection",
+ "style": {
+ "navigationBarTitleText": "店铺收藏",
+ "app-plus": {
+ "titleSize": "36px",
+ "titleNView": {
+ "titleColor": "#333333",
+ "backgroundColor": "#FFFFFF"
+ }
+ }
+ }
+ },
+ {
+ "path": "mine/MineConcerns",
+ "style": {
+ "navigationBarTitleText": "我的关注",
+ "app-plus": {
+ "titleSize": "36px",
+ "titleNView": {
+ "titleColor": "#333333",
+ "backgroundColor": "#FFFFFF"
+ }
+ }
+ }
+ },
+ {
+ "path": "mine/MedalIntroduction",
+ "style": {
+ "navigationBarTitleText": "勋章介绍",
+ "app-plus": {
+ "titleSize": "36px",
+ "titleNView": {
+ "backgroundColor": "rgba(255,255,255,0)",
+ "titleColor": "#ffffff"
+ }
+ }
+ }
+ },
+ {
+ "path": "mine/MineInfo",
+ "style": {
+ "navigationBarTitleText": "我的资料",
+ "app-plus": {
+ "titleSize": "36px",
+ "titleNView": {
+ "backgroundColor": "#FFFFFF",
+ "titleColor": "#333333",
+ "buttons": [
+ {
+ "type":"none",
+ "text":"编辑",
+ "float":"right",
+ "fontSize":"14"
+ }
+ ]
+ }
+ }
+ }
+ },
+ {
+ "path": "mine/EditUserInfo",
+ "style": {
+ "navigationBarTitleText": "我的资料",
+ "app-plus": {
+ "titleSize": "36px",
+ "titleNView": {
+ "backgroundColor": "#FFFFFF",
+ "titleColor": "#333333",
+ "buttons": [
+ {
+ "type":"none",
+ "text":"取消",
+ "float":"left",
+ "fontSize":"14"
+ },
+ {
+ "type":"none",
+ "text":"\ue264",
+ "float":"right",
+ "fontSize":"14"
+ }
+ ],
+ "autoBackButton": false,
+ "backButton": {
+ "badgeText": "取消"
+ }
+ }
+ }
+ }
+ },
+ {
+ "path": "mine/UpdatePhone",
+ "style": {
+ "navigationBarTitleText": "修改手机号",
+ "app-plus": {
+ "titleSize": "36px",
+ "titleNView": {
+ "backgroundColor": "#FFFFFF",
+ "titleColor": "#333333",
+ "buttons": [
+ {
+ "type":"none",
+ "text":"取消",
+ "float":"left",
+ "fontSize":"14"
+ }
+ ]
+ }
+ }
+ }
+ },
+ {
+ "path": "setting/Index",
+ "style": {
+ "navigationBarTitleText": "设置",
+ "app-plus": {
+ "titleSize": "36px",
+ "titleNView": {
+ "backgroundColor": "#FFFFFF",
+ "titleColor": "#333333"
+ }
+ }
+ }
+ },
+ {
+ "path": "setting/feedback",
+ "style": {
+ "navigationBarTitleText": "帮助与反馈",
+ "app-plus": {
+ "titleSize": "36px",
+ "titleNView": {
+ "titleColor": "#333333",
+ "backgroundColor": "#FFFFFF"
+ }
+ }
+ }
+ },
+ {
+ "path": "order/Index",
+ "style": {
+ "navigationBarTitleText": "我的订单",
+ "app-plus": {
+ "titleSize": "36px",
+ "titleNView": {
+ "titleColor": "#333333",
+ "backgroundColor": "#FFFFFF"
+ }
+ }
+ }
+ },
+ {
+ "path": "order/Details",
+ "style": {
+ "navigationBarTitleText": "订单详情",
+ "app-plus": {
+ "titleSize": "36px",
+ "titleNView": {
+ "titleColor": "#FFFFFF",
+ "backgroundColor": "rgba(255,255,255,0)"
+ },
+ "backButton": {
+ "color": "#FFFFFF"
+ }
+ }
+ }
+ },
+ {
+ "path": "order/Logistics",
+ "style": {
+ "navigationBarTitleText": "物流详情",
+ "app-plus": {
+ "titleSize": "36px",
+ "titleNView": {
+ "titleColor": "#333333",
+ "backgroundColor": "#FFFFFF"
+ }
+ }
+ }
+ },
+ {
+ "path": "order/Comment",
+ "style": {
+ "navigationBarTitleText": "发表评价",
+ "app-plus": {
+ "titleSize": "36px",
+ "titleNView": {
+ "titleColor": "#333333",
"backgroundColor": "#FFFFFF"
}
}