feat: 我的举报页面初始化
This commit is contained in:
parent
f37f31bb26
commit
5421b1a4af
@ -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" : {
|
||||
|
||||
@ -259,6 +259,12 @@
|
||||
"style": {
|
||||
"navigationBarTitleText": "版本号"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/my/tipOff",
|
||||
"style": {
|
||||
"navigationBarTitleText": "我的举报"
|
||||
}
|
||||
}
|
||||
],
|
||||
"globalStyle": {
|
||||
|
||||
@ -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"
|
||||
|
||||
15
java-mall-app-shop-admin/pages/my/tipOff.vue
Normal file
15
java-mall-app-shop-admin/pages/my/tipOff.vue
Normal file
@ -0,0 +1,15 @@
|
||||
<template>
|
||||
<view>
|
||||
111
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="sass" scoped>
|
||||
|
||||
</style>
|
||||
Loading…
Reference in New Issue
Block a user