feat: 我的举报页面初始化

This commit is contained in:
mixtan 2025-08-12 20:21:51 +08:00
parent f37f31bb26
commit 5421b1a4af
4 changed files with 31 additions and 2 deletions

View File

@ -3,8 +3,8 @@
"appid" : "__UNI__95F809F", "appid" : "__UNI__95F809F",
"package" : "com.xiaofa.shopAdmin", "package" : "com.xiaofa.shopAdmin",
"description" : "", "description" : "",
"versionName" : "1.0.0", "versionName" : "1.0.1",
"versionCode" : 100, "versionCode" : 101,
"transformPx" : false, "transformPx" : false,
/* 5+App */ /* 5+App */
"app-plus" : { "app-plus" : {

View File

@ -259,6 +259,12 @@
"style": { "style": {
"navigationBarTitleText": "版本号" "navigationBarTitleText": "版本号"
} }
},
{
"path": "pages/my/tipOff",
"style": {
"navigationBarTitleText": "我的举报"
}
} }
], ],
"globalStyle": { "globalStyle": {

View File

@ -130,6 +130,14 @@
url="/pages/my/userInfo" url="/pages/my/userInfo"
icon="man-add-fill" icon="man-add-fill"
title="账号设置" title="账号设置"
></u-cell>
<u-cell
iconStyle="marginRight:6px; color: #ff695b"
:border="false"
isLink
url="/pages/my/tipOff"
icon="warning-fill"
title="我的举报"
></u-cell> ></u-cell>
<u-cell <u-cell
iconStyle="marginRight:6px; color: #62BBAE" iconStyle="marginRight:6px; color: #62BBAE"

View File

@ -0,0 +1,15 @@
<template>
<view>
111
</view>
</template>
<script>
export default {
}
</script>
<style lang="sass" scoped>
</style>