Commit 1a676701bdf7ba0eb92d6090f0a051d60244a9c2
1 parent
fdc7caae
礼包详情显示 ID
Showing
4 changed files
with
11 additions
and
4 deletions
packageE/pages/user/monthgiftbag/giftpackinfo/giftpackinfo.json
... | ... | @@ -5,6 +5,8 @@ |
5 | 5 | "my_confirm": "/components/my_confirm/my_confirm", |
6 | 6 | "qr_code": "/components/qr_code/qr_code", |
7 | 7 | "nav_b": "/components/nav_b/nav_b", |
8 | - "share": "/components/share/share" | |
9 | - } | |
8 | + "share": "/components/share/share", | |
9 | + "com_top_nav": "/components/com_top_nav/com_top_nav" | |
10 | + }, | |
11 | + "navigationStyle": "custom" | |
10 | 12 | } |
11 | 13 | \ No newline at end of file | ... | ... |
packageE/pages/user/monthgiftbag/giftpackinfo/giftpackinfo.wxml
packageE/pages/user/monthgiftbag/giftpacklist/giftpacklist.json
... | ... | @@ -5,6 +5,8 @@ |
5 | 5 | "my_confirm": "/components/my_confirm/my_confirm", |
6 | 6 | "qr_code": "/components/qr_code/qr_code", |
7 | 7 | "nav_b": "/components/nav_b/nav_b", |
8 | - "share": "/components/share/share" | |
9 | - } | |
8 | + "share": "/components/share/share", | |
9 | + "com_top_nav": "/components/com_top_nav/com_top_nav" | |
10 | + }, | |
11 | + "navigationStyle": "custom" | |
10 | 12 | } |
11 | 13 | \ No newline at end of file | ... | ... |
packageE/pages/user/monthgiftbag/giftpacklist/giftpacklist.wxml
1 | +<com_top_nav title="礼包详情"></com_top_nav> | |
2 | + | |
1 | 3 | <view class="box data-v-3a5b7e36" style="background-color:{{default_color?default_color:'#e85f93'}}"> |
2 | 4 | <view class="box_top data-v-3a5b7e36"> |
3 | 5 | <image src="{{giftImage}}" class="data-v-3a5b7e36" lazy-load="true" binderror="bind_bnerr" data-errorimg="giftImage"></image> | ... | ... |