@ -1,7 +1,7 @@
<!--pages/mine/mine.wxml-->
<view class="header">
<view class="navigation" style="height: {{navigationHeight}}px; top: {{statusHeight}}px;">
<view style="margin-top: 60rpx;">我的</view>
<view style="margin-top: 100rpx;">我的</view>
</view>
<view class="content">
<view class="left"><image wx:if="{{avatar}}" src="{{avatar}}" mode="aspectFill"/></view>
@ -3,12 +3,9 @@ page{
height: 100vh;
width: 100%;
background-color: #f7f7f7;
}
.nase{
height: 100%;
/* height: 100%; */
border: 3rpx solid #F7F7F7;
border-radius: 30rpx;
position: relative;
@ -8,6 +8,7 @@ module.exports = {
// return 'https://epmet-preview.elinkservice.cn/api/' // 演示环境
// return 'http://192.168.1.144/api/' //测试环境
return 'http://219.146.91.110:30801/api/'
//return http://219.146.91.110:30801/api //外网