wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
812d7096e1626e74f685fbba6d5086b8c8d8e1c2
Authored by
yvan.ni
2021-10-12 10:34:47 +0800
1 parent
661b75fc
预售商品再显示定金的时候
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
packageC/pages/presell/cart/cart2_pre.js
packageC/pages/presell/cart/cart2_pre.js
View file @
812d709
...
...
@@ -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;
...
...