This commit is contained in:
2020-07-15 21:59:56 +08:00
35 changed files with 2238 additions and 59 deletions

View File

@@ -68,7 +68,7 @@
</swiper>
<view class="release-btn" @click="publish">
<image src="/static/home/1.png"></image>
<view class="text">发布</view>
<view class="text" @click="release()">发布</view>
</view>
<u-select v-model="showSelect" mode="mutil-column-auto" :list="workerList" @confirm="setWorker"></u-select>
<u-popup v-model="showComplaint" mode="center" border-radius="10">
@@ -177,6 +177,12 @@ export default {
name: e[1].label
}
},
// 发布页面跳转
release(){
uni.navigateTo({
url: '/pages/release/tosign'
});
},
tabsChange(index) {
this.swiperCurrent = index;
},
@@ -295,7 +301,6 @@ export default {
height: 36rpx;
flex-shrink: 0;
margin-bottom: 2rpx;
background-color: aqua;
}
.text {
font-size: 20rpx;