fix: 界面功能优化修改。
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
{
|
{
|
||||||
"path": "pages/login",
|
"path": "pages/login",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "登录"
|
"navigationBarTitleText": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -26,7 +26,7 @@
|
|||||||
{
|
{
|
||||||
"path": "pages/imaotai/iuser/list",
|
"path": "pages/imaotai/iuser/list",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "账号管理"
|
"navigationBarTitleText": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -56,7 +56,7 @@
|
|||||||
{
|
{
|
||||||
"path": "pages/imaotai/ilog/list",
|
"path": "pages/imaotai/ilog/list",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "预约记录"
|
"navigationBarTitleText": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -68,7 +68,7 @@
|
|||||||
{
|
{
|
||||||
"path": "pages/imaotai/iitem/list",
|
"path": "pages/imaotai/iitem/list",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "商品"
|
"navigationBarTitleText": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -80,7 +80,7 @@
|
|||||||
{
|
{
|
||||||
"path": "pages/mine",
|
"path": "pages/mine",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "我的"
|
"navigationBarTitleText": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<view class="logo-content align-center justify-center flex">
|
<view class="logo-content align-center justify-center flex">
|
||||||
<image style="width: 100rpx;height: 100rpx;" :src="globalConfig.appInfo.logo" mode="widthFix">
|
<image style="width: 100rpx;height: 100rpx;" :src="globalConfig.appInfo.logo" mode="widthFix">
|
||||||
</image>
|
</image>
|
||||||
<text class="title">智聪茅台预约登录</text>
|
<text class="title">智聪茅台预约平台</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="login-form-content">
|
<view class="login-form-content">
|
||||||
<view class="input-item flex align-center">
|
<view class="input-item flex align-center">
|
||||||
|
|||||||
Reference in New Issue
Block a user