宋飞杨 1 éve
szülő
commit
02b9b8a514

+ 267 - 255
src/pages.json

@@ -1,255 +1,267 @@
-{
-  "easycom": {
-    "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
-  },
-  "pages": [
-    {
-      "path": "pages/login/index",
-      "style": {
-        "navigationBarTitleText": "登录"
-      }
-    },
-    {
-      "path": "pages/client/tabBar/home",
-      "style": {
-        "navigationBarTitleText": "首页",
-        "navigationStyle": "custom"
-      }
-    },
-    {
-      "path": "pages/client/tabBar/community",
-      "style": {
-        "navigationBarTitleText": "社区",
-        "navigationStyle": "custom"
-      }
-    },
-    {
-      "path": "pages/client/tabBar/message",
-      "style": {
-        "navigationBarTitleText": "消息",
-        "navigationStyle": "custom"
-      }
-    },
-    {
-      "path": "pages/client/tabBar/mine",
-      "style": {
-        "navigationBarTitleText": "我的",
-        "navigationStyle": "custom"
-      }
-    },
-
-    {
-      "path": "pages/login/register",
-      "style": {
-        "navigationBarTitleText": "注册"
-      }
-    },
-    {
-      "path": "pages/login/phoneLogin",
-      "style": {
-        "navigationBarTitleText": "账号登录"
-      }
-    },
-    {
-      "path": "pages/index",
-      "style": {
-        "navigationBarTitleText": "开屏广告",
-        "navigationStyle": "custom"
-      }
-    }
-  ],
-  "subPackages": [
-    {
-      "root": "pages/client/clientPackage",
-      "pages": [
-        {
-          "path": "search",
-          "style": {
-            "navigationBarTitleText": "搜索"
-          }
-        },
-        {
-          "path": "category",
-          "style": {
-            "navigationBarTitleText": "商家分类"
-          }
-        },
-        {
-          "path": "storeList",
-          "style": {
-            "navigationBarTitleText": "商家列表"
-          }
-        },
-        {
-          "path": "storeHot",
-          "style": {
-            "navigationBarTitleText": "热门推荐"
-          }
-        },
-        {
-          "path": "storeNearby",
-          "style": {
-            "navigationBarTitleText": "附近商家"
-          }
-        },
-        {
-          "path": "storeDetail",
-          "style": {
-            "navigationBarTitleText": "商家详情"
-          }
-        },
-        {
-          "path": "serviceDetail",
-          "style": {
-            "navigationBarTitleText": "服务详情"
-          }
-        },
-        {
-          "path": "uptickOrder",
-          "style": {
-            "navigationBarTitleText": "提价订单"
-          }
-        },
-        {
-          "path": "orderAll",
-          "style": {
-            "navigationBarTitleText": "我的订单"
-          }
-        },
-        {
-          "path": "chatRoom/chat",
-          "style": {
-            "navigationBarTitleText": "聊天室"
-          }
-        }
-      ]
-    },
-    {
-      "root": "pages/client/clientUser",
-      "pages": [
-        {
-          "path": "collectList",
-          "style": {
-            "navigationBarTitleText": "我的收藏"
-          }
-        },
-        {
-          "path": "myScore",
-          "style": {
-            "navigationBarTitleText": "我的积分"
-          }
-        },
-        {
-          "path": "inquiryList",
-          "style": {
-            "navigationBarTitleText": "询价列表"
-          }
-        },
-        {
-          "path": "inquiry",
-          "style": {
-            "navigationBarTitleText": "询价"
-          }
-        },
-        {
-          "path": "coupon",
-          "style": {
-            "navigationBarTitleText": "优惠券"
-          }
-        },
-        {
-          "path": "myProfit",
-          "style": {
-            "navigationBarTitleText": "我的收益"
-          }
-        },
-        {
-          "path": "withdraw",
-          "style": {
-            "navigationBarTitleText": "余额提现"
-          }
-        },
-        {
-          "path": "appoint",
-          "style": {
-            "navigationBarTitleText": "预约列表"
-          }
-        },
-        {
-          "path": "myGroup",
-          "style": {
-            "navigationBarTitleText": "我的团队"
-          }
-        },
-        {
-          "path": "aboutMine",
-          "style": {
-            "navigationBarTitleText": "关于我们"
-          }
-        },
-        {
-          "path": "serviceCenter",
-          "style": {
-            "navigationBarTitleText": "联系客服"
-          }
-        },
-        {
-          "path": "personal",
-          "style": {
-            "navigationBarTitleText": "个人中心"
-          }
-        },
-        {
-          "path": "editData",
-          "style": {
-            "navigationBarTitleText": "编辑资料"
-          }
-        },
-        {
-          "path": "setting",
-          "style": {
-            "navigationBarTitleText": "设置"
-          }
-        }
-      ]
-    }
-  ],
-  "tabBar": {
-    "color": "#999999",
-    "selectedColor": "#42b2fa",
-    "borderStyle": "black",
-    "backgroundColor": "#ffffff",
-    "list": [
-      {
-        "text": "首页",
-        "pagePath": "pages/client/tabBar/home",
-        "iconPath": "static/images/home.png",
-        "selectedIconPath": "static/images/home-select.png"
-      },
-      {
-        "pagePath": "pages/client/tabBar/community",
-        "text": "社区",
-        "iconPath": "static/images/community.png",
-        "selectedIconPath": "static/images/community-select.png"
-      },
-      {
-        "pagePath": "pages/client/tabBar/message",
-        "text": "消息",
-        "iconPath": "static/images/message.png",
-        "selectedIconPath": "static/images/message-select.png"
-      },
-      {
-        "pagePath": "pages/client/tabBar/mine",
-        "text": "我的",
-        "iconPath": "static/images/mine.png",
-        "selectedIconPath": "static/images/mine-select.png"
-      }
-    ]
-  },
-  "globalStyle": {
-    "navigationBarTextStyle": "black",
-    "navigationBarTitleText": "uni-app",
-    "navigationBarBackgroundColor": "#F8F8F8",
-    "backgroundColor": "#F8F8F8"
-  }
-}
+{
+  "easycom": {
+    "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
+  },
+  "pages": [
+    {
+      "path": "pages/login/index",
+      "style": {
+        "navigationBarTitleText": "登录"
+      }
+    },
+    {
+      "path": "pages/client/tabBar/home",
+      "style": {
+        "navigationBarTitleText": "首页",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/client/tabBar/community",
+      "style": {
+        "navigationBarTitleText": "社区",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/client/tabBar/message",
+      "style": {
+        "navigationBarTitleText": "消息",
+        "navigationStyle": "custom"
+      }
+    },
+    {
+      "path": "pages/client/tabBar/mine",
+      "style": {
+        "navigationBarTitleText": "我的",
+        "navigationStyle": "custom"
+      }
+    },
+
+    {
+      "path": "pages/login/register",
+      "style": {
+        "navigationBarTitleText": "注册"
+      }
+    },
+    {
+      "path": "pages/login/phoneLogin",
+      "style": {
+        "navigationBarTitleText": "账号登录"
+      }
+    },
+    {
+      "path": "pages/index",
+      "style": {
+        "navigationBarTitleText": "开屏广告",
+        "navigationStyle": "custom"
+      }
+    }
+  ],
+  "subPackages": [
+    {
+      "root": "pages/client/clientPackage",
+      "pages": [
+        {
+          "path": "search",
+          "style": {
+            "navigationBarTitleText": "搜索"
+          }
+        },
+        {
+          "path": "category",
+          "style": {
+            "navigationBarTitleText": "商家分类"
+          }
+        },
+        {
+          "path": "storeList",
+          "style": {
+            "navigationBarTitleText": "商家列表"
+          }
+        },
+        {
+          "path": "storeHot",
+          "style": {
+            "navigationBarTitleText": "热门推荐"
+          }
+        },
+        {
+          "path": "storeNearby",
+          "style": {
+            "navigationBarTitleText": "附近商家"
+          }
+        },
+        {
+          "path": "storeDetail",
+          "style": {
+            "navigationBarTitleText": "商家详情"
+          }
+        },
+        {
+          "path": "serviceDetail",
+          "style": {
+            "navigationBarTitleText": "服务详情"
+          }
+        },
+        {
+          "path": "uptickOrder",
+          "style": {
+            "navigationBarTitleText": "提价订单"
+          }
+        },
+        {
+          "path": "orderAll",
+          "style": {
+            "navigationBarTitleText": "我的订单"
+          }
+        },
+        {
+          "path": "chatRoom/chat",
+          "style": {
+            "navigationBarTitleText": "聊天室"
+          }
+        }
+      ]
+    },
+    {
+      "root": "pages/client/clientUser",
+      "pages": [
+        {
+          "path": "collectList",
+          "style": {
+            "navigationBarTitleText": "我的收藏"
+          }
+        },
+        {
+          "path": "myScore",
+          "style": {
+            "navigationBarTitleText": "我的积分"
+          }
+        },
+        {
+          "path": "inquiryList",
+          "style": {
+            "navigationBarTitleText": "询价列表"
+          }
+        },
+        {
+          "path": "inquiry",
+          "style": {
+            "navigationBarTitleText": "询价"
+          }
+        },
+        {
+          "path": "coupon",
+          "style": {
+            "navigationBarTitleText": "优惠券"
+          }
+        },
+        {
+          "path": "myProfit",
+          "style": {
+            "navigationBarTitleText": "我的收益"
+          }
+        },
+        {
+          "path": "withdraw",
+          "style": {
+            "navigationBarTitleText": "余额提现"
+          }
+        },
+        {
+          "path": "appoint",
+          "style": {
+            "navigationBarTitleText": "预约列表"
+          }
+        },
+        {
+          "path": "myGroup",
+          "style": {
+            "navigationBarTitleText": "我的团队"
+          }
+        },
+        {
+          "path": "aboutMine",
+          "style": {
+            "navigationBarTitleText": "关于我们"
+          }
+        },
+        {
+          "path": "serviceCenter",
+          "style": {
+            "navigationBarTitleText": "联系客服"
+          }
+        },
+        {
+          "path": "personal",
+          "style": {
+            "navigationBarTitleText": "个人中心"
+          }
+        },
+        {
+          "path": "editData",
+          "style": {
+            "navigationBarTitleText": "编辑资料"
+          }
+        },
+        {
+          "path": "setting",
+          "style": {
+            "navigationBarTitleText": "设置"
+          }
+        },
+        {
+          "path": "agreement",
+          "style": {
+            "navigationBarTitleText": "用户协议"
+          }
+        },
+        {
+          "path": "privacypolicy",
+          "style": {
+            "navigationBarTitleText": "隐私政策"
+          }
+        }
+      ]
+    }
+  ],
+  "tabBar": {
+    "color": "#999999",
+    "selectedColor": "#42b2fa",
+    "borderStyle": "black",
+    "backgroundColor": "#ffffff",
+    "list": [
+      {
+        "text": "首页",
+        "pagePath": "pages/client/tabBar/home",
+        "iconPath": "static/images/home.png",
+        "selectedIconPath": "static/images/home-select.png"
+      },
+      {
+        "pagePath": "pages/client/tabBar/community",
+        "text": "社区",
+        "iconPath": "static/images/community.png",
+        "selectedIconPath": "static/images/community-select.png"
+      },
+      {
+        "pagePath": "pages/client/tabBar/message",
+        "text": "消息",
+        "iconPath": "static/images/message.png",
+        "selectedIconPath": "static/images/message-select.png"
+      },
+      {
+        "pagePath": "pages/client/tabBar/mine",
+        "text": "我的",
+        "iconPath": "static/images/mine.png",
+        "selectedIconPath": "static/images/mine-select.png"
+      }
+    ]
+  },
+  "globalStyle": {
+    "navigationBarTextStyle": "black",
+    "navigationBarTitleText": "uni-app",
+    "navigationBarBackgroundColor": "#F8F8F8",
+    "backgroundColor": "#F8F8F8"
+  }
+}

+ 58 - 0
src/pages/client/clientUser/agreement.vue

@@ -0,0 +1,58 @@
+<template>
+  <view>
+    <p>
+      欢迎使用车旅程科技有限公司的产品服务!车旅程科技有限公司(以下简称“本公司”)提供的产品服务由车旅程科技有限公司及其关联方通过网站、移动应用程序等方式向您提供。
+    </p>
+    <br />
+
+    <p>
+      在使用本公司的产品/服务之前,请您仔细阅读并理解本用户协议。如果您不同意本协议的任何内容,请您停止使用本公司的产品/服务。
+    </p>
+    <br />
+
+    <p style="font-weight: bold">1. 服务内容</p>
+    <p>
+      本公司提供的产品/服务包括但不限于:提供在线购物平台,用户可以在平台上浏览和购买商品;提供用户注册和登录功能,用户可以通过注册和登录账号来使用本公司的产品/服务;提供用户个人信息管理功能,用户可以在个人中心管理和修改个人信息;提供订单管理功能,用户可以查看和管理自己的订单;提供售后服务,用户可以申请退款、退货等售后服务.
+    </p>
+    <br />
+
+    <p style="font-weight: bold">2. 用户权利和义务</p>
+    <p>2.1 用户有权根据本公司的规定使用本公司的产品/服务。</p>
+    <p>2.2 用户应当遵守国家法律法规和本公司的相关规定,不得利用本公司的产品/服务从事违法活动。</p>
+    <p>2.3 用户应当保护好自己的账号和密码,不得将账号和密码透露给他人。</p>
+    <p>2.4 用户应当按照本公司的规定支付商品的购买款项,并按时收取商品。</p>
+    <p>2.5 用户应当配合本公司进行商品的配送、退款、退货等售后服务。</p>
+    <br />
+    <p style="font-weight: bold">3. 个人信息保护</p>
+    <p>3.1 本公司将按照法律法规和隐私政策的要求,保护用户的个人信息。</p>
+    <p>3.2 用户应当按照本公司的要求提供真实、准确、完整的个人信息。</p>
+    <p>3.3 本公司将采取合理的安全措施,保护用户的个人信息不被泄露、篡改或丢失。</p>
+    <p>3.4 用户可以根据本公司的隐私政策行使自己的个人信息权利。</p>
+    <br />
+
+    <p style="font-weight: bold">4. 免责声明</p>
+    <p>4.1 本公司不对用户使用本公司的产品/服务所产生的任何直接或间接损失承担责任。</p>
+    <p>4.2 用户在使用本公司的产品/服务时应自行承担风险,本公司不对用户的行为负责。</p>
+    <p>
+      4.3 本公司不对因不可抗力、计算机病毒、黑客攻击等原因导致的服务中断、数据丢失等问题承担责任。
+    </p>
+    <br />
+
+    <p style="font-weight: bold">5. 协议的变更和终止</p>
+    <p>5.1 本公司有权根据需要修改本用户协议,并在网站上公布修改后的协议内容。</p>
+    <p>5.2 用户如果不同意修改后的协议内容,可以停止使用本公司的产品/服务。</p>
+    <p>5.3 本公司有权根据法律法规和业务需要终止本用户协议,并停止向用户提供产品/服务。</p>
+    <br />
+
+    <p style="font-weight: bold">6. 法律适用和争议解决</p>
+    <p>6.1 本用户协议适用中华人民共和国的法律。</p>
+    <p>
+      6.2 用户和本公司之间的争议应当通过友好协商解决,协商不成的,可以向有管辖权的人民法院提起诉讼。
+    </p>
+    <br />
+
+    <p>
+      请您在使用本公司的产品/服务之前,仔细阅读并理解本用户协议。如果您对协议内容有任何疑问,请随时联系我们。
+    </p>
+  </view>
+</template>

+ 56 - 0
src/pages/client/clientUser/privacypolicy.vue

@@ -0,0 +1,56 @@
+<template>
+  <view>
+    <p class="centent" style="font-weight: bold">车旅程科技隐私政策</p>
+    <br />
+    <p>版本号:V0.0.1</p>
+    <p>更新日期:2024年01月31日</p>
+    <p>生效日期:2024年01月31日</p>
+    <br />
+
+    <p>
+      欢迎使用车旅程科技有限公司的产品服务!车旅程科技有限公司(以下简称“本公司”)非常重视您的个人信息保护。本隐私政策将告知您本公司如何收集、使用、存储和保护您的个人信息。
+    </p>
+    <br />
+
+    <p>
+      请在使用本公司的产品服务之前仔细阅读并理解本隐私政策。如果您不同意本政策的任何内容,请您停止使用本公司的产品/服务。
+    </p>
+    <br />
+
+    <p style="font-weight: bold">1. 信息收集和使用</p>
+    <p>
+      本公司可能会收集和使用以下类型的个人信息:姓名、联系方式、地址等身份识别信息;设备信息、操作记录、IP地址等技术信息;其他您主动提供的个人信息。
+    </p>
+    <p>本公司将严格按照法律法规的要求,使用您的个人信息,并采取合理的安全措施保护您的个人信息。</p>
+    <br />
+
+    <p style="font-weight: bold">2. 信息存储和保护</p>
+    <p>
+      本公司将采取合理的安全措施,保护您的个人信息的安全性和完整性。同时,本公司将采取合理的措施防止您的个人信息被泄露、丢失或被滥用。
+    </p>
+    <p>本公司将在法律法规要求的时限内存储您的个人信息,并在不再需要时进行删除。</p>
+    <br />
+
+    <p style="font-weight: bold">3. 信息共享和转让</p>
+    <p>
+      本公司将严格控制个人信息的共享和转让行为,并仅在以下情况下共享或转让您的个人信息:获得您的明确同意;根据法律法规的要求;为了提供您所需的产品/服务而必要的共享或转让;根据法律法规的要求或有权机关的要求进行共享或转让。
+    </p>
+    <br />
+
+    <p style="font-weight: bold">4. 信息安全</p>
+    <p>
+      本公司将采取合理的安全措施,保护您的个人信息的安全性和完整性。同时,本公司将采取合理的措施防止您的个人信息被泄露、丢失或被滥用。
+    </p>
+    <br />
+
+    <p style="font-weight: bold">5. 法律适用和争议解决</p>
+    <p>
+      本隐私政策适用中华人民共和国的法律。任何因本隐私政策引起的争议,应通过友好协商解决;协商不成的,可以向有管辖权的人民法院提起诉讼。
+    </p>
+    <br />
+
+    <p>
+      请您在使用本公司的产品/服务之前,仔细阅读并理解本隐私政策。如果您对政策内容有任何疑问,请随时联系我们。
+    </p>
+  </view>
+</template>

+ 9 - 2
src/pages/client/clientUser/setting.vue

@@ -33,9 +33,16 @@
             icon="file-text-fill"
             title="用户协议"
             isLink
-            url=""
+            url="/pages/client/clientUser/agreement"
+          />
+          <u-cell
+            size="large"
+            :border="false"
+            icon="file-text"
+            title="隐私政策"
+            isLink
+            url="/pages/client/clientUser/privacypolicy"
           />
-          <u-cell size="large" :border="false" icon="file-text" title="隐私政策" isLink url="" />
           <u-cell icon="integral-fill" title="版本信息" value="V0.0.1" />
         </u-cell-group>
       </view>