|
@@ -40,7 +40,8 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="tagbox-right x-f" @click="openPop('tag')">筛选<u-icon name="arrow-down" color="#1677ff"
|
|
<view class="tagbox-right x-f" @click="openPop('tag')">筛选<u-icon name="arrow-down" color="#1677ff"
|
|
- size="12"></u-icon></view>
|
|
|
|
|
|
+ size="12"></u-icon>
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view v-if="current==0">
|
|
<view v-if="current==0">
|
|
@@ -66,12 +67,12 @@
|
|
</view>
|
|
</view>
|
|
<view class="boxnav-item x-ac" style="width: 100%;" v-show="registerTimeIndex == 4">
|
|
<view class="boxnav-item x-ac" style="width: 100%;" v-show="registerTimeIndex == 4">
|
|
<view class="calendar-day x-c" @click="$refs.calendar.open()">
|
|
<view class="calendar-day x-c" @click="$refs.calendar.open()">
|
|
- <u-icon name="calendar" color="#999"
|
|
|
|
- size="20"></u-icon>{{queryParam.startTime || '选择日期'}}
|
|
|
|
|
|
+ <u-icon name="calendar" color="#999" size="20"></u-icon>
|
|
|
|
+ {{queryParam.startTime || '选择日期'}}
|
|
</view>
|
|
</view>
|
|
<view class="calendar-day x-c" @click="$refs.calendar.open()">
|
|
<view class="calendar-day x-c" @click="$refs.calendar.open()">
|
|
- <u-icon name="calendar" color="#999"
|
|
|
|
- size="20"></u-icon>{{queryParam.endTime || '选择日期'}}
|
|
|
|
|
|
+ <u-icon name="calendar" color="#999" size="20"></u-icon>
|
|
|
|
+ {{queryParam.endTime || '选择日期'}}
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -198,8 +199,8 @@
|
|
:lower-threshold="100" @refresherabort="triggeredsA = false">
|
|
:lower-threshold="100" @refresherabort="triggeredsA = false">
|
|
<view class="justify-start p32 wrap">
|
|
<view class="justify-start p32 wrap">
|
|
<view class="mlr10 mt10 " v-for="(item,index) in changetag" :key='item.tagId'>
|
|
<view class="mlr10 mt10 " v-for="(item,index) in changetag" :key='item.tagId'>
|
|
- <u-tag :text="item.tag" :plain="!item.checked" :name="index"
|
|
|
|
- @click="choosechangeTag"></u-tag>
|
|
|
|
|
|
+ <u-tag :text="item.tag" :plain="!item.checked" :name="index" @click="choosechangeTag">
|
|
|
|
+ </u-tag>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="center fs24 mt20">
|
|
<view class="center fs24 mt20">
|
|
@@ -223,8 +224,8 @@
|
|
<u-popup :show="invitePop" :round="12" @close="invitePop = false" :zIndex="10074" style="flex: 0;">
|
|
<u-popup :show="invitePop" :round="12" @close="invitePop = false" :zIndex="10074" style="flex: 0;">
|
|
<view class="popbox">
|
|
<view class="popbox">
|
|
<view class="popbox-head">
|
|
<view class="popbox-head">
|
|
- <u-icon class="close-circle" name="close-circle" color="#ccc" size="24"
|
|
|
|
- @click="invitePop = false"></u-icon>
|
|
|
|
|
|
+ <u-icon class="close-circle" name="close-circle" color="#ccc" size="24" @click="invitePop = false">
|
|
|
|
+ </u-icon>
|
|
分享方式
|
|
分享方式
|
|
</view>
|
|
</view>
|
|
<view class="popbox-body">
|
|
<view class="popbox-body">
|
|
@@ -289,8 +290,7 @@
|
|
<view class="imgshe">
|
|
<view class="imgshe">
|
|
<image src='@/static/image/point.png' class="w300 h300"></image>
|
|
<image src='@/static/image/point.png' class="w300 h300"></image>
|
|
</view>
|
|
</view>
|
|
- <view class="column colorf fs32 xu-box fs40
|
|
|
|
- align-center justify-center">
|
|
|
|
|
|
+ <view class="column colorf fs32 xu-box fs40 align-center justify-center">
|
|
<view class="justify-center">点击右上角
|
|
<view class="justify-center">点击右上角
|
|
<image src="@/static/image/wxmore.png" class="w50 h50 mlr10"></image>
|
|
<image src="@/static/image/wxmore.png" class="w50 h50 mlr10"></image>
|
|
</view>
|
|
</view>
|
|
@@ -300,8 +300,8 @@
|
|
</view>
|
|
</view>
|
|
</u-overlay>
|
|
</u-overlay>
|
|
<!-- 更改归属 -->
|
|
<!-- 更改归属 -->
|
|
- <u-picker :show="showcol" :columns="columns" @cancel='showcol=!showcol' @confirm='receiveA'
|
|
|
|
- keyName="nickName"></u-picker>
|
|
|
|
|
|
+ <u-picker :show="showcol" :columns="columns" @cancel='showcol=!showcol' @confirm='receiveA' keyName="nickName">
|
|
|
|
+ </u-picker>
|
|
</view>
|
|
</view>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
@@ -530,7 +530,7 @@
|
|
this.getcompanyTag()
|
|
this.getcompanyTag()
|
|
this.getvipListnum()
|
|
this.getvipListnum()
|
|
this.getsalelist()
|
|
this.getsalelist()
|
|
- this.userList=[]
|
|
|
|
|
|
+ this.userList = []
|
|
this.getfsuserListdata()
|
|
this.getfsuserListdata()
|
|
},
|
|
},
|
|
mounted() {
|
|
mounted() {
|
|
@@ -1695,4 +1695,4 @@
|
|
.userlist {
|
|
.userlist {
|
|
padding: 24rpx;
|
|
padding: 24rpx;
|
|
}
|
|
}
|
|
-</style>
|
|
|
|
|
|
+</style>
|