From 377722df8f97989ca6c4252f909243c9b8b0d340 Mon Sep 17 00:00:00 2001 From: jt <jt@activesoft.com> Date: 星期四, 04 八月 2022 10:22:57 +0800 Subject: [PATCH] test --- unpackage/dist/dev/app-plus/app-view.js | 54 +++++++++++++++++++++++++++++++++++------------------- 1 files changed, 35 insertions(+), 19 deletions(-) diff --git a/unpackage/dist/dev/app-plus/app-view.js b/unpackage/dist/dev/app-plus/app-view.js index 9540adc..c16c591 100644 --- a/unpackage/dist/dev/app-plus/app-view.js +++ b/unpackage/dist/dev/app-plus/app-view.js @@ -416,36 +416,52 @@ } }, [_vm._v(_vm._$g(18, "t0-0"))] - ) + ), + _c( + "p", + { + staticStyle: { + float: "right", + margin: "10px 10px", + color: "#c8c7cc" + }, + attrs: { _i: 19 } + }, + [ + _c("span", { attrs: { _i: 20 } }, [_vm._v("鐗堟湰鍙凤細")]), + _c("span", { attrs: { _i: 21 } }, [_vm._v(_vm._$g(21, "t0-0"))]) + ], + 1 + ), + _c("div", { + staticStyle: { + "text-align": "center", + background: "white", + "border-top": "0px solid #C0C0C0", + color: "#7cd0f8", + position: "absolute", + bottom: "0", + width: "100%", + height: "24px", + "padding-top": "3px", + "font-size": "11px" + }, + attrs: { _i: 22 } + }) ], 1 ), - _c("div", { - staticStyle: { - "text-align": "center", - background: "white", - "border-top": "0px solid #C0C0C0", - color: "#7cd0f8", - position: "absolute", - bottom: "0", - width: "100%", - height: "24px", - "padding-top": "3px", - "font-size": "11px" - }, - attrs: { _i: 19 } - }), _c( "uni-view", - { attrs: { _i: 20 } }, + { attrs: { _i: 23 } }, [ _c( "uni-popup", - { ref: "inputDialog", attrs: { _i: 21 } }, + { ref: "inputDialog", attrs: { _i: 24 } }, [ _c("uni-popup-dialog", { ref: "inputClose", - attrs: { _i: 22 }, + attrs: { _i: 25 }, on: { confirm: function($event) { return _vm.$handleViewEvent($event) -- Gitblit v1.9.1