hookehuyr

fix 只有新增表单时才显示底部提醒文字

1 <!-- 1 <!--
2 * @Date: 2022-07-18 10:22:22 2 * @Date: 2022-07-18 10:22:22
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2024-08-02 16:18:39 4 + * @LastEditTime: 2024-08-03 18:18:24
5 * @FilePath: /data-table/src/views/index.vue 5 * @FilePath: /data-table/src/views/index.vue
6 * @Description: 首页 6 * @Description: 首页
7 --> 7 -->
...@@ -127,7 +127,7 @@ ...@@ -127,7 +127,7 @@
127 /> --> 127 /> -->
128 </van-config-provider> 128 </van-config-provider>
129 </div> 129 </div>
130 - <div style="text-align: center; color: #545454; font-size: 0.85rem; padding-bottom: 2rem"> 130 + <div v-if="page_type === 'add'" style="text-align: center; color: #545454; font-size: 0.85rem; padding-bottom: 2rem">
131 提交即授权该表单收集你的填写信息 131 提交即授权该表单收集你的填写信息
132 </div> 132 </div>
133 <div> 133 <div>
......