From 0a24ffeb3eff074c8f11e9f94fdf2c2cb4929799 Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Fri, 10 Nov 2023 13:08:29 +0800 Subject: [PATCH] fix:小程序详情修改 --- pages/actionChange/newPage/index.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/actionChange/newPage/index.vue b/pages/actionChange/newPage/index.vue index 691a507..897b1bc 100644 --- a/pages/actionChange/newPage/index.vue +++ b/pages/actionChange/newPage/index.vue @@ -62,8 +62,9 @@ </view> </u-form-item> </u-form> - <u-picker :show="showCheckBox" keyName="label" :columns="actionOptionList" @cancel="showCheckBox = false" - :immediateChange='true' @confirm="selectBack"></u-picker> + <u-picker v-if="showCheckBox" :show="showCheckBox" keyName="label" :columns="actionOptionList" + @cancel="showCheckBox = false" :default-selector="[0]" :immediateChange='true' + @confirm="selectBack"></u-picker> <!-- <u-action-sheet v-if="actionOptionList.length > 0" :actions="actionOptionList" :show="showCheckBox" title="���������" @close="showCheckBox = false" @select="selectBack" /> --> <view class="bunts"> -- Gitblit v1.8.0