Commit 464ccc30 by 程默

ff

parent cae74365
...@@ -259,7 +259,6 @@ export default { ...@@ -259,7 +259,6 @@ export default {
// var query = options.query.dentistId; // 参数二维码传递过来的场景参数 // var query = options.query.dentistId; // 参数二维码传递过来的场景参数
} }
console.log("url", this.link + this.page + this.params); console.log("url", this.link + this.page + this.params);
this.getSpokesman();
this.init(); this.init();
}, },
onShow() { onShow() {
...@@ -395,7 +394,8 @@ export default { ...@@ -395,7 +394,8 @@ export default {
onUnload() { onUnload() {
console.log("卸载----------------", this.options); console.log("卸载----------------", this.options);
}, },
onShareAppMessage(res) { async onShareAppMessage(res) {
await this.getSpokesman();
console.log(res) console.log(res)
console.log( console.log(
this.shareShopName, this.shareShopName,
......
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