Commit 11c1cce0 authored by zhengke's avatar zhengke

修改

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