From 51669d174e757610868b93d65aa9a6d915f37719 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 08 四月 2022 11:53:27 +0800 Subject: [PATCH] 2022-04-08 --- src/templates/zshare/modalform/index.jsx | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/templates/zshare/modalform/index.jsx b/src/templates/zshare/modalform/index.jsx index 93d4323..b601b19 100644 --- a/src/templates/zshare/modalform/index.jsx +++ b/src/templates/zshare/modalform/index.jsx @@ -144,6 +144,9 @@ if (this.record.enter === 'tab' || this.record.enter === 'sub') { shows.push('tabField') } + if (sessionStorage.getItem('appType') === 'mob') { // 绉诲姩绔彸渚ф墿灞曚俊鎭� + shows.push('placeholder') + } } else if (['multiselect', 'select', 'link', 'radio', 'checkbox'].includes(type)) { if (this.record.resourceType === '0') { // 鑷畾涔夎祫婧� shows.push('options') -- Gitblit v1.8.0