NotAFunction

错误信息:

1
2
VM2952:1 thirdScriptError
this.showSession is not a function;at pages/index/main handleProxy function;at api request success callback function

解决方案

  1. 1
    2
    3
    4
    5
    6
    7
    8
    var that = this
    that.showSession()
    ---
    methods: {
    showSession: function(){

    }
    }