Commit 5bb46f0e by 谢中龙

修改字段

parent a9d191d6
...@@ -193,13 +193,17 @@ wxService.page({ ...@@ -193,13 +193,17 @@ wxService.page({
if(this.data.donate){ if(this.data.donate){
this.getUserShowRewardCollectionPoint(id); this.getUserShowRewardCollectionPoint(id);
} }
else{
//弹出订阅消息确认框
this.showOrHideTemplateModal(id);
}
} }
}) })
} }
} }
}); });
this.showOrHideTemplateModal(id);
}, },
//获取用户扫码进来是否需要弹出领取集点的 //获取用户扫码进来是否需要弹出领取集点的
getUserShowRewardCollectionPoint(id){ getUserShowRewardCollectionPoint(id){
...@@ -211,6 +215,10 @@ wxService.page({ ...@@ -211,6 +215,10 @@ wxService.page({
if(data == 1){ if(data == 1){
this.showConfirmModal(id); this.showConfirmModal(id);
} }
else{
//弹出订阅消息确认框
this.showOrHideTemplateModal(id);
}
} }
} }
}) })
...@@ -257,6 +265,8 @@ wxService.page({ ...@@ -257,6 +265,8 @@ wxService.page({
}); });
this.userConfirmGetCollectionPoint(this.data.id); this.userConfirmGetCollectionPoint(this.data.id);
this.onTapSureSubTemplate();
}, },
//调用领取接口 //调用领取接口
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
"disablePlugins": [], "disablePlugins": [],
"outputPath": "" "outputPath": ""
}, },
"useCompilerModule": false, "useCompilerModule": true,
"userConfirmedUseCompilerModuleSwitch": false "userConfirmedUseCompilerModuleSwitch": false
}, },
"compileType": "miniprogram", "compileType": "miniprogram",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment