Commit 9e5730e3 authored by 张娇(东信)'s avatar 张娇(东信)

Merge remote-tracking branch 'origin/master'

parents b1f3ccf1 41caadf3
...@@ -304,7 +304,7 @@ ...@@ -304,7 +304,7 @@
/> />
<br /> <br />
</template> </template>
<span v-html="v.activityDescribes"></span> <span class="desc" v-html="v.activityDescribes"></span>
</div> </div>
<p> <p>
<img class="icon" src="/static/assistingAgriculture/routeDetails/clock.png" /> <img class="icon" src="/static/assistingAgriculture/routeDetails/clock.png" />
...@@ -1059,6 +1059,21 @@ uni-page-body { ...@@ -1059,6 +1059,21 @@ uni-page-body {
font-weight: normal; font-weight: normal;
line-height: normal; line-height: normal;
color: #3d3d3d; color: #3d3d3d;
.desc {
img {
max-width: 100%;
object-fit: cover;
height: auto;
margin-top: 20rpx;
}
p {
font-size: 24rpx;
}
li {
font-size: 24rpx;
margin-top: 8rpx;
}
}
} }
.icon { .icon {
height: 32rpx; height: 32rpx;
......
...@@ -497,8 +497,19 @@ page { ...@@ -497,8 +497,19 @@ page {
padding: 20rpx; padding: 20rpx;
.desc { .desc {
padding-bottom: 20rpx; padding-bottom: 20rpx;
img { img {
width: 100%; max-width: 100%;
object-fit: cover;
height: auto;
margin-top: 20rpx;
}
p {
font-size: 24rpx;
}
li {
font-size: 24rpx;
margin-top: 8rpx;
} }
} }
} }
......
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
@change="onChange" @change="onChange"
customClass="guiyang" customClass="guiyang"
height="136rpx" height="136rpx"
imageMode="aspectFit" imageMode="scaleToFill"
></wd-swiper> ></wd-swiper>
<!-- 附近人气美食 --> <!-- 附近人气美食 -->
<view class="nearby"> <view class="nearby">
......
...@@ -196,8 +196,8 @@ const fileDomain = import.meta.env.VITE_APP_IMG_URL; ...@@ -196,8 +196,8 @@ const fileDomain = import.meta.env.VITE_APP_IMG_URL;
const stateList = ref({}); const stateList = ref({});
const orderDic = ref(); const orderDic = ref();
onLoad(async (options) => { onLoad(async (options) => {
// await signIn(); await signIn();
if (!getToken()) await signIn2(); // if (!getToken()) await signIn2();
if (!getOrderDic()) await orderStatus(); if (!getOrderDic()) await orderStatus();
orderDic.value = getOrderDic(); orderDic.value = getOrderDic();
orderDic.value.baseOrder[0].value = 'all'; orderDic.value.baseOrder[0].value = 'all';
......
...@@ -998,10 +998,10 @@ page { ...@@ -998,10 +998,10 @@ page {
margin-top: 20rpx; margin-top: 20rpx;
} }
p { p {
font-size: 22rpx; font-size: 24rpx;
} }
li { li {
font-size: 22rpx; font-size: 24rpx;
margin-top: 8rpx; margin-top: 8rpx;
} }
.rich-more-btn { .rich-more-btn {
......
...@@ -131,8 +131,8 @@ const fileDomain = import.meta.env.VITE_APP_IMG_URL; ...@@ -131,8 +131,8 @@ const fileDomain = import.meta.env.VITE_APP_IMG_URL;
const contentHeight = ref('88rpx'); const contentHeight = ref('88rpx');
onLoad(async () => { onLoad(async () => {
// await signIn(); await signIn();
if (!getToken()) await signIn2(); // if (!getToken()) await signIn2();
xma.xh.getMenuButtonBoundingClientRect({ xma.xh.getMenuButtonBoundingClientRect({
success(res) { success(res) {
contentHeight.value = res.bottom * 2 + 10 + 'rpx'; // 左边界坐标,单位:px contentHeight.value = res.bottom * 2 + 10 + 'rpx'; // 左边界坐标,单位:px
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment