feat:样品分析
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<view>
|
||||
<view class="aboutme">
|
||||
<view class="content">
|
||||
<image class="logo" src="../../static/images/logo_mas.png"></image>
|
||||
<image class="logo" src="../../static/images/logo_lims.png"></image>
|
||||
<view style="font-size: 40px; padding-top: 20px">{{ state.appName }}</view>
|
||||
<view style="padding-top: 20px; font-size: 22px">当前APP版本:{{ state.appVersion }}</view>
|
||||
<rich-text :nodes="state.aboutMe"></rich-text>
|
||||
@@ -23,8 +23,8 @@ import { onLoad } from '@dcloudio/uni-app'
|
||||
import { reactive } from 'vue'
|
||||
let state = reactive({
|
||||
pageHeight: 0,
|
||||
appVersion: '1.1.0',
|
||||
appName: '管理系统',
|
||||
appVersion: '1.0.0',
|
||||
appName: '实验室管理系统',
|
||||
copyrightYear: '2019',
|
||||
aboutMe:
|
||||
'<div style="text-align:left;font-size:20px;padding:18px"><p style="text-indent:2em;line-height:32px"></p></div>'
|
||||
|
||||
Reference in New Issue
Block a user