Commit 73d89965 by 高淑倩

setwatch

parent ef86203a
...@@ -505,6 +505,7 @@ class WXService extends Http { ...@@ -505,6 +505,7 @@ class WXService extends Http {
onLoad: function (...args) { onLoad: function (...args) {
const page = this const page = this
_self.initAppGlobalDataSync() _self.initAppGlobalDataSync()
watch.setWatcher(page);
//修改参数 //修改参数
let pageIsFromShare = false, id = null; let pageIsFromShare = false, id = null;
args.forEach(item => { args.forEach(item => {
......
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