forked from qmpaas/leadshop
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
修复:公众号商城新客优惠券弹窗位置问题 修复:开屏广告未显示问题 修复:公众号商城提交订单评价问题
- Loading branch information
qmpaas
committed
Jul 1, 2021
1 parent
663c402
commit f905454
Showing
52 changed files
with
122 additions
and
51 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,42 @@ | ||
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><title></title><script>document.addEventListener('DOMContentLoaded', function() { | ||
document.documentElement.style.fontSize = document.documentElement.clientWidth / 20 + 'px' | ||
}) | ||
let origin = window.location.origin; | ||
window.siteinfo = { | ||
"uniacid": "3", | ||
"acid": "3", | ||
"multiid": "0", | ||
"version": "1.2.3", | ||
"AppURL": origin + "/index.php", | ||
"siteroot": origin + "/index.php", | ||
"design_method": "3", | ||
"tabBar": { | ||
"color": "#ccc", | ||
"selectedColor": "#ff4c92", | ||
"borderStyle": "black", | ||
"backgroundColor": "#ffffff", | ||
"list": [] | ||
} | ||
let origin = 'https://test.leadshop.vip' | ||
window.siteinfo = { | ||
"uniacid": "3", | ||
"acid": "3", | ||
"multiid": "0", | ||
"version": "1.1.0", | ||
"AppURL": origin + "/index.php", | ||
"siteroot": origin + "/index.php", | ||
"design_method": "3", | ||
"tabBar": { | ||
"color": "#ccc", | ||
"selectedColor": "#ff4c92", | ||
"borderStyle": "black", | ||
"backgroundColor": "#ffffff", | ||
"list": [{ | ||
"pagePath": "/pages/index/index", | ||
"text": "A" | ||
}, | ||
{ | ||
"pagePath": "/pages/categories/index", | ||
"text": "B" | ||
}, | ||
{ | ||
"pagePath": "/pages/cart/index", | ||
"text": "C" | ||
}, | ||
{ | ||
"pagePath": "/pages/goods/list", | ||
"text": "D" | ||
}, | ||
{ | ||
"pagePath": "/pages/user/index", | ||
"text": "E" | ||
} | ||
] | ||
} | ||
|
||
<?php if (!empty($tabBar)) { | ||
echo "window.siteinfo.tabBar = " . json_encode($tabBar); | ||
} ?> | ||
|
||
} | ||
var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)')) | ||
document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel="stylesheet" href="/assets/wechat/static/index.3e73f18a.css"></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id="app"></div><script src="https://res2.wx.qq.com/open/js/jweixin-1.6.0.js"></script><script src="/assets/wechat/static/js/chunk-vendors.53977fb4.js"></script><script src="/assets/wechat/static/js/index.f2cd58f1.js"></script></body></html> | ||
document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel="stylesheet" href="/assets/wechat/static/index.3e73f18a.css"></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id="app"></div><script src="https://res2.wx.qq.com/open/js/jweixin-1.6.0.js"></script><script src="/assets/wechat/static/js/chunk-vendors.b94c27cd.js"></script><script src="/assets/wechat/static/js/index.1ee721a2.js"></script></body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
<!DOCTYPE html><html lang="zh-CN"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><title></title><script>document.addEventListener('DOMContentLoaded', function() { | ||
document.documentElement.style.fontSize = document.documentElement.clientWidth / 20 + 'px' | ||
}) | ||
let origin = window.location.origin; | ||
window.siteinfo = { | ||
"uniacid": "3", | ||
"acid": "3", | ||
"multiid": "0", | ||
"version": "1.2.3", | ||
"AppURL": origin + "/index.php", | ||
"siteroot": origin + "/index.php", | ||
"design_method": "3", | ||
"tabBar": { | ||
"color": "#ccc", | ||
"selectedColor": "#ff4c92", | ||
"borderStyle": "black", | ||
"backgroundColor": "#ffffff", | ||
"list": [] | ||
} | ||
} | ||
let origin = window.location.origin; | ||
window.siteinfo = { | ||
"uniacid": "3", | ||
"acid": "3", | ||
"multiid": "0", | ||
"version": "1.2.3", | ||
"AppURL": origin + "/index.php", | ||
"siteroot": origin + "/index.php", | ||
"design_method": "3", | ||
"tabBar": { | ||
"color": "#ccc", | ||
"selectedColor": "#ff4c92", | ||
"borderStyle": "black", | ||
"backgroundColor": "#ffffff", | ||
"list": [] | ||
} | ||
} | ||
|
||
<?php if (!empty($tabBar)) { | ||
echo "window.siteinfo.tabBar = " . json_encode($tabBar); | ||
} ?> | ||
|
||
<?php if (!empty($tabBar)) { | ||
echo "window.siteinfo.tabBar = " . json_encode($tabBar); | ||
} ?> | ||
|
||
var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)')) | ||
document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel="stylesheet" href="/assets/wechat/static/index.3e73f18a.css"></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id="app"></div><script src="https://res2.wx.qq.com/open/js/jweixin-1.6.0.js"></script><script src="/assets/wechat/static/js/chunk-vendors.53977fb4.js"></script><script src="/assets/wechat/static/js/index.f2cd58f1.js"></script></body></html> | ||
document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel="stylesheet" href="/assets/wechat/static/index.3e73f18a.css"></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><div id="app"></div><script src="https://res2.wx.qq.com/open/js/jweixin-1.6.0.js"></script><script src="/assets/wechat/static/js/chunk-vendors.b94c27cd.js"></script><script src="/assets/wechat/static/js/index.1ee721a2.js"></script></body></html> |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
views/wechat/static/js/index.f2cd58f1.js → views/wechat/static/js/index.455418a0.js
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
...s-index~pages-coupon-detail~pages-goods-detail~pages-goods-list~page~14341ccd.24b72a45.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
...s-index~pages-coupon-detail~pages-goods-detail~pages-goods-list~page~bc2707a2.13935061.js
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.