#
whycq
2023-08-24 11d088691846b94d336191a3389e71f2294dc4b6
#
1个文件已修改
8 ■■■■ 已修改文件
pages/business/cstmr/csmtr.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/business/cstmr/csmtr.vue
@@ -4,7 +4,7 @@
        <view class="search-bg">
            <uni-search-bar placeholder="客户代号/名称" bgColor="#f4f4f4"  @confirm="search" />
        </view>
        <scroll-view>
        <view>
            <!-- 客户列表 -->
            <view class="c-list" @click="getDetails(item.id)" v-for="(item,index) in csmtrList" :key="index">
                <view class="titles"><y-title :title="item.name"></y-title></view><view></view>
@@ -17,7 +17,7 @@
                <view class="list-item1">创建人</view><view class="list-item2">{{item.createBy$}}</view>
                <view class="list-item1">创建时间</view><view class="list-item2">{{item.createTime$}}</view>
            </view>
        </scroll-view>
        </view>
        <uni-load-more :status="status" :icon-size="16" :content-text="contentText" />
    </view>
</template>
@@ -30,7 +30,7 @@
                last_id: '',
                reload: false,
                status: 'more',
                curr:1,
                curr:2,
                contentText: {
                    contentdown: '上拉加载更多',
                    contentrefresh: '加载中',
@@ -100,7 +100,7 @@
                    },
                })
            },
            getCsmtr(e) {
            getCsmtr() {
                let that = this
                uni.request({
                    url: that.baseUrl + '/cstmr/page/auth',