Browse Source

未参与界面初始化

yuxingxing 2 years ago
parent
commit
c0ea278002
1 changed files with 37 additions and 14 deletions
  1. 37 14
      pages/users/user_invoice_list/index.vue

+ 37 - 14
pages/users/user_invoice_list/index.vue

@@ -1,6 +1,6 @@
 <template>
 	<view :style="colorStyle">
-		<view class="acea-row nav">
+		<view class="acea-row nav" v-show="(nav !== 3)">
 			<view class="acea-row row-center-wrapper" :class="{ on: nav === 1 }" @click="navTab(1)">{{ $t(`消费商`) }}
 			</view>
 			<view class="acea-row row-center-wrapper" :class="{ on: nav === 2 }" @click="navTab(2)">{{ $t(`绑定记录`) }}
@@ -35,8 +35,8 @@
 				</u-grid>
 				<view class="imageUrl">
 					<view class="imageUrlin" v-if="url">
-						<ayQrcode ref="qrcode" qrcode_id="qrcode" :modal="modal_qr" :url="url"
-							@hideQrcode="hideQrcode" :height="200" :width="200"/>
+						<ayQrcode ref="qrcode" qrcode_id="qrcode" :modal="modal_qr" :url="url" @hideQrcode="hideQrcode"
+							:height="200" :width="200" />
 						<!-- <u--image src="https://cdn.uviewui.com/uview/album/1.jpg" height="200px" width="100%"
 							:showLoading="true">
 							<view slot="error" style="font-size: 24rpx;">加载失败</view>
@@ -51,6 +51,19 @@
 			<navigator class="add-link" :url="`/pages/users/user_invoice_form/index?specialInvoice=${specialInvoice}`">
 				{{ $t(`邀请用户立即参与`) }}</navigator>
 		</view>
+		<view v-show="(nav === 3)">
+			<view class="list-nav3">
+				<u-empty
+						mode="permission"
+						text="您还未参与共富1580"
+						icon="http://cdn.uviewui.com/uview/empty/permission.png"
+						:height="600"
+				>
+				</u-empty>
+			</view>
+			<navigator class="add-link" :url="`/pages/goods/goods_list_mall/index?zoneType=8&title=共富1580`">
+				{{ $t(`立即参与`) }}</navigator>
+		</view>
 		<!-- #ifndef MP -->
 		<home></home>
 		<!-- #endif -->
@@ -192,18 +205,22 @@ export default {
 				userId: this.$store.state.app.uid
 			}
 			).then(res => {
-				this.list[0].count = res.data.earningsCount || 0
-				this.list[1].count = res.data.todayEarnings || 0
-				this.list[2].count = res.data.oneCount || 0
-				this.list[3].count = res.data.twoCount || 0
-				this.list[4].count = res.data.sort || 0
-				this.list[5].count = res.data.outSort || 0
-				this.specialInvoice = true
-				if (res.data.sheraUrl){
-					this.url = res.data.sheraUrl
-					this.showQrcode()
-				}
 				uni.hideLoading();
+				if (res.data.isPartner == -1) {
+					this.nav = 3
+				} else {
+					this.list[0].count = res.data.earningsCount || 0
+					this.list[1].count = res.data.todayEarnings || 0
+					this.list[2].count = res.data.oneCount || 0
+					this.list[3].count = res.data.twoCount || 0
+					this.list[4].count = res.data.sort || 0
+					this.list[5].count = res.data.outSort || 0
+					this.specialInvoice = true
+					if (res.data.sheraUrl) {
+						this.url = res.data.sheraUrl
+						this.showQrcode()
+					}
+				}
 			});
 
 		},
@@ -359,6 +376,12 @@ export default {
 	margin-bottom: 140rpx;
 }
 
+.list-nav3 {
+	margin-top: 2rpx;
+	height: 600px;
+	background-image: url('http://wine.gzzzyd.com/test/static/img/bg.a82f9752.jpg');
+}
+
 .list .item {
 	padding: 28rpx 32rpx;
 	background-color: #FFFFFF;