From 812d7096e1626e74f685fbba6d5086b8c8d8e1c2 Mon Sep 17 00:00:00 2001 From: yvan.ni Date: Tue, 12 Oct 2021 10:34:47 +0800 Subject: [PATCH] 预售商品再显示定金的时候 --- packageC/pages/presell/cart/cart2_pre.js | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/packageC/pages/presell/cart/cart2_pre.js b/packageC/pages/presell/cart/cart2_pre.js index 2751f84..95e1355 100644 --- a/packageC/pages/presell/cart/cart2_pre.js +++ b/packageC/pages/presell/cart/cart2_pre.js @@ -55,6 +55,9 @@ Page({ agree_no_ref:0 }, onLoad: function(t) { + wx.setNavigationBarTitle({ + title: "填写订单", + }); var th = this; this.setData({ is_b_now: 1}); th.data.postdata=getApp().get_b_now(); th.data.param=t; -- libgit2 0.21.4