This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
hly
/
hotel-tablecloth-uniapp-24-08-29
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
上传
master
前端-胡立永
8 months ago
parent
4ef7a97aa5
commit
3c10ce7425
2 changed files
with
12 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
components/base/tabbar.vue
+11
-2
pages/index/center.vue
+ 1
- 1
components/base/tabbar.vue
View File
@ -95,7 +95,7 @@
flex
-
direction
:
row
;
height
:
120
rpx
;
padding
-
bottom
:
env
(
safe
-
area
-
inset
-
bottom
)
;
z
-
index
:
9999
99
;
z
-
index
:
9999
;
bottom
:
0
;
left
:
0
;
color
:
#
BCBCBC
;
+ 11
- 2
pages/index/center.vue
View File
@ -11,8 +11,17 @@
<
view
class
=
"name"
>
{
{
userInfo
.
nickName
||
'微信用户'
}
}
<
/
view
>
<
view
class
=
"jobTime"
@click
="$refs.seleteJobTimePopup.open()"
>
请设置营业时间
<!--
营业时间写这个view里面
--
>
<
view
v-if
="userShop"
>
<
view
class
=
"jobTime"
@
click
=
"$refs.seleteJobTimePopup.open()"
>
请设置营业时间
<
/
view
>
<!--
往这里写
--
>
<
/
view
>
<!--
<
view
class
=
"vip"
>
VIP1
Write
Preview
Loading…
Cancel
Save