yunshangxie/pages/index/tissue.vue

239 lines
7.5 KiB
Vue

<template>
<view style="letter-spacing: 1rpx;">
<tn-nav-bar :isBack="false" backTitle="" :bottomShadow="true" backgroundColor="#FFFFFF">
<view class="custom-nav tn-flex tn-flex-col-center tn-flex-row-left">
<view style="padding-left: 15rpx;" @click="goBack()">
<text class="tn-icon-left" style="font-size: 40rpx;"></text>
</view>
<view class="tn-margin-top"
style=";text-shadow: 1rpx 0 0 #FFF, 0 1rpx 0 #FFF, -1rpx 0 0 #FFF , 0 -1rpx 0 #FFF;">
<tn-tabs :list="[{name:'组织架构'}]" :current="topCurrent" activeColor="#000" :bold="false"
:fontSize="36"></tn-tabs>
</view>
</view>
</tn-nav-bar>
<view :style="{paddingTop: vuex_custom_bar_height+ 'px'}">
<view style="padding: 30rpx;text-align: center;">
<tn-button backgroundColor="#E83A30" height="50rpx" width="250rpx" fontColor="#ffffff">会长</tn-button>
<tn-grid align="center" col="5">
<block v-for="(item, index) in 1" :key="index">
<!-- H5 -->
<!-- #ifndef MP-WEIXIN -->
<tn-grid-item>
<view style="padding: 30rpx;">
<image src="/static/u1.jpg" style="width: 100rpx;height: 100rpx;border-radius: 50%;">
</image>
<view>朱荣梅</view>
</view>
</tn-grid-item>
<!-- #endif-->
<!-- 微信小程序 -->
<!-- #ifdef MP-WEIXIN -->
<tn-grid-item style="width:20%">
<view style="padding: 30rpx;">
<image src="/static/u1.jpg" style="width: 100rpx;height: 100rpx;border-radius: 50%;">
</image>
<view>朱荣梅</view>
</view>
</tn-grid-item>
<!-- #endif-->
</block>
</tn-grid>
</view>
<view style="padding: 30rpx;text-align: center;">
<tn-button backgroundColor="#E83A30" height="50rpx" width="250rpx" fontColor="#ffffff">名誉会长</tn-button>
<tn-grid align="center" col="5">
<block v-for="(item, index) in 3" :key="index">
<!-- H5 -->
<!-- #ifndef MP-WEIXIN -->
<tn-grid-item>
<view style="padding: 30rpx;">
<image src="/static/u1.jpg" style="width: 100rpx;height: 100rpx;border-radius: 50%;">
</image>
<view>朱荣梅</view>
</view>
</tn-grid-item>
<!-- #endif-->
<!-- 微信小程序 -->
<!-- #ifdef MP-WEIXIN -->
<tn-grid-item style="width:20%">
<view style="padding: 30rpx;">
<image src="/static/u1.jpg" style="width: 100rpx;height: 100rpx;border-radius: 50%;">
</image>
<view>朱荣梅</view>
</view>
</tn-grid-item>
<!-- #endif-->
</block>
</tn-grid>
</view>
<view style="padding: 30rpx;text-align: center;">
<tn-button backgroundColor="#E83A30" height="50rpx" width="250rpx" fontColor="#ffffff">副会长</tn-button>
<tn-grid align="center" col="5">
<block v-for="(item, index) in 2" :key="index">
<!-- H5 -->
<!-- #ifndef MP-WEIXIN -->
<tn-grid-item>
<view style="padding: 30rpx;">
<image src="/static/u1.jpg" style="width: 100rpx;height: 100rpx;border-radius: 50%;">
</image>
<view>朱荣梅</view>
</view>
</tn-grid-item>
<!-- #endif-->
<!-- 微信小程序 -->
<!-- #ifdef MP-WEIXIN -->
<tn-grid-item style="width:20%">
<view style="padding: 30rpx;">
<image src="/static/u1.jpg" style="width: 100rpx;height: 100rpx;border-radius: 50%;">
</image>
<view>朱荣梅</view>
</view>
</tn-grid-item>
<!-- #endif-->
</block>
</tn-grid>
</view>
<view style="padding: 30rpx;text-align: center;">
<tn-button backgroundColor="#E83A30" height="50rpx" width="250rpx" fontColor="#ffffff">秘书长</tn-button>
<tn-grid align="center" col="5">
<block v-for="(item, index) in 1" :key="index">
<!-- H5 -->
<!-- #ifndef MP-WEIXIN -->
<tn-grid-item>
<view style="padding: 30rpx;">
<image src="/static/u1.jpg" style="width: 100rpx;height: 100rpx;border-radius: 50%;">
</image>
<view>朱荣梅</view>
</view>
</tn-grid-item>
<!-- #endif-->
<!-- 微信小程序 -->
<!-- #ifdef MP-WEIXIN -->
<tn-grid-item style="width:20%">
<view style="padding: 30rpx;">
<image src="/static/u1.jpg" style="width: 100rpx;height: 100rpx;border-radius: 50%;">
</image>
<view>朱荣梅</view>
</view>
</tn-grid-item>
<!-- #endif-->
</block>
</tn-grid>
</view>
<view style="padding: 30rpx;text-align: center;">
<tn-button backgroundColor="#E83A30" height="50rpx" width="250rpx" fontColor="#ffffff">副秘书长</tn-button>
<tn-grid align="center" col="5">
<block v-for="(item, index) in 2" :key="index">
<!-- H5 -->
<!-- #ifndef MP-WEIXIN -->
<tn-grid-item>
<view style="padding: 30rpx;">
<image src="/static/u1.jpg" style="width: 100rpx;height: 100rpx;border-radius: 50%;">
</image>
<view>朱荣梅</view>
</view>
</tn-grid-item>
<!-- #endif-->
<!-- 微信小程序 -->
<!-- #ifdef MP-WEIXIN -->
<tn-grid-item style="width:20%">
<view style="padding: 30rpx;">
<image src="/static/u1.jpg" style="width: 100rpx;height: 100rpx;border-radius: 50%;">
</image>
<view>朱荣梅</view>
</view>
</tn-grid-item>
<!-- #endif-->
</block>
</tn-grid>
</view>
<view style="padding: 30rpx;text-align: center;">
<tn-button backgroundColor="#E83A30" height="50rpx" width="250rpx" fontColor="#ffffff">理事</tn-button>
<tn-grid align="center" col="5">
<block v-for="(item, index) in 10" :key="index">
<!-- H5 -->
<!-- #ifndef MP-WEIXIN -->
<tn-grid-item>
<view style="padding: 30rpx;">
<image src="/static/u1.jpg" style="width: 100rpx;height: 100rpx;border-radius: 50%;">
</image>
<view>朱荣梅</view>
</view>
</tn-grid-item>
<!-- #endif-->
<!-- 微信小程序 -->
<!-- #ifdef MP-WEIXIN -->
<tn-grid-item style="width:20%">
<view style="padding: 30rpx;">
<image src="/static/u1.jpg" style="width: 100rpx;height: 100rpx;border-radius: 50%;">
</image>
<view>朱荣梅</view>
</view>
</tn-grid-item>
<!-- #endif-->
</block>
</tn-grid>
</view>
<view style="padding: 30rpx;text-align: center;">
<tn-button backgroundColor="#E83A30" height="50rpx" width="250rpx" fontColor="#ffffff">会员</tn-button>
<tn-grid align="center" col="5">
<block v-for="(item, index) in 23" :key="index">
<!-- H5 -->
<!-- #ifndef MP-WEIXIN -->
<tn-grid-item>
<view style="padding: 30rpx;">
<image src="/static/u1.jpg" style="width: 100rpx;height: 100rpx;border-radius: 50%;">
</image>
<view>朱荣梅</view>
</view>
</tn-grid-item>
<!-- #endif-->
<!-- 微信小程序 -->
<!-- #ifdef MP-WEIXIN -->
<tn-grid-item style="width:20%">
<view style="padding: 30rpx;">
<image src="/static/u1.jpg" style="width: 100rpx;height: 100rpx;border-radius: 50%;">
</image>
<view>朱荣梅</view>
</view>
</tn-grid-item>
<!-- #endif-->
</block>
</tn-grid>
</view>
</view>
</view>
</template>
<script>
export default {
data() {
return {
topCurrent: 0
}
},
methods: {
goBack() {
if (getCurrentPages().length > 1) {
uni.navigateBack()
} else {
uni.redirectTo({
url: '/pages/index/index'
})
}
}
}
}
</script>
<style>
</style>