Commit 43cfc832 authored by Xuguangxing's avatar Xuguangxing

feat: 修复跳转购物车失败的问题

parent 08687515
...@@ -5,7 +5,7 @@ export const home = { ...@@ -5,7 +5,7 @@ export const home = {
}; };
export const shopcart = { export const shopcart = {
app: 'xyqb://shoppingCartTab', app: 'xyqb://shoppingCart',
wxmp: '/pages/shopcart/index', wxmp: '/pages/shopcart/index',
h5: 'https://xincheng.q-gp.com/shopCart' h5: 'https://xincheng.q-gp.com/shopCart'
}; };
......
...@@ -368,8 +368,7 @@ export default class Activity extends Mixins(TransformStyleMixin, BottomNavStyle ...@@ -368,8 +368,7 @@ export default class Activity extends Mixins(TransformStyleMixin, BottomNavStyle
mpBridge = new MpBridge(); mpBridge = new MpBridge();
const jumpConfig = { const jumpConfig = {
// 需要打开的新链接 // 需要打开的新链接
newUrl: pageUrl, newUrl: pageUrl
type: 'switchTab'
}; };
mpBridge.openNewUrl(jumpConfig); mpBridge.openNewUrl(jumpConfig);
mpBridge = null; mpBridge = null;
......
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
display: flex; display: flex;
justify-content: space-around; justify-content: space-around;
.navItem{ .navItem{
width: 50px; width: 56px;
height: 100%; height: 100%;
display: flex; display: flex;
justify-content: center; justify-content: center;
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
.text{ .text{
margin-top: 2px; margin-top: 2px;
text-align: center; text-align: center;
font-size: 12px; font-size: 10px;
} }
} }
} }
......
...@@ -24,5 +24,26 @@ ...@@ -24,5 +24,26 @@
"qiniu": { "qiniu": {
"qiniuUpHost": "https://up-z0.qiniup.com", "qiniuUpHost": "https://up-z0.qiniup.com",
"qiniuHost": "https://appsync.lkbang.net" "qiniuHost": "https://appsync.lkbang.net"
},
"vertify": {
"/FZz8NUb3x0.txt": "ca1c52b4801a7741ccdbbe47797d574e",
"/Ra6UCOeIhV.txt": "0b54b6896ca0bdaa53b9b4e49c403f30",
"/2OqnbvHjoq.txt": "90e68e2c196781968dba89bd5e6ac182",
"/9HFuiOJ4BG.txt": "97efde44dc917901a8ca25a0feb54ad8",
"/bAgsGUG45y.txt": "25638138b18af91b2dd64db906b056a4",
"/c8PA5Gybed.txt": "03f5c047a87a73854381c1d19c50fd68",
"/J5QboPVm8N.txt": "8fb57cfb856841b9d877e61df0729232",
"/Jb5PMgT5lb.txt": "59297e3b609ad1c26e5b334fa56af181",
"/NqUTl0J6Ed.txt": "cbc525fd71a2beb519d349084dece8da",
"/qsBZfgOk4y.txt": "8a154639c8af235d06e4b291463fb7a0",
"/tPICMyeJfv.txt": "11f2efef0527b792380784ea1b4a4b65",
"/UBRJar2pST.txt": "3c6152f098bc4e3edad5b36f550cd268",
"/yB3tnMTnRc.txt": "5c9d1a08b3bda49beb0f950b1cdec27b",
"/gAnCcSGwFu.txt": "a8ae84f68ea72f82beff325a59fd2c58",
"/qqCExxuPJ7.txt": "a1da927722f735a09065407e32beb56a",
"/86b9af10a6b70c8be78c9095b24448ec.html": "5c9d1a08b3bda49beb0f950b1cdec27b",
"/bd_mapp_domaincer_25998612.txt": "a7ff4d126c6a7b90c73356e410a163b9",
"/MP_verify_f4VWFoFpHgzmqFbo.txt": "f4VWFoFpHgzmqFbo",
"/MP_verify_KbcgqpEmfvW0J3Ts.txt": "KbcgqpEmfvW0J3Ts"
} }
} }
\ No newline at end of file
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