zhanghui 2 лет назад
Родитель
Сommit
32455192c7
1 измененных файлов с 8 добавлено и 7 удалено
  1. 8 7
      pages/index/index.vue

+ 8 - 7
pages/index/index.vue

@@ -90,7 +90,7 @@
 							<text>!</text>
 							<text>!</text>
 						</view>
 						</view>
 						<view class="hintCentent">
 						<view class="hintCentent">
-							<text>娇宝的余额已不足,请提醒充值~</text>
+							<text>娇宝余额不足哟~</text>
 						</view>
 						</view>
 					</view>
 					</view>
 				</view>
 				</view>
@@ -285,13 +285,14 @@
 			this.sysHeight = sysInfo.windowHeight - (sysInfo.windowWidth / 750) * 400 + 'px'
 			this.sysHeight = sysInfo.windowHeight - (sysInfo.windowWidth / 750) * 400 + 'px'
 			this.readerHeight = sysInfo.windowHeight + 'px'
 			this.readerHeight = sysInfo.windowHeight + 'px'
 			this.readerWidth = sysInfo.windowWidth + 'px'
 			this.readerWidth = sysInfo.windowWidth + 'px'
-			this.getUserInfo()
+
 		},
 		},
 		onShow() {
 		onShow() {
-			this.userInfo = uni.getStorageSync('userInfo')
-			if (this.userInfo.signIn){
-				this.currServiceInfo()
-			}
+			this.getUserInfo()
+			// this.userInfo = uni.getStorageSync('userInfo')
+			// if (this.userInfo.signIn){
+			// 	this.currServiceInfo()
+			// }
 		},
 		},
 		methods: {
 		methods: {
 
 
@@ -306,7 +307,7 @@
 					this.qrcodeUrl = this.qrcodeUrl.replace(regexp, data[key]); // 执行替换操作
 					this.qrcodeUrl = this.qrcodeUrl.replace(regexp, data[key]); // 执行替换操作
 				}
 				}
 				console.log('++++qrcodeUrl+++++',this.qrcodeUrl)
 				console.log('++++qrcodeUrl+++++',this.qrcodeUrl)
-				this.$refs.promotionPopup.open()
+				// this.$refs.promotionPopup.open()
 			},
 			},
 
 
 			closeReminderPopup(){
 			closeReminderPopup(){