瀏覽代碼

小优化

future 2 年之前
父節點
當前提交
51e041b586
共有 2 個文件被更改,包括 3 次插入2 次删除
  1. 2 1
      pages/enter/enter-navigator.vue
  2. 1 1
      pages/home/home-bottom.vue

+ 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>