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
0fdb6c88db
commit
3812cfd311
3 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
config.js
+2
-0
mixins/order.js
+1
-1
pages/index/cart.vue
+ 1
- 1
config.js
View File
@ -7,7 +7,7 @@ import uvUI from '@/uni_modules/uv-ui-tools'
Vue
.
use
(
uvUI
)
;
// 当前环境
const
type
=
'd
ev
'
const
type
=
'
pro
d'
// 环境配置
+ 2
- 0
mixins/order.js
View File
@ -29,6 +29,8 @@ export default {
}
)
}
}
)
;
}
else
{
setTimeout
(
self
.
getData
,
500
)
}
}
)
}
,
+ 1
- 1
pages/index/cart.vue
View File
@ -251,7 +251,7 @@
}
)
}
,
fail
:
function
(
err
)
{
/
/
s
e
l
f
.
d
e
l
s
C
a
r
t
(
d
e
l
e
t
e
C
a
r
t
I
d
s
)
self
.
delsCart
(
deleteCartIds
)
console
.
log
(
'支付失败'
,
err
)
;
uni
.
redirectTo
(
{
url
:
'/pages/index/order'
Write
Preview
Loading…
Cancel
Save