Commit 464ccc30 by 程默

ff

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