Commit 73508876 authored by lei's avatar lei

fix:商户扫码判断,非商户码提示信息、商户详情标题颜色

parent 5f9253b0
...@@ -121,14 +121,14 @@ window.onload = function () { ...@@ -121,14 +121,14 @@ window.onload = function () {
merId: strUrl.searchParams.get('merId'), merId: strUrl.searchParams.get('merId'),
accessType: strUrl.searchParams.get('accessType') accessType: strUrl.searchParams.get('accessType')
}; };
// location.href = 'shanghu_home.html' if (param.merId == null || param.merId == '') {
// let param = { alert('请扫描正确的商家二维码')
// accessType: 'saoma', return
// merId: data, } else {
// }
let url = gemhoUtil.setParameter(`./src/_shanghu_home.html`, param) let url = gemhoUtil.setParameter(`./src/_shanghu_home.html`, param)
gemhoUtil.navigatePage(url, '跳转中...') gemhoUtil.navigatePage(url, '跳转中...')
//成功回调 }
}, },
fail: function (data) { fail: function (data) {
//错误返回 //错误返回
......
...@@ -122,7 +122,7 @@ body { ...@@ -122,7 +122,7 @@ body {
/* 防止标题被压缩 */ /* 防止标题被压缩 */
width: 1.7rem; width: 1.7rem;
/* 标题固定宽度,可根据需求调整 */ /* 标题固定宽度,可根据需求调整 */
color: #333; color: #222;
font-size: 0.28rem; font-size: 0.28rem;
font-weight: bold; font-weight: bold;
text-align: left; text-align: left;
...@@ -169,7 +169,9 @@ body { ...@@ -169,7 +169,9 @@ body {
margin-bottom: 10px; margin-bottom: 10px;
font-weight: 400; font-weight: 400;
} }
.imager-item-title span {
color: #222;
}
/* vant tab底部栏颜色 */ /* vant tab底部栏颜色 */
.van-tabs__line { .van-tabs__line {
background-color: #1081e3; background-color: #1081e3;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment