| | |
| | | <view class="content"> |
| | | <view class="top"> |
| | | <view class="titie"> |
| | | <span>群防群控APP</span> |
| | | <span>洪城义警APP</span> |
| | | </view> |
| | | <view class="cell"> |
| | | <view class="name">账号</view> |
| | |
| | | }, |
| | | methods: { |
| | | judgeUse() { |
| | | |
| | | // var main = plus.android.runtimeMainActivity();//获取当前的Activity |
| | | // var res=main.getResData();//直接调用自定义Activity中的getResData方法 |
| | | // uni.showToast({ |
| | | // title: res, |
| | | // icon:'none', |
| | | // duration: 2000 |
| | | // }); |
| | | |
| | | var login = WxStorage.get("init") //重复登录 |
| | | var name = WxStorage.get("name") |
| | | var userID = WxStorage.get("ids") |
| | |
| | | span { |
| | | font-weight: 600; |
| | | font-size: 6vw; |
| | | color: #14b9c8; |
| | | color: #103289; |
| | | } |
| | | } |
| | | .container { |
| | |
| | | line-height: 30rpx; |
| | | |
| | | text { |
| | | color: #14b9c8; |
| | | color: #103289; |
| | | } |
| | | } |
| | | |
| | |
| | | line-height: 86rpx; |
| | | box-sizing: border-box; |
| | | border-radius: 15rpx; |
| | | background-color: #14b9c8; |
| | | background-color: #103289; |
| | | color: #ffffff; |
| | | |
| | | &::after { |
| | |
| | | font-size: 22rpx; |
| | | font-family: Adobe Heiti Std; |
| | | font-weight: normal; |
| | | color: #14b9c8; |
| | | color: #103289; |
| | | line-height: 34rpx; |
| | | } |
| | | |