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",
"package" : "com.xiaofa.shopAdmin",
"description" : "",
"versionName" : "1.0.0",
"versionCode" : 100,
"versionName" : "1.0.1",
"versionCode" : 101,
"transformPx" : false,
/* 5+App */
"app-plus" : {

View File

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

View File

@ -130,6 +130,14 @@
url="/pages/my/userInfo"
icon="man-add-fill"
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
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>