Browse Source

myeta移动到我的里面

jwyu 2 years ago
parent
commit
f1b04bab9d
2 changed files with 10 additions and 0 deletions
  1. 10 0
      pages/user/user.vue
  2. BIN
      static/user_eta.png

+ 10 - 0
pages/user/user.vue

@@ -90,6 +90,16 @@
 				</view>
 				<view></view>
 			</navigator>
+			<navigator url="/pages/chart/chart" v-if="userInfo.is_inner==1">
+				<view class="flex item-card">
+					<image src="../../static/user_eta.png" mode="widthFix" />
+					<text class="label">ETA图库</text>
+					<view class="right-text look">
+						<van-icon name="arrow"></van-icon>
+					</view>
+				</view>
+				<view></view>
+			</navigator>
 
 			<view class="flex item-card" v-if="userInfo.status!='试用'">
 				<image src="../../static/calendar.png" mode="widthFix" />

BIN
static/user_eta.png