|
@@ -43,7 +43,9 @@
|
|
|
</view>
|
|
|
<em class="iconfont icon-xiangyoujiantou"></em>
|
|
|
</view>
|
|
|
- <button type="primary" @click="goAddQuestion()" v-if="form.id==null">新增</button>
|
|
|
+ <uni-fab ref="fab" horizontal="right"
|
|
|
+ @fabClick="goAddQuestion()"/>
|
|
|
+ <!-- <button type="primary" @click="goAddQuestion()" v-if="form.id==null">新增</button> -->
|
|
|
</view>
|
|
|
</template>
|
|
|
|
|
@@ -106,7 +108,6 @@ export default {
|
|
|
getTypeList(){
|
|
|
getTypeList(this.queryParams).then(res =>{
|
|
|
this.typeList = res.rows
|
|
|
- this.typeList = this.typeList.concat(this.typeList)
|
|
|
this.loopTimes = (this.typeList.length/6).toFixed(0) *1
|
|
|
console.log('loopTimes',this.loopTimes)
|
|
|
})
|
|
@@ -181,6 +182,7 @@ export default {
|
|
|
top: 40rpx;
|
|
|
z-index: 1;
|
|
|
font-weight: bold;
|
|
|
+ opacity: .5;
|
|
|
}
|
|
|
.textDesc span {
|
|
|
font-size: 30rpx;
|
|
@@ -188,6 +190,7 @@ export default {
|
|
|
left: 30rpx;
|
|
|
top: 88rpx;
|
|
|
z-index: 1;
|
|
|
+ opacity: .7;
|
|
|
}
|
|
|
}
|
|
|
.swiper-item view{
|