wangyx 1 month ago
parent
commit
7f776bfd7e
  1. 14
      pages/tabBar/mine/index.vue
  2. 2
      pagesA/release/detail/detail.vue
  3. 1
      utils/config.js

14
pages/tabBar/mine/index.vue

@ -23,7 +23,6 @@
<u-icon name="arrow-right" color="#bbb" size="22"></u-icon> <u-icon name="arrow-right" color="#bbb" size="22"></u-icon>
</view> </view>
<view class="btn" @click="handleLogout">退出登录</view> <view class="btn" @click="handleLogout">退出登录</view>
</view> </view>
</view> </view>
</template> </template>
@ -56,7 +55,6 @@ export default {
// url: "/pagesA/mine/changePwd", // url: "/pagesA/mine/changePwd",
// }, // },
], ],
}; };
}, },
onLoad() { onLoad() {
@ -108,13 +106,17 @@ export default {
rgba(19, 194, 194, 1) 3.03%, rgba(19, 194, 194, 1) 3.03%,
rgba(70, 219, 213, 1) 96.43% rgba(70, 219, 213, 1) 96.43%
); );
color: rgba(255, 255, 255, 1); color: #fff;
font-size: 34rpx; font-size: 34rpx;
text-align: center; text-align: center;
margin: auto;
margin-top: 40rpx;
position: fixed; position: fixed;
bottom: -100rpx; left: 0;
right: 0;
// top: 200rpx;
bottom: 60rpx;
margin-left: auto;
margin-right: auto;
margin-top: 0;
} }
.mine-content { .mine-content {
min-height: 100vh; min-height: 100vh;

2
pagesA/release/detail/detail.vue

@ -121,7 +121,7 @@ export default {
userInfo: {}, // userInfo: {}, //
roomDetail: {}, // roomDetail: {}, //
btnStyle: btnStyle:
"background:linear-gradient(90deg,#0DC6C6 0%,#13C2C2 100%);font-size:36rpx;border-radius:48rpx;width:60vw;height:80rpx;", "background:linear-gradient(90deg,#0DC6C6 0%,#13C2C2 100%);font-size:36rpx;border-radius:48rpx;width:60vw;height:80rpx;border:none;",
deviceList: [ deviceList: [
{ name: "空调", status: "完好" }, { name: "空调", status: "完好" },
{ name: "冰箱", status: "完好" }, { name: "冰箱", status: "完好" },

1
utils/config.js

@ -1 +1,2 @@
export const baseUrl = "http://219.146.91.110:30801/mz-api"; export const baseUrl = "http://219.146.91.110:30801/mz-api";
// export const baseUrl = "https://zsbz.qdcfy.com/mz-api";

Loading…
Cancel
Save