diff --git a/pages/canteenRent/rentEdit.vue b/pages/canteenRent/rentEdit.vue index 3e7dcf3..109d47c 100644 --- a/pages/canteenRent/rentEdit.vue +++ b/pages/canteenRent/rentEdit.vue @@ -400,7 +400,7 @@ } } - const typeList = ref({}) + const typeList = ref([]) const typeShowList = ref([]) async function getTypeList() { const res = await sheep.$api.rent.listType({}); diff --git a/pages/index/fabu.vue b/pages/index/fabu.vue index 34fd10e..93da608 100644 --- a/pages/index/fabu.vue +++ b/pages/index/fabu.vue @@ -414,7 +414,7 @@ } } - const typeList = ref({}) + const typeList = ref([]) const typeShowList = ref([]) async function getTypeList() { const res = await sheep.$api.rent.listType({}); diff --git a/pages/index/user.vue b/pages/index/user.vue index c847230..0f0d3e3 100644 --- a/pages/index/user.vue +++ b/pages/index/user.vue @@ -173,7 +173,7 @@ @@ -693,16 +693,19 @@ .texbut { width: 507rpx; - height: 120rpx; + height: 93rpx; border-radius: 16rpx; - background: #ffbd25; + // background: #ffbd25; + background-image: url('https://jiangxiaoxian.0rui.cn/loginBtn.png'); + background-size: 100%; font-size: 34rpx; color: #3d3d3d; font-weight: bold; display: flex; justify-content: center; align-items: center; - margin: 0 auto; + margin-top: 30rpx; + // margin: 0 auto; } }