|
@@ -2,7 +2,7 @@
|
|
<view :style="{ minHeight: sys.windowHeight + 'px' }" :class="[$tm.vx.state().tmVuetify.black ? 'black' : ' ']">
|
|
<view :style="{ minHeight: sys.windowHeight + 'px' }" :class="[$tm.vx.state().tmVuetify.black ? 'black' : ' ']">
|
|
<tm-menubars title="" :shadow="0" :showback="false"></tm-menubars>
|
|
<tm-menubars title="" :shadow="0" :showback="false"></tm-menubars>
|
|
<view class="C1b1b1b">
|
|
<view class="C1b1b1b">
|
|
- <tm-search @click="sosoFun" v-model="soso" color="white" confirm-text=""></tm-search>
|
|
|
|
|
|
+ <tm-search @click="sosoFun" disabled="true" v-model="soso" color="white" confirm-text=""></tm-search>
|
|
<view class="dingwei" v-if="itemuser!=0">
|
|
<view class="dingwei" v-if="itemuser!=0">
|
|
<image class="touxiang" style="vertical-align: middle;" src="/static/img/41.png" mode="widthFix"></image>
|
|
<image class="touxiang" style="vertical-align: middle;" src="/static/img/41.png" mode="widthFix"></image>
|
|
<text style="vertical-align: middle;" class="text-size-m mr-20">{{itemuser.username}}的衣橱</text>
|
|
<text style="vertical-align: middle;" class="text-size-m mr-20">{{itemuser.username}}的衣橱</text>
|
|
@@ -68,10 +68,10 @@
|
|
</view>
|
|
</view>
|
|
<view style="clear: both;"></view>
|
|
<view style="clear: both;"></view>
|
|
<tm-empty v-if="wushuju" label="暂无数据" color="white" icon="icon-paperplane-fill"></tm-empty>
|
|
<tm-empty v-if="wushuju" label="暂无数据" color="white" icon="icon-paperplane-fill"></tm-empty>
|
|
- <!-- <view v-if="gengduo" class="more ma-30 pt-40" @click="gengmore()">
|
|
|
|
|
|
+ <view v-if="total>quanbuList.length" style="clear: both;" class="more ma-40 pt-40" @click="gengmore()">
|
|
<image src="/static/img/30.png" mode="widthFix"></image>
|
|
<image src="/static/img/30.png" mode="widthFix"></image>
|
|
<text class="text-size-s">下拉加载更多~</text>
|
|
<text class="text-size-s">下拉加载更多~</text>
|
|
- </view> -->
|
|
|
|
|
|
+ </view>
|
|
</tm-sheet>
|
|
</tm-sheet>
|
|
</view>
|
|
</view>
|
|
<!-- 待取衣服 -->
|
|
<!-- 待取衣服 -->
|
|
@@ -131,7 +131,7 @@ export default {
|
|
listlx:[],
|
|
listlx:[],
|
|
quanbuList:[],
|
|
quanbuList:[],
|
|
list1:[],
|
|
list1:[],
|
|
- pagesize:6,
|
|
|
|
|
|
+ pagesize:9,
|
|
page:1,
|
|
page:1,
|
|
total:0,
|
|
total:0,
|
|
count:0,
|
|
count:0,
|
|
@@ -142,24 +142,24 @@ export default {
|
|
quanbuchang:[]
|
|
quanbuchang:[]
|
|
};
|
|
};
|
|
},
|
|
},
|
|
- onLoad() {
|
|
|
|
|
|
+ onLoad(e) {
|
|
this.offset = [16, 99]
|
|
this.offset = [16, 99]
|
|
if(!uni.getStorageSync("token")){
|
|
if(!uni.getStorageSync("token")){
|
|
uni.navigateTo({
|
|
uni.navigateTo({
|
|
url: "/pages/login/index",
|
|
url: "/pages/login/index",
|
|
})
|
|
})
|
|
}
|
|
}
|
|
|
|
+
|
|
},
|
|
},
|
|
onShow(){
|
|
onShow(){
|
|
- // this.fenleichange();
|
|
|
|
- },
|
|
|
|
- created() {
|
|
|
|
this.sys = uni.getSystemInfoSync();
|
|
this.sys = uni.getSystemInfoSync();
|
|
this.getQiu()
|
|
this.getQiu()
|
|
- this.quanbuList=[];
|
|
|
|
this.fenleichange();
|
|
this.fenleichange();
|
|
this.getfenltext();
|
|
this.getfenltext();
|
|
},
|
|
},
|
|
|
|
+ created() {
|
|
|
|
+
|
|
|
|
+ },
|
|
methods: {
|
|
methods: {
|
|
shuaxin(){
|
|
shuaxin(){
|
|
this.quanbuList=[];
|
|
this.quanbuList=[];
|
|
@@ -290,6 +290,7 @@ export default {
|
|
},
|
|
},
|
|
fenleichange(){
|
|
fenleichange(){
|
|
var that=this;
|
|
var that=this;
|
|
|
|
+ console.log("11199")
|
|
myRequest({
|
|
myRequest({
|
|
url: "/api/MemberInfo/getFamilyMember",
|
|
url: "/api/MemberInfo/getFamilyMember",
|
|
method:'post',
|
|
method:'post',
|