diff --git a/pages.json b/pages.json index 29e8dc2..3458fd7 100644 --- a/pages.json +++ b/pages.json @@ -28,55 +28,55 @@ "navigationStyle": "custom" } }, - { - "path": "pages/user/index", - "style": { - "navigationBarTitleText": "我的", - "navigationStyle": "custom" - } - }, - { - "path": "pages/user/compontents/attention", - "style": { - "navigationBarTitleText": "关注列表", - "navigationStyle": "custom" - } - }, - { - "path": "pages/user/compontents/recharge", - "style": { - "navigationBarTitleText": "充值", - "navigationStyle": "custom" - } - }, - { - "path": "pages/user/compontents/discount", - "style": { - "navigationBarTitleText": "打折活动", - "navigationStyle": "custom" - } - }, - { - "path": "pages/user/compontents/purchasedPlan", - "style": { - "navigationBarTitleText": "已购方案", - "navigationStyle": "custom" - } - }, - { - "path": "pages/user/compontents/integralShop", - "style": { - "navigationBarTitleText": "积分商城", - "navigationStyle": "custom" - } - }, - { - "path": "pages/user/compontents/VIPMember", - "style": { - "navigationBarTitleText": "VIP", - "navigationStyle": "custom" - } - }, + { + "path": "pages/user/index", + "style": { + "navigationBarTitleText": "我的", + "navigationStyle": "custom" + } + }, + { + "path": "pages/user/compontents/attention", + "style": { + "navigationBarTitleText": "关注列表", + "navigationStyle": "custom" + } + }, + { + "path": "pages/user/compontents/recharge", + "style": { + "navigationBarTitleText": "充值", + "navigationStyle": "custom" + } + }, + { + "path": "pages/user/compontents/discount", + "style": { + "navigationBarTitleText": "打折活动", + "navigationStyle": "custom" + } + }, + { + "path": "pages/user/compontents/purchasedPlan", + "style": { + "navigationBarTitleText": "已购方案", + "navigationStyle": "custom" + } + }, + { + "path": "pages/user/compontents/integralShop", + "style": { + "navigationBarTitleText": "积分商城", + "navigationStyle": "custom" + } + }, + { + "path": "pages/user/compontents/VIPMember", + "style": { + "navigationBarTitleText": "VIP", + "navigationStyle": "custom" + } + }, { "path": "pages/index/compontents/bigMaster", "style": { @@ -91,6 +91,13 @@ "navigationStyle": "custom" } }, + { + "path": "pages/index/compontents/scheme", + "style": { + "navigationBarTitleText": "方案详情", + "navigationStyle": "custom" + } + }, { "path": "pages/login/index", "style": { diff --git a/pages/index/compontents/scheme.vue b/pages/index/compontents/scheme.vue new file mode 100644 index 0000000..9e29cf6 --- /dev/null +++ b/pages/index/compontents/scheme.vue @@ -0,0 +1,337 @@ + + + + + diff --git a/pages/index/index.vue b/pages/index/index.vue index 2d0e4a5..8720a3d 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,8 +1,15 @@