future 2 жил өмнө
parent
commit
51e041b586

+ 2 - 1
pages/enter/enter-navigator.vue

@@ -21,6 +21,7 @@
 </template>
 
 <script>
+import { nextTick } from "vue"
 	export default {
 		data() {
 			return {
@@ -83,7 +84,7 @@
 			clickToLogout() {
 				let self = this
 				uni.showModal({
-					title:'是否退出登录?',
+					content:'是否退出登录?',
 					success: function(res) {
 						if(res.confirm) {
 							self.tools.request_logout(self, (success)=>{

+ 1 - 1
pages/home/home-bottom.vue

@@ -13,7 +13,7 @@
 				</view>
 			</view>
 		</view>
-		<view class="companyDescribe">xxxx网络有限公司粤ICP备18763546号-1粤公网安备3209875867489384628号</view>
+		<view class="companyDescribe">xxxx网络有限公司粤ICP备xxxxx号-1粤公网安备xxxxxxxxxxxxxxxxx号</view>
 	</view>
 </template>