Commit 11c1cce0 authored by zhengke's avatar zhengke

修改

parent dba9eddd
...@@ -164,6 +164,7 @@ ...@@ -164,6 +164,7 @@
}, },
methods: { methods: {
goFukuan(){ goFukuan(){
var that = this;
var tempObj = uni.getStorageSync('basedata').mall.wechatmessage; var tempObj = uni.getStorageSync('basedata').mall.wechatmessage;
var tmplIds = ''; var tmplIds = '';
if(tempObj&&tempObj.length>0){ if(tempObj&&tempObj.length>0){
...@@ -172,7 +173,7 @@ ...@@ -172,7 +173,7 @@
uni.requestSubscribeMessage({ uni.requestSubscribeMessage({
tmplIds: tmplIds, tmplIds: tmplIds,
complete(res) { complete(res) {
this.goZhifu(); that.goZhifu();
} }
}) })
}, },
......
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