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
d3ed7be120505a490072326b6a6bad1df521032e
Authored by
yvan.ni
2022-03-11 18:04:27 +0800
1 parent
e729a1e2
订阅消息的时候
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
pages/cart/cart2/cart2.js
pages/cart/cart2/cart2.js
View file @
d3ed7be
...
...
@@ -4371,6 +4371,7 @@ Page({
4371
4371
sendsm: function (func) {
4372
4372
let th =this;
4373
4373
var template_id = this.data.template_id;
4374
+ getApp().globalData.no_clear=1;
4374
4375
// //授权订阅
4375
4376
wx.requestSubscribeMessage({
4376
4377
tmplIds: [template_id],
...
...