| | |
| | | </view> |
| | | <!-- <uni-load-more :status="status" :icon-size="16" :content-text="contentText" /> --> |
| | | <u-empty v-if="true" icon="../../../static/image/emptyList.png" v-show="csmtrList.length <= 0" /> |
| | | |
| | | <view style="height: 10rpx;"></view> |
| | | <view class="fxbtn"> |
| | | <uni-icons type="plusempty" color="#fff" @click="add()" ></uni-icons> |
| | | </view> |
| | |
| | | user: { |
| | | username: '', |
| | | id: 0, |
| | | type: 'user_id' |
| | | type: '' |
| | | }, |
| | | falg: true, |
| | | csmtrList: [], |
| | |
| | | return |
| | | } |
| | | var res = result.data |
| | | console.log(res); |
| | | if (res.code === 200) { |
| | | let list = res.data.records |
| | | that.csmtrList = that.reload ? list : that.csmtrList.concat(list); |