Commit 5958fc2f by CHEN\chenXi

修改

parent 5f0cf756
...@@ -7,6 +7,13 @@ ...@@ -7,6 +7,13 @@
} }
}, },
{ {
"path": "pages/homePage/index",
"style": {
"navigationStyle": "custom",
"navigationBarBackgroundColor": "#FFF"
}
},
{
"path": "pages/third/index", "path": "pages/third/index",
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom"
......
<template>
<view class="container">w</view>
</template>
<script setup></script>
<style scoped lang="scss">
.container{
width: 100%;
min-height: 100%;
}
</style>
\ No newline at end of file
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
mode="widthFix"></image> mode="widthFix"></image>
<!-- pH图片(当前测试) --> <!-- pH图片(当前测试) -->
<image class="ph" <image class="ph"
src="https://userone-oss-cdn.angelgroup.com.cn/static/2026-01-23/1b349b23af1d4546bb634defb0f0ace8TDS%E6%8C%89%E9%92%AE.webp" src="../image/phTest.png"
mode="widthFix"></image> mode="widthFix"></image>
</view> </view>
</view> </view>
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
mode="widthFix"></image> mode="widthFix"></image>
<image class="ph" <image class="ph"
src="https://userone-oss-cdn.angelgroup.com.cn/static/2026-01-23/a4bd654c5fd4401bb4d09ce1a8e08aa3Group%20348447427.webp" src="https://userone-oss-cdn.angelgroup.com.cn/static/2026-01-23/a4bd654c5fd4401bb4d09ce1a8e08aa3Group%20348447427.webp"
mode="widthFix"></image> mode="aspectFit"></image>
</view> </view>
</view> </view>
</view> </view>
......
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