Commit 812d7096e1626e74f685fbba6d5086b8c8d8e1c2

Authored by yvan.ni
1 parent 661b75fc

预售商品再显示定金的时候

packageC/pages/presell/cart/cart2_pre.js
... ... @@ -55,6 +55,9 @@ Page({
55 55 agree_no_ref:0
56 56 },
57 57 onLoad: function(t) {
  58 + wx.setNavigationBarTitle({
  59 + title: "填写订单",
  60 + });
58 61 var th = this; this.setData({ is_b_now: 1});
59 62 th.data.postdata=getApp().get_b_now();
60 63 th.data.param=t;
... ...