Browse Source

标题内容根据类型判断

znjjxt
1747191978@qq.com 12 months ago
parent
commit
256fad1a98
  1. 2
      pages/healthService/healthService4.vue
  2. 10
      pages/healthService/healthService5.vue
  3. 46
      unpackage/dist/dev/app-plus/app-service.js
  4. 42
      unpackage/dist/dev/app-plus/app-view.js

2
pages/healthService/healthService4.vue

@ -35,7 +35,7 @@
<scroll-view class="view-scroll" scroll-y="true" :lower-threshold="50" scroll-with-animation >
<view class="view-modal">
<view class="slot-content">
<h1 class="view-modal-h1">失能老人服务登记</h1>
<h1 class="view-modal-h1">{{registerType == 1 ? '失能老人服务登记' : '高龄老人服务登记'}}</h1>
<view class="view-modal-ul">
<!-- 4.1 -->
<view v-if="setp == 1">

10
pages/healthService/healthService5.vue

@ -33,15 +33,15 @@
</view>
<view class="view-sign">
<view class="view-sign-title">
<h1>失能老年人或监护人签名</h1>
<h1>{{registerType == 1 ? '失能老人' : '高龄老人'}}或监护人签名</h1>
<view style="display: flex;">
<view @click="clear" class="view-sign-clear" style="margin-right: 10px;">重签</view>
<view @click="verify" class="view-sign-clear">确认</view>
</view>
</view>
<v-sign cid='54894564984789' bgColor="#fcfcfc" width="100%" height="300px" @init="onSignInit"></v-sign>
<view style="display: flex; align-items: center;">
<span>签名图片: </span><image style="width:100px" :src="imgurl + form.djrSign" mode="widthFix"></image>
<view style="display: flex; align-items: center;font-size: 16px;margin-top: 10px;">
<span>签名图片: </span><image v-if="form.djrSign" style="width:100px" :src="imgurl + form.djrSign" mode="widthFix"></image>
</view>
</view>
<view class="view-sign">
@ -53,8 +53,8 @@
</view>
</view>
<v-sign cid='8732165498613' bgColor="#fcfcfc" width="100%" height="300px" @init="onSignInit1"></v-sign>
<view style="display: flex; align-items: center;">
<span>签名图片: </span><image style="width:100px" :src="imgurl + form.quiltSign" mode="widthFix"></image>
<view style="display: flex; align-items: center;font-size: 16px;margin-top: 10px;">
<span>签名图片: </span><image v-if="form.quiltSign" style="width:100px" :src="imgurl + form.quiltSign" mode="widthFix"></image>
</view>
</view>
<view class="view-tips">

46
unpackage/dist/dev/app-plus/app-service.js

File diff suppressed because one or more lines are too long

42
unpackage/dist/dev/app-plus/app-view.js

@ -6805,7 +6805,7 @@ var render = function () {
_c(
"h1",
{ staticClass: _vm._$g(28, "sc"), attrs: { _i: 28 } },
[_vm._v("失能老人服务登记")]
[_vm._v(_vm._$g(28, "t0-0"))]
),
_c(
"uni-view",
@ -7981,7 +7981,7 @@ var render = function () {
{ staticClass: _vm._$g(25, "sc"), attrs: { _i: 25 } },
[
_c("h1", { attrs: { _i: 26 } }, [
_vm._v("失能老年人或监护人签名"),
_vm._v(_vm._$g(26, "t0-0") + "或监护人签名"),
]),
_c(
"uni-view",
@ -8031,15 +8031,26 @@ var render = function () {
_c(
"uni-view",
{
staticStyle: { display: "flex", "align-items": "center" },
staticStyle: {
display: "flex",
"align-items": "center",
"font-size": "16px",
"margin-top": "10px",
},
attrs: { _i: 31 },
},
[
_c("span", { attrs: { _i: 32 } }, [_vm._v("签名图片:")]),
_c("v-uni-image", {
_vm._$g(33, "i")
? _c("v-uni-image", {
staticStyle: { width: "100px" },
attrs: { src: _vm._$g(33, "a-src"), mode: "widthFix", _i: 33 },
}),
attrs: {
src: _vm._$g(33, "a-src"),
mode: "widthFix",
_i: 33,
},
})
: _vm._e(),
],
1
),
@ -8103,15 +8114,26 @@ var render = function () {
_c(
"uni-view",
{
staticStyle: { display: "flex", "align-items": "center" },
staticStyle: {
display: "flex",
"align-items": "center",
"font-size": "16px",
"margin-top": "10px",
},
attrs: { _i: 41 },
},
[
_c("span", { attrs: { _i: 42 } }, [_vm._v("签名图片:")]),
_c("v-uni-image", {
_vm._$g(43, "i")
? _c("v-uni-image", {
staticStyle: { width: "100px" },
attrs: { src: _vm._$g(43, "a-src"), mode: "widthFix", _i: 43 },
}),
attrs: {
src: _vm._$g(43, "a-src"),
mode: "widthFix",
_i: 43,
},
})
: _vm._e(),
],
1
),

Loading…
Cancel
Save