We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 899119f commit ab5b2a6Copy full SHA for ab5b2a6
Demo/API_V2/Assets/API/GUI/Interact/InteractSO.asset
@@ -26,3 +26,4 @@ MonoBehaviour:
26
- buttonText: "\u9690\u85CF\u6D88\u606F\u63D0\u793A\u6846"
27
- buttonText: "\u9690\u85CF loading \u63D0\u793A\u6846"
28
initialResultList: []
29
+ entryOrder: 0
Demo/API_V2/Assets/API/Navigate/Navigate/Navigate.cs
@@ -68,7 +68,12 @@ public void backMiniProgram()
68
},
69
fail = (res) =>
70
{
71
- Debug.Log("fail: " + JsonUtility.ToJson(res));
+ WX.ShowModal(
72
+ new ShowModalOption()
73
+ {
74
+ content = "BannerAd OnLoad Result:" + JsonUtility.ToJson(res)
75
+ }
76
+ );
77
78
complete = (res) =>
79
0 commit comments