protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
this.setContentView(layout.dcloud_wxshare_mutli_layout);
TextView textView = (TextView)this.findViewById(id.dcloud_wxpay_tv_loading);
textView.setText(string.dcloud_feature_wxshare_loading);
}
拉起微信小程序支付后 回到app 一直有一个loading
1 个回复
l***@163.com (作者) - 自由职业者
我用的是launchMiniProgram函数,但是当我将wgt包上线到flutter App上的时候,IOS系统没出现问题,Android手机当我点击跳转微信小程序之后就一直有一个加载中图标,而且不知道怎么去掉,从微信小程序返回APP的小程序这个图标也一直存在,直到我手动点击一下返回,该图标才消失,