安卓显示备案号 安卓 IOS显示注销账户

cyl/develop
zsk 12 months ago
parent 91379c5025
commit 150118f469

@ -449,8 +449,9 @@
</navigator> </navigator>
</view> </view>
</view> </view>
<!-- #if ANDROID -->
<view class="c9 f12 tc" style="position: absolute;bottom:0; left: 50%;transform: translateX(-50%);">豫ICP备2023001993号-27A</view> <view class="c9 f12 tc" style="position: absolute;bottom:0; left: 50%;transform: translateX(-50%);">豫ICP备2023001993号-27A</view>
<!-- #endif -->
<!-- #if MP --> <!-- #if MP -->
<view class="mt10" wx:if="{{appId == 'wxe431e0b3abd9ae0b'}}" hover-class="none" hover-stop-propagation="false"> <view class="mt10" wx:if="{{appId == 'wxe431e0b3abd9ae0b'}}" hover-class="none" hover-stop-propagation="false">

@ -72,10 +72,12 @@
<text class="f16">退出登录</text> <text class="f16">退出登录</text>
</view> </view>
</view> </view>
<!-- #if ANDROID || IOS -->
<view catchtap="logOff" style="position: absolute;bottom:40px; left: 50%;transform: translateX(-50%);" hover-class="thover"> <view catchtap="logOff" style="position: absolute;bottom:40px; left: 50%;transform: translateX(-50%);" hover-class="thover">
<view class="tc mt120"> <view class="tc mt120">
<text class="f12 c9">注销账号</text> <text class="f12 c9">注销账号</text>
</view> </view>
</view> </view>
<view class="c9 f12 tc" style="position: absolute;bottom:20px; left: 50%;transform: translateX(-50%);">豫ICP备2023001993号-27A</view> <view class="c9 f12 tc" style="position: absolute;bottom:20px; left: 50%;transform: translateX(-50%);">豫ICP备2023001993号-27A</view>
<!-- #endif -->
</view> </view>

Loading…
Cancel
Save