Переглянути джерело

Merge branch 'master' of http://192.168.1.222:10010/zhongzheng-edu/zz--front

Tang 4 роки тому
батько
коміт
d082e58f8f
4 змінених файлів з 3 додано та 8 видалено
  1. 0 4
      App.vue
  2. 0 1
      components/home.vue
  3. 1 1
      pages/login/login.vue
  4. 2 2
      pages2/wd/ranking.vue

+ 0 - 4
App.vue

@@ -6,10 +6,6 @@
 				console.log(inviteCode)
 				uni.setStorageSync("inviteCode",inviteCode)
 			}
-		uni.showModal({
-			title: '提示',
-			content: option
-		})
 			
 		},
 		methods: {

+ 0 - 1
components/home.vue

@@ -224,7 +224,6 @@ export default {
 				this.date_num.push(item)
 				d.setDate(d.getDate()+1);
 			}
-			console.log(this.date_num,66)
 		},
 		preveItem(){
 			if(self.courseIndex>0){

+ 1 - 1
pages/login/login.vue

@@ -39,7 +39,7 @@ export default {
 			if (e.detail.encryptedData) {
 				let inviteCode =  uni.getStorageSync("inviteCode") 
 				//用户同意授权
-				var datas = {
+				var  datas = {
 					iv: e.detail.iv,
 					encryptedData: e.detail.encryptedData,
 					code: that.code

+ 2 - 2
pages2/wd/ranking.vue

@@ -88,7 +88,7 @@
 								</view>
 							</u-col>
 							<u-col span="2" text-align="left">
-								<view class="rank_t4">{{ item.hourse }}h</view>
+								<view class="rank_t4">{{ item.hourse }}</view>
 							</u-col>
 						</u-row>
 					</view>
@@ -109,7 +109,7 @@
 								</view>
 							</u-col>
 							<u-col span="2" text-align="left">
-								<view class="rank_t4">{{ item.hourse }}h</view>
+								<view class="rank_t4">{{ item.hourse }}</view>
 							</u-col>
 						</u-row>
 					</view>