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
前端-胡立永
5 months ago
parent
f1530e2665
commit
0c4fe0e1cb
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pages/index/index.vue
+1
-1
pages/index/order.vue
+1
-1
store/store.js
+ 1
- 1
pages/index/index.vue
View File
@ -93,7 +93,7 @@
<
/
view
>
<
view
class
=
"btns"
>
<
view
class
=
"btn"
@
click
=
"
$utils.navigateTo('/pages_order/auth/wxUserInfo')
"
>
@
click
=
""
>
我要水洗
<
/
view
>
<
/
view
>
+ 1
- 1
pages/index/order.vue
View File
@ -16,7 +16,7 @@
<
view
v-if
="orderList.records.length > 0" class="list"
>
<
view
class
=
"item"
v
-
for
=
"(item, index) in orderList.records"
v
-
for
=
"(item, index) in orderList.records"
@
click
=
"toOrderDetail(item.id)"
:
key
=
"index"
>
+ 1
- 1
store/store.js
View File
@ -10,7 +10,7 @@ import Position from '@/utils/position.js'
const
store
=
new
Vuex
.
Store
(
{
state
:
{
configList
:
[
]
,
//配置列表
shop
:
tru
e
,
shop
:
fals
e
,
position
:
{
//定位信息
latitude
:
0
,
longitude
:
0
,
Write
Preview
Loading…
Cancel
Save