11 lines
257 B
Plaintext
11 lines
257 B
Plaintext
<view class="container" wx:if="{{loadingHidden}}">
|
|
<button class="mybtn" app-parameter="WeChat" open-type="launchApp" binderror="launchAppError" >返回APP</button>
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
<loading hidden="{{loadingHidden}}">
|
|
加载中...
|
|
</loading> |