提交 上传华为app问题整改
This commit is contained in:
@@ -45,9 +45,11 @@
|
||||
<view class="mine-nav-label">意见反馈</view>
|
||||
<uni-icons type="forward" color="#aaa" size="20"></uni-icons>
|
||||
</view> -->
|
||||
<view class="mine-nav" @click="jump('about')" style="border-bottom: none">
|
||||
<view class="mine-nav-label">关于我们</view>
|
||||
<uni-icons type="forward" color="#aaa" size="20"></uni-icons>
|
||||
<!-- @click="jump('about')" -->
|
||||
<view class="mine-nav" style="border-bottom: none">
|
||||
<view class="mine-nav-label">版本信息</view>
|
||||
<view style="color: #828282;font-size: 14rpx;">当前版本V1.1.1</view>
|
||||
<!-- <uni-icons type="forward" color="#aaa" size="20"></uni-icons> -->
|
||||
</view>
|
||||
<view class="mine-nav" @click="jump('layout')" style="margin-top: 20rpx; border-bottom: none">
|
||||
<view class="mine-nav-label" style="text-align: center">退出登录</view>
|
||||
|
||||
@@ -34,6 +34,7 @@ export default {
|
||||
methods: {
|
||||
init() {
|
||||
queryUserPushConfig().then(res => {
|
||||
console.log(123123,res);
|
||||
this.config = res.data
|
||||
console.log(this.config)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user