新增设置页面
This commit is contained in:
parent
8f4fab2ff4
commit
890c30b778
|
@ -3,8 +3,7 @@
|
||||||
{
|
{
|
||||||
"path": "pages/index/index",
|
"path": "pages/index/index",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "熊熊安装队",
|
"navigationBarTitleText": "熊熊安装队"
|
||||||
"enablePullDownRefresh": true
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -16,43 +15,43 @@
|
||||||
{
|
{
|
||||||
"path": "pages/member/service-info",
|
"path": "pages/member/service-info",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "服务信息",
|
"navigationBarTitleText": "服务信息"
|
||||||
"enablePullDownRefresh": true
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "pages/order/order",
|
"path": "pages/order/order",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "订单",
|
"navigationBarTitleText": "订单"
|
||||||
"enablePullDownRefresh": true
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "pages/message/message",
|
"path": "pages/message/message",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "消息",
|
"navigationBarTitleText": "消息"
|
||||||
"enablePullDownRefresh": true
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "pages/message/detail",
|
"path": "pages/message/detail",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "详情",
|
"navigationBarTitleText": "详情"
|
||||||
"enablePullDownRefresh": true
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "pages/member/member",
|
"path": "pages/member/member",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "我的",
|
"navigationBarTitleText": "我的"
|
||||||
"enablePullDownRefresh": true
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "pages/member/cash-withdraw",
|
"path": "pages/member/cash-withdraw",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "我要提现",
|
"navigationBarTitleText": "我要提现"
|
||||||
"enablePullDownRefresh": true
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "pages/member/setting",
|
||||||
|
"style": {
|
||||||
|
"navigationBarTitleText": "设置"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
@ -88,7 +88,7 @@
|
||||||
<text class="title">在线客服</text>
|
<text class="title">在线客服</text>
|
||||||
<text class="iconfont icon-jinru"></text>
|
<text class="iconfont icon-jinru"></text>
|
||||||
</view>
|
</view>
|
||||||
<view class="menu-item">
|
<view class="menu-item" @click="utils.toPage('/pages/member/setting')">
|
||||||
<text class="title">设置</text>
|
<text class="title">设置</text>
|
||||||
<text class="iconfont icon-jinru"></text>
|
<text class="iconfont icon-jinru"></text>
|
||||||
</view>
|
</view>
|
||||||
|
|
|
@ -0,0 +1,116 @@
|
||||||
|
<template>
|
||||||
|
<app-layout title="设置">
|
||||||
|
<view class="setting-container">
|
||||||
|
<view class="group">
|
||||||
|
<view class="item">
|
||||||
|
<text class="title">版本号</text>
|
||||||
|
<view class="item-content">
|
||||||
|
<text class="content version">v1.02</text>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<view class="item">
|
||||||
|
<text class="title">密码管理</text>
|
||||||
|
<view class="item-content">
|
||||||
|
<text class="iconfont icon-jinru"></text>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<view class="item">
|
||||||
|
<text class="title">手机号</text>
|
||||||
|
<view class="item-content">
|
||||||
|
<text class="content mobile">131****6080</text>
|
||||||
|
<text class="iconfont icon-jinru"></text>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<view class="item">
|
||||||
|
<text class="title">关于我们</text>
|
||||||
|
<view class="item-content">
|
||||||
|
<text class="iconfont icon-jinru"></text>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<view class="item">
|
||||||
|
<text class="title">注册协议</text>
|
||||||
|
<view class="item-content">
|
||||||
|
<text class="iconfont icon-jinru"></text>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<view class="item">
|
||||||
|
<text class="title">隐私协议</text>
|
||||||
|
<view class="item-content">
|
||||||
|
<text class="iconfont icon-jinru"></text>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<view class="item last">
|
||||||
|
<text class="title">注销账户</text>
|
||||||
|
<view class="item-content">
|
||||||
|
<text class="iconfont icon-jinru"></text>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
<view class="common-save-form-btn">
|
||||||
|
<view class="btn">退出账户</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
</app-layout>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
import AppLayout from "@/components/layout/layout";
|
||||||
|
export default {
|
||||||
|
name: "member-setting",
|
||||||
|
data() {
|
||||||
|
return {};
|
||||||
|
},
|
||||||
|
components: {
|
||||||
|
AppLayout,
|
||||||
|
},
|
||||||
|
onLoad() {},
|
||||||
|
onShow() {},
|
||||||
|
onReady() {},
|
||||||
|
onReachBottom() {},
|
||||||
|
onPullDownRefresh() {},
|
||||||
|
methods: {},
|
||||||
|
};
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style lang="less" scoped>
|
||||||
|
.setting-container {
|
||||||
|
box-sizing: border-box;
|
||||||
|
padding: 0 20rpx;
|
||||||
|
}
|
||||||
|
.group {
|
||||||
|
width: 100%;
|
||||||
|
background-color: #ffffff;
|
||||||
|
.item.last {
|
||||||
|
border-bottom: 0;
|
||||||
|
}
|
||||||
|
.item {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
box-sizing: border-box;
|
||||||
|
padding: 36rpx 25rpx;
|
||||||
|
border-bottom: 2rpx solid #e8e7e7;
|
||||||
|
.title {
|
||||||
|
font-size: 30rpx;
|
||||||
|
color: #2d2d2d;
|
||||||
|
}
|
||||||
|
.iconfont {
|
||||||
|
font-size: 32rpx;
|
||||||
|
color: #a7a7a7;
|
||||||
|
}
|
||||||
|
.item-content {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.version {
|
||||||
|
font-size: 28rpx;
|
||||||
|
color: #191919;
|
||||||
|
}
|
||||||
|
.mobile {
|
||||||
|
font-size: 28rpx;
|
||||||
|
color: #c9c9c9;
|
||||||
|
margin-right: 22rpx;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
Loading…
Reference in New Issue