接入抖音广告,没有报错,但是显示不出激励广告的测试框

image

这不是成功了吗?用手机测试啊

真机测试正常,就是抖音开发者工具中不显示。

成功了,问下大佬, tt.showLoading(); 显示不出咋回事。一定要配置title吗?

Page({

toast1Tap: function () {
tt.showLoading({
title: “加载中”,
success(res) {
console.log(‘showLoading success’, res);
},
fail(err) {
console.log(‘showLoading fail’, err);
},
complete(res) {
console.log(‘showLoading complete’, res);
}
})
},
onUnload(){
tt.hideLoading();
}

});