Compare commits

..

No commits in common. '08430d7dfaa2db53abc03cab8a0a6bd539e63b88' and '8cef73f504fda452f4882fad0aec3c1fdb0880ba' have entirely different histories.

  1. 8
      pages/index/index.vue
  2. 3
      pages/user/index.vue
  3. 14
      pagesA/merge/index.vue
  4. BIN
      static/img/index/waiting.png

@ -258,14 +258,6 @@
} }
} }
}, },
//
merge(item)
{
var _this =this;
uni.navigateTo({
url:'/pagesA/merge/index?id='+item.id+'&type='+item.type+'&ilk='+item.ilk,
})
},
} }
} }

@ -232,7 +232,6 @@ export default {
//_this.getSceneMenu(); //_this.getSceneMenu();
// //
_this.getPortraitList(); _this.getPortraitList();
_this.tabChange({index:0});
}, },
onReachBottom () { onReachBottom () {
@ -315,8 +314,6 @@ export default {
console.log(e); console.log(e);
_this.current = e.index; _this.current = e.index;
var type = _this.tabList[_this.current].type; var type = _this.tabList[_this.current].type;
_this.dataList = [];
_this.page = 1;
switch(type) switch(type)
{ {
case 1: case 1:

@ -149,8 +149,7 @@
<scroll-view class="scrollBox" scroll-x="true" @scroll="scroll" scroll-left="0"> <scroll-view class="scrollBox" scroll-x="true" @scroll="scroll" scroll-left="0">
<view class="imgBox" v-for="(item,index) in selectList" :key="index" @click="selectPortrait(index)"> <view class="imgBox" v-for="(item,index) in selectList" :key="index" @click="selectPortrait(index)">
<image class="imgBg" :src="item.model_image_thumbnail || '/static/img/user/user.png'" mode="widthFix" v-if="item.status == 3"></image> <image class="imgBg" :src="item.model_image_thumbnail || '/static/img/user/user.png'" mode="widthFix"></image>
<image class="imgBg" src="/static/img/index/waiting.png" mode="widthFix" v-if="item.status != 3"></image>
<image class="imgSelect" v-if="index == selectIndex" src="/static/img/index/select.png" mode="widthFix"></image> <image class="imgSelect" v-if="index == selectIndex" src="/static/img/index/select.png" mode="widthFix"></image>
</view> </view>
@ -267,16 +266,7 @@
}, },
} }
}, },
onLoad(options){ onLoad(){
var _this =this;
if(!_this.$com.isNull(options.id))
{
var tabList = _this.tabList;
var this_tab = tabList.findIndex(item => item.type == options.type);
_this.this_tab = this_tab;
_this.checkHave({id:options.id,type:options.type,ilk:options.ilk},options.ilk);
}
console.log('onLoad 参数',options);
this.getList(); this.getList();
}, },

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

Loading…
Cancel
Save