xiaol 2 weeks ago
parent
commit
04cc1c596f
3 changed files with 13 additions and 13 deletions
  1. 12 12
      pages/user/index.vue
  2. 1 1
      unpackage/dist/build/web/index.html
  3. BIN
      unpackage/dist/build/web/web.zip

+ 12 - 12
pages/user/index.vue

@@ -20,13 +20,13 @@
 							<view class="name">{{ user.mentor_name }}</view>
 						</view>
 
-						<view class="level fx-r fx-bc" v-if="user.levelid > 1 && user.mentor_id > 0">
+						<!-- <view class="level fx-r fx-bc" v-if="user.levelid > 1 && user.mentor_id > 0">
 							<image src="/static/img/level-1.png"></image>
 							<view class="name">{{ user.mentor_name }}</view>
-						</view>
-						<view v-if="isNewShow" class="newPeople">新人({{user.fresh_time_text}})</view>
-						<view class="level-ty" v-if="user.mentor_time != '' && user.mentor_time != null">
-							到期:{{ user.mentor_time }}</view>
+						</view> -->
+						<!-- <view v-if="isNewShow" class="newPeople">新人({{user.fresh_time_text}})</view> -->
+						<!-- <view class="level-ty" v-if="user.mentor_time != '' && user.mentor_time != null">
+							到期:{{ user.mentor_time }}</view> -->
 					</template>
 				</view>
 
@@ -603,14 +603,14 @@
 			 * 
 			 */
 			init: function() {
-				if (this.user.is_mentor) {
-					this.isGg = true;
-				}
+				// if (this.user.is_mentor) {
+				// 	this.isGg = true;
+				// }
 				//获取当前时间的时间戳
-				let time = Math.round(new Date().getTime()/1000).toString();
-				if(this.user.fresh_time > time){
-					this.isNewShow = true
-				}
+				// let time = Math.round(new Date().getTime()/1000).toString();
+				// if(this.user.fresh_time > time){
+				// 	this.isNewShow = true
+				// }
 			},
 
 			/**

+ 1 - 1
unpackage/dist/build/web/index.html

@@ -1,5 +1,5 @@
 <!DOCTYPE html><html lang=zh-CN><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><title>CBB</title><script>var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)'))
-            document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel=stylesheet href=/h5/static/index.2da1efab.css><script src=https://cn-shanghai-aliyun-cloudauth.oss-cn-shanghai.aliyuncs.com/web_sdk_js/jsvm_all.js></script><script src="https://cstaticdun.126.net/load.min.js?t=201903281201"></script></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><script src="https://cstaticdun.126.net/load.min.js?t=201903281201"></script><div id=app></div><script src=/h5/static/js/chunk-vendors.8d8331a6.js></script><script src=/h5/static/js/index.1798139e.js></script></body></html><script>if(("standalone" in window.navigator) && window.navigator.standalone){
+            document.write('<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' + (coverSupport ? ', viewport-fit=cover' : '') + '" />')</script><link rel=stylesheet href=/h5/static/index.2da1efab.css><script src=https://cn-shanghai-aliyun-cloudauth.oss-cn-shanghai.aliyuncs.com/web_sdk_js/jsvm_all.js></script><script src="https://cstaticdun.126.net/load.min.js?t=201903281201"></script></head><body><noscript><strong>Please enable JavaScript to continue.</strong></noscript><script src="https://cstaticdun.126.net/load.min.js?t=201903281201"></script><div id=app></div><script src=/h5/static/js/chunk-vendors.8d8331a6.js></script><script src=/h5/static/js/index.5c594eb9.js></script></body></html><script>if(("standalone" in window.navigator) && window.navigator.standalone){
 	var noddy, remotes = false;
 	document.addEventListener('click', function(event) {
 		noddy = event.target;

BIN
unpackage/dist/build/web/web.zip