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
前端-胡立永
4 months ago
parent
163e5cd2f4
commit
02e1dc8066
2 changed files
with
16 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pages/index/index.vue
+15
-2
pages_order/auth/wxLogin.vue
+ 1
- 1
pages/index/index.vue
View File
@ -77,7 +77,7 @@
<
image
class
=
"image"
:
src
=
"bindShop.pic"
mode
=
""
>
<
/
image
>
mode
=
"
aspectFill
"
>
<
/
image
>
<
view
class
=
"shopInfo"
>
<
view
class
=
"title"
>
{
{
bindShop
.
name
}
}
+ 15
- 2
pages_order/auth/wxLogin.vue
View File
@ -19,6 +19,10 @@
@
click
=
"$utils.navigateTo('/pages_order/auth/loginAndRegisterAndForgetPassword')"
>
使用账号密码登录
<
/
view
>
<
view
class
=
"btn b3"
@
click
=
"qux"
>
取消登录
<
/
view
>
@ -74,8 +78,12 @@
/
/
打
开
应
用
配
置
openConfigDetail
(
key
)
{
this
.
$refs
.
popup
.
open
(
key
)
}
}
,
qux
(
)
{
uni
.
reLaunch
(
{
url
:
'/pages/index/index'
}
)
}
,
}
}
<
/
script
>
@ -137,6 +145,11 @@
background
-
color
:
rgba
(
$uni
-
color
,
0.2
)
;
color
:
$uni
-
color
;
}
.
b3
{
background
-
color
:
#
fff
;
color
:
$uni
-
color
;
box
-
sizing
:
border
-
box
;
}
.
mt
{
margin
-
top
:
200
rpx
;
}
Write
Preview
Loading…
Cancel
Save