健康报告修改位置

This commit is contained in:
limqhz
2021-03-29 00:00:16 +08:00
parent a0ef2c9819
commit 970ae4a13b
5 changed files with 18 additions and 8 deletions

BIN
images/99@3x.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -117,6 +117,9 @@ Page({
console.log('打开文档成功')
}
})
},
fail: function(e){
console.log('down file error',e);
}
})
},

View File

@@ -3,4 +3,4 @@
"usingComponents": {
"header": "/component/header/header"
}
}
}

View File

@@ -19,6 +19,10 @@
<image src='../../images/28@3x.png' mode='aspectFit' wx:else></image>
<text>足球场</text>
</view>
<view class='item-box' bindtap='pushHealthDocs'>
<image src='../../images/99@3x.png' mode='aspectFit'></image>
<text>健康报告</text>
</view>
</view>
<swiper style='height: 180rpx; background: #fff;' autoplay="{{true}}" interval="5000" duration="1500" circular="{{true}}" vertical="{{true}}">
<block wx:for="{{noticeList}}" wx:key="{{index}}">
@@ -99,12 +103,6 @@
<button class='hide-btn'></button>
</cover-view>
<!-- 健康报告 -->
<cover-view class='mine-box' style='bottom: 170rpx' bindtap='pushHealthDocs'>
<cover-image class='img' src='../../images/jiankangbaogao.png'></cover-image>
<button class='hide-btn'></button>
</cover-view>
<!-- 个人中心 -->
<cover-view class='mine-box' bindtap='pushMine'>
<cover-image class='img' src='../../images/7@3x.png'></cover-image>

View File

@@ -21,14 +21,23 @@
"checkSiteMap": true,
"uploadWithSourceMap": true,
"compileHotReLoad": false,
"useMultiFrameRuntime": true,
"useApiHook": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"enableEngineNative": false,
"useIsolateContext": true,
"useCompilerModule": true,
"userConfirmedUseCompilerModuleSwitch": false
"userConfirmedUseCompilerModuleSwitch": false,
"userConfirmedBundleSwitch": false,
"packNpmManually": false,
"packNpmRelationList": [],
"minifyWXSS": true,
"bundle": false,
"useApiHostProcess": false
},
"compileType": "miniprogram",
"libVersion": "2.10.2",