更换宣教图标、套餐增加返回按钮、推荐套餐不显示的问题

main
yanzai 1 year ago
parent fd485c9034
commit 72f097141d

@ -100,7 +100,7 @@ class HomeController extends Controller
'message' => '', 'message' => '',
'name' => '健康宣教', 'name' => '健康宣教',
'jump' => '/pages/posts/posts/posts?type=4', 'jump' => '/pages/posts/posts/posts?type=4',
'icon' => '/assets/h5/a_jiankangzhidao.png' 'icon' => '/assets/h5/xuanjiao.png'
], ],
[ [

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

@ -10,7 +10,8 @@
"path": "pages/main/combo/combo", "path": "pages/main/combo/combo",
"style": { "style": {
"navigationBarTitleText": "套餐", "navigationBarTitleText": "套餐",
"navigationStyle": "custom" "navigationBarBackgroundColor": "#239EA3",
"navigationBarTextStyle": "white"
} }
}, },
{ {

@ -234,6 +234,7 @@ const toDetails = (state) => {
const buy = async (item) => { const buy = async (item) => {
if (item) { if (item) {
comboId.value = item.combo_id; comboId.value = item.combo_id;
selectIds.value=[];
await getBuyInfo(); await getBuyInfo();
} }
// //

Loading…
Cancel
Save