同一套代码,运行到微信小程序编译成功;运行到抖音小程序报错。主要是一些方法或者变量undefined,比如
uni.$u:Cannot set properties of undefined (setting '$u')
common_vendor.defineStore is not a function;
common_vendor.createSSRApp is not a function;
不晓得是不是哪里包引用路径有问题,但是微信小程序编译不出错。
有没有老师能帮忙看看
同一套代码,运行到微信小程序编译成功;运行到抖音小程序报错。主要是一些方法或者变量undefined,比如
uni.$u:Cannot set properties of undefined (setting '$u')
common_vendor.defineStore is not a function;
common_vendor.createSSRApp is not a function;
不晓得是不是哪里包引用路径有问题,但是微信小程序编译不出错。
有没有老师能帮忙看看