diff --git a/pages.json b/pages.json
index 184fbdc..573aa29 100644
--- a/pages.json
+++ b/pages.json
@@ -317,6 +317,83 @@
{
"navigationBarTitleText" : "帮助中心"
}
+ },
+ {
+ "path" : "pages/users/help/detail",
+ "style" :
+ {
+ "navigationBarTitleText" : ""
+ }
+ },
+ {
+ "path" : "pages/users/team/index",
+ "style" :
+ {
+ "navigationBarTitleText" : "我的团队"
+ }
+ },
+ {
+ "path" : "pages/users/meiyan/index",
+ "style" :
+ {
+ "navigationBarTitleText" : "美颜设置"
+ }
+ },
+ {
+ "path" : "pages/users/zhuxiao/index",
+ "style" :
+ {
+ "navigationBarTitleText" : "注销账号"
+ }
+ },
+ {
+ "path" : "pages/users/xieyi/index",
+ "style" :
+ {
+ "navigationBarTitleText" : "协议规则"
+ }
+ },
+ {
+ "path" : "pages/users/yinsi/index",
+ "style" :
+ {
+ "navigationBarTitleText" : "隐私设置"
+ }
+ },
+ {
+ "path" : "pages/users/notice/index",
+ "style" :
+ {
+ "navigationBarTitleText" : "新消息通知"
+ }
+ },
+ {
+ "path" : "pages/users/qingshaonian/index",
+ "style" :
+ {
+ "navigationBarTitleText" : "青少年模式"
+ }
+ },
+ {
+ "path" : "pages/users/qingshaonian/detail",
+ "style" :
+ {
+ "navigationBarTitleText" : "设置密码"
+ }
+ },
+ {
+ "path" : "pages/users/dashan/index",
+ "style" :
+ {
+ "navigationBarTitleText" : "搭讪语"
+ }
+ },
+ {
+ "path" : "pages/users/chengshi/index",
+ "style" :
+ {
+ "navigationBarTitleText" : "城市合作"
+ }
}
],
"globalStyle": {
diff --git a/pages/users/chengshi/index.vue b/pages/users/chengshi/index.vue
new file mode 100644
index 0000000..f3f9564
--- /dev/null
+++ b/pages/users/chengshi/index.vue
@@ -0,0 +1,81 @@
+
+
+
+
+
+
+ 申请合作
+
+
+
+ 合作信息
+
+
+
+
+
+
+
+
diff --git a/pages/users/dashan/index.vue b/pages/users/dashan/index.vue
new file mode 100644
index 0000000..b901432
--- /dev/null
+++ b/pages/users/dashan/index.vue
@@ -0,0 +1,76 @@
+
+
+ 设置搭讪语后,无需选择,直接发送
+
+
+ 哈喽!很高兴认识你,一起嗨皮吧~
+ {{tabIndex == i?'默认':'设为默认'}}
+
+
+
+
+
+
+
+
diff --git a/pages/users/help/detail.vue b/pages/users/help/detail.vue
new file mode 100644
index 0000000..bda0721
--- /dev/null
+++ b/pages/users/help/detail.vue
@@ -0,0 +1,53 @@
+
+
+
+ 如何联系人工客服?
+ 解答:
+ 这里展示说明说明,这里展示说明说明这里展示说明说明这里展示说明说明这里展示说明说明这里展示说明说明这里展示说明说明这里展示说明?
+
+
+
+
+
+
+
diff --git a/pages/users/help/index.vue b/pages/users/help/index.vue
index 8c3b35f..c47061f 100644
--- a/pages/users/help/index.vue
+++ b/pages/users/help/index.vue
@@ -1,6 +1,83 @@
-
-
+
+
+
+
+
+ 账号问题账号注册、绑定、密码修改等
+
+
+
+
+
+
+
+
+ 绑定手机
+
+
+ 绑定微信
+
+
+ 注销账号
+
+
+ 是否支持多设备登录
+
+
+
+
+
+
+
+ 购买问题墨刀会员购买、充值、续费等
+
+
+
+
+
+
+
+
+ 绑定手机
+
+
+ 绑定微信
+
+
+ 注销账号
+
+
+ 是否支持多设备登录
+
+
+
+
+
+
+
+ 发票问题发票信息、开票进度等
+
+
+
+
+
+
+
+
+ 绑定手机
+
+
+ 绑定微信
+
+
+ 注销账号
+
+
+ 是否支持多设备登录
+
+
+
@@ -8,12 +85,114 @@
export default {
data() {
return {
-
+ tabIndex: 1
};
+ },
+ methods: {
+ tabItem (index) {
+ this.tabIndex = index;
+ }
}
}
-
diff --git a/pages/users/meiyan/index.vue b/pages/users/meiyan/index.vue
new file mode 100644
index 0000000..8c3b35f
--- /dev/null
+++ b/pages/users/meiyan/index.vue
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
diff --git a/pages/users/notice/index.vue b/pages/users/notice/index.vue
new file mode 100644
index 0000000..3d1d483
--- /dev/null
+++ b/pages/users/notice/index.vue
@@ -0,0 +1,52 @@
+
+
+
+
+ 新消息提示音
+
+
+
+ 新消息震动
+
+
+
+
+
+
+
+
+
diff --git a/pages/users/qingshaonian/detail.vue b/pages/users/qingshaonian/detail.vue
new file mode 100644
index 0000000..b8249de
--- /dev/null
+++ b/pages/users/qingshaonian/detail.vue
@@ -0,0 +1,98 @@
+
+
+ 设置接触青少年模式的密码
+
+
+
+
+
+
+
+
+
+
+
+ 确定开启
+
+
+
+
+
+
+
diff --git a/pages/users/qingshaonian/index.vue b/pages/users/qingshaonian/index.vue
new file mode 100644
index 0000000..52810a9
--- /dev/null
+++ b/pages/users/qingshaonian/index.vue
@@ -0,0 +1,101 @@
+
+
+
+
+
+ 青少年模式未开启
+
+ 开启时,以下行为会收到限制:
+
+ 无法进行充值
+
+
+ 部分功能无法使用
+
+
+
+
+ 开启青少年模式
+
+
+
+
+
+
+
diff --git a/pages/users/site/index.vue b/pages/users/site/index.vue
index 89c1039..519cb72 100644
--- a/pages/users/site/index.vue
+++ b/pages/users/site/index.vue
@@ -67,7 +67,7 @@
- 退出登录
+ 退出登录
@@ -91,8 +91,25 @@
export default {
data() {
return {
- isPopup: true
+ isPopup: false
};
+ },
+ methods: {
+ openPage(index) {
+ if(index == 1){
+ uni.showModal({
+ title: "温馨提示",
+ content: "是否确认推出登录?",
+ success(res){
+ if(res.confirm){
+ uni.navigateBack({
+ delta: 1
+ })
+ }
+ }
+ })
+ }
+ }
}
}
diff --git a/pages/users/team/index.vue b/pages/users/team/index.vue
new file mode 100644
index 0000000..17b8334
--- /dev/null
+++ b/pages/users/team/index.vue
@@ -0,0 +1,123 @@
+
+
+
+ 10人
+ 我的团队人数
+
+
+
+
+
+
+
+
+
+ 李同学
+ ID:1568935688
+
+ 2023-09-23
+
+
+
+
+
+
+
+
+
diff --git a/pages/users/xieyi/index.vue b/pages/users/xieyi/index.vue
new file mode 100644
index 0000000..8c3b35f
--- /dev/null
+++ b/pages/users/xieyi/index.vue
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
+
+
diff --git a/pages/users/yinsi/index.vue b/pages/users/yinsi/index.vue
new file mode 100644
index 0000000..a428c39
--- /dev/null
+++ b/pages/users/yinsi/index.vue
@@ -0,0 +1,45 @@
+
+
+
+
+ 隐藏我的城市
+
+
+
+
+
+
+
+
+
diff --git a/pages/users/zhuxiao/index.vue b/pages/users/zhuxiao/index.vue
new file mode 100644
index 0000000..fdcd9f1
--- /dev/null
+++ b/pages/users/zhuxiao/index.vue
@@ -0,0 +1,105 @@
+
+
+ 注销后,你账号将:
+
+
+ 1、账号相关信息将被移除,你的好友无法再与你取得联系(包括好友、关注、粉丝等);\n2、账户剩余金币、积分、魅力值、财富值、VIP等收益相关数据在注销成功后将清空,如产生利益损失,由账号注销发起者承担;\n3、绑定手机好或第三方账号将会解绑,解绑后可再次注册账号;\n4、你的实名信息会解绑,解绑后可以再次绑定其他账号;\n5、账号将会被系统收回,并对平台其他用户开放申请;\n提示:一旦注销将无法撤销,账号将自动清除,15天后方可从新注册,请慎重!!!
+
+
+
+
+
+ 我已认真阅读且同意注销账号需要注意的内容
+
+
+ 取消
+ 确定
+
+
+
+
+
+
+
+
+
diff --git a/static/icon-help-01.png b/static/icon-help-01.png
new file mode 100644
index 0000000..2636fd4
Binary files /dev/null and b/static/icon-help-01.png differ
diff --git a/static/icon-help-02.png b/static/icon-help-02.png
new file mode 100644
index 0000000..5241db2
Binary files /dev/null and b/static/icon-help-02.png differ
diff --git a/static/icon-help-03.png b/static/icon-help-03.png
new file mode 100644
index 0000000..f09ca73
Binary files /dev/null and b/static/icon-help-03.png differ
diff --git a/static/icon-help-down.png b/static/icon-help-down.png
new file mode 100644
index 0000000..0a1b03a
Binary files /dev/null and b/static/icon-help-down.png differ
diff --git a/static/icon-help-right.png b/static/icon-help-right.png
new file mode 100644
index 0000000..c4c3f05
Binary files /dev/null and b/static/icon-help-right.png differ
diff --git a/static/icon-help-up.png b/static/icon-help-up.png
new file mode 100644
index 0000000..3d5117d
Binary files /dev/null and b/static/icon-help-up.png differ
diff --git a/static/icon-select-on.png b/static/icon-select-on.png
index 1156d68..9abd472 100644
Binary files a/static/icon-select-on.png and b/static/icon-select-on.png differ
diff --git a/static/qingshaonian-lock.png b/static/qingshaonian-lock.png
new file mode 100644
index 0000000..58ccfd9
Binary files /dev/null and b/static/qingshaonian-lock.png differ
diff --git a/static/qingshaonian-san.png b/static/qingshaonian-san.png
new file mode 100644
index 0000000..4560f28
Binary files /dev/null and b/static/qingshaonian-san.png differ
diff --git a/static/qingshaonian-yuan.png b/static/qingshaonian-yuan.png
new file mode 100644
index 0000000..5b7fa4c
Binary files /dev/null and b/static/qingshaonian-yuan.png differ