Forráskód Böngészése

Merge branch 'master' of https://git.nanodreamtech.com/Boss/yizhizan-h5

L 3 hónapja
szülő
commit
9c66070490
2 módosított fájl, 3 hozzáadás és 1 törlés
  1. 2 0
      pages/my/attachment.vue
  2. 1 1
      pages/my/myCompany.vue

+ 2 - 0
pages/my/attachment.vue

@@ -32,7 +32,9 @@
 				<empty :isShow="false" v-if="content.length == 0" />
 			</scroll-view>
 		</view>
+		<!-- #ifdef APP-PLUS -->
 		<view class="white-btn" @click="handleWeChatUpload">微信上传</view>
+		<!-- #endif -->
 		<view class="buttons flex align-center">
 			<view class="button pain" @click="showTipPopup = true">Ai一键解析简历</view>
 			<view class="button primary">

+ 1 - 1
pages/my/myCompany.vue

@@ -439,8 +439,8 @@ export default {
 			setTimeout(() => {
 				// 退出极光推送
 				logoutJP(() => {
-					this.$queue.toLogin()
 					this.$queue.logout()
+					this.$queue.toLogin()
 				})
 			}, 1500)
 		}