Micro-channel applet --thirdScriptError ns is not a function

Foreword

Carelessness ~

step

Error Details

VM5880:1 thirdScriptError
n.s is not a function; [Component] Event Handler Error @ pages/auth/main#bound handleProxy
TypeError: n.s is not a function
    at Me.getMobile (http://127.0.0.1:58111/appservice/pages/auth/main.js:111:15)
    at Me.n [as getMobile] (http://127.0.0.1:58111/appservice/common/vendor.js:149:56)
    at Me.getPhoneNumber (http://127.0.0.1:58111/appservice/pages/auth/main.js:77:121)
    at Array.n (http://127.0.0.1:58111/appservice/common/vendor.js:149:56)
    at Me.$handleProxyWithVue (http://127.0.0.1:58111/appservice/common/vendor.js:2511:44)
    at be.handleProxy (http://127.0.0.1:58111/appservice/common/vendor.js:2370:24)
    at Object.r.safeCallback (http://127.0.0.1:58111/appservice/__dev__/WAService.js:2:1342048)
    at http://127.0.0.1:58111/appservice/__dev__/WAService.js:2:1519647
    at r (http://127.0.0.1:58111/appservice/__dev__/WAService.js:2:1469344)
    at http://127.0.0.1:58111/appservice/__dev__/WAService.js:2:1469466

solve

  1. Find the corresponding file
  2. Check the corresponding method
  3. When modifying the name of the method, a request httpto change httpsthe time to httpchanged s, this would not sfunction, so the error is constant.

Guess you like

Origin www.cnblogs.com/wangyang0210/p/12464969.html