zengxh
    onLoad(req) {
            _self=this;
            _globalData=getApp().globalData;
            this.webUrl=_globalData.PageWebUrl;                
            if(this.webUrl==\'\')
            {
                this.webUrl=req.webUrl;
            }       
            
            
        },
        onShareAppMessage: function () {            
             //微信设置可以转发    
            return {
                    //title: \'分享标题\',                 
                    path: \'/pages/Main/PageWeb?webUrl=\'+_self.webUrl // 路径,传递参数到指定页面。
                }    
        },

 

分类:

技术点:

相关文章:

  • 2022-01-02
  • 2021-11-21
  • 2021-08-02
  • 2022-01-02
  • 2021-12-01
  • 2021-08-15
  • 2021-12-01
猜你喜欢
  • 2021-12-01
  • 2021-11-30
  • 2021-08-27
  • 2021-12-10
  • 2021-12-01
  • 2021-09-23
  • 2021-12-10
相关资源
相似解决方案