lyuis 7 kuukautta sitten
vanhempi
sitoutus
c35ae27502
2 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 0 1
      pages/index/download.vue
  2. 1 1
      pages/index/index.vue

+ 0 - 1
pages/index/download.vue

@@ -103,7 +103,6 @@ export default {
 							var u = navigator.userAgent;
 							if (u.indexOf('Android') > -1 || u.indexOf('Linux') > -1) { //安卓手机
 								// 小米应用商店
-								this.$queue.appConfirm(ua)
 								    if (ua.match(/xiaomi/i) == 'xiaomi') {
 								        window.location.href = 'https://app.mi.com/details?id=uni.app.UNI0B0096D';
 								    

+ 1 - 1
pages/index/index.vue

@@ -236,7 +236,7 @@
 										</view>
 									</view>
 								</view>
-								<nomore v-if="datasList.length > 0 && page >= totlo"></nomore>
+								<nomore v-if="dataList.length > 0 && page >= totlo"></nomore>
 							</scroll-view>
 						</view>
 					</view>