Commit 812d7096e1626e74f685fbba6d5086b8c8d8e1c2
1 parent
661b75fc
预售商品再显示定金的时候
Showing
1 changed file
with
3 additions
and
0 deletions
packageC/pages/presell/cart/cart2_pre.js
@@ -55,6 +55,9 @@ Page({ | @@ -55,6 +55,9 @@ Page({ | ||
55 | agree_no_ref:0 | 55 | agree_no_ref:0 |
56 | }, | 56 | }, |
57 | onLoad: function(t) { | 57 | onLoad: function(t) { |
58 | + wx.setNavigationBarTitle({ | ||
59 | + title: "填写订单", | ||
60 | + }); | ||
58 | var th = this; this.setData({ is_b_now: 1}); | 61 | var th = this; this.setData({ is_b_now: 1}); |
59 | th.data.postdata=getApp().get_b_now(); | 62 | th.data.postdata=getApp().get_b_now(); |
60 | th.data.param=t; | 63 | th.data.param=t; |