添加和修改功能
This commit is contained in:
@@ -41,9 +41,9 @@
|
||||
</view>
|
||||
</view>
|
||||
<view
|
||||
style="position: relative; padding-top: 16px; color: #000;display: flex;align-items: center;justify-content: space-between;">
|
||||
style="position: relative; color: #000;display: flex;align-items: center;justify-content: space-between;">
|
||||
<view v-if="total">
|
||||
<text style="color:font-size:12rpx;margin-left:10rpx;">共{{ total }}条信息</text>
|
||||
<text style="margin-left:10rpx;">共{{ total }}条信息</text>
|
||||
</view>
|
||||
<view style="display: flex;width: 200rpx" class="sort-type">
|
||||
<!-- <view class="sort-type" @click="showSortPicker=true">{{ sortType ? sortType : '排序方式' }}</view> -->
|
||||
@@ -143,7 +143,7 @@
|
||||
|
||||
<!-- <view class="post_job_btn" @tap.stop="$tab.navigateTo('/pages/community/personEdit?type=add')">
|
||||
</view> -->
|
||||
<uni-popup :show="show" ref="show" @close="close" @open="open">
|
||||
<uni-popup :show="show" ref="show" @close="close" @open="open" type="bottom" background-color="#fff">
|
||||
<view class="dialog_div">
|
||||
<view class="dialog_div_top">
|
||||
<view @click="close">取消</view>
|
||||
@@ -258,7 +258,7 @@
|
||||
</uni-popup>
|
||||
|
||||
<!-- 社区端 - 显示隐藏退出组件 -->
|
||||
<exitPopup />
|
||||
<!-- <exitPopup /> -->
|
||||
</view>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user