|
|
@@ -286,6 +286,7 @@
|
|
|
bottom: 0;
|
|
|
width: 100%;
|
|
|
padding: 14px;
|
|
|
+ z-index: 10;
|
|
|
background-color: white;
|
|
|
border-top: 1px solid #eee;
|
|
|
">
|
|
|
@@ -1460,15 +1461,7 @@ export default {
|
|
|
res.data.orderUrl != null &&
|
|
|
(res.data.orderUrl != '') & (res.data.orderUrl != undefined)
|
|
|
) {
|
|
|
- // window.location.replace(res.data.orderUrl);
|
|
|
- that.$dialog
|
|
|
- .confirm({
|
|
|
- title: '测试测试',
|
|
|
- message: '测试测试',
|
|
|
- })
|
|
|
- .then(() => {
|
|
|
- window.open(res.data.orderUrl);
|
|
|
- });
|
|
|
+ window.location.replace(res.data.orderUrl);
|
|
|
} else {
|
|
|
checkVisit({ storeId: res.data.sfaStore.storeId }).then((response) => {
|
|
|
localStorage.setItem('startTime', new Date());
|