App({
onLaunch: function() {
Object.prototype.log = function() {
console.log(this);
};
var f = 7878787;
f.log();
},
domainList: {
api: "http://192.168.0.103:4567"
},
accountInfo: null,
onShow: function() {
},
log: function(obj) {
console.log(obj);
}
})
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
提供下这种格式的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
谢邀,不过看不懂,好难的样子